Color Hex Logo

#cc170b Color Hex

#CC170B
(204,23,11)
0 Favorites   0 Comments

Color spaces of #cc170b

RGB 2042311
HSL0.010.900.42
HSV95°80°
CMYK 0.000.890.95   0.20
XYZ25.268613.47431.5856
Yxy13.47430.62660.3341
Hunter Lab36.707458.637923.1341
CIE-Lab43.469465.168953.6935

#cc170b color RGB value is (204,23,11).

#cc170b hex color red value is 204, green value is 23 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #cc170b hue: 0.01 , saturation: 0.90 and the lightness value of cc170b is 0.42.

The process color (four color CMYK) of #cc170b color hex is 0.00, 0.89, 0.95, 0.20. Web safe color of #cc170b is #cc0000. Color #cc170b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010111 00001011
Octal 314 27 13
Decimal 204 23 11
Hex CC 17 B

RGB Percentages of Color #cc170b

%85.71
%9.66
%4.62

CMYK Percentages of Color #cc170b

%0
%89
%95
%20

Triadic Colors of #cc170b

#cc170b #0bcc17 #170bcc

Analogous Colors of #cc170b

#cc170b #cc780b #cc0b60

Monochromatic Colors of #cc170b

#cc170b

Complementary Color

#cc170b #0bc0cc

#cc170b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc170b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc170b Color CSS Codes

.mybgcolor {background-color:#cc170b; } 
.myforecolor {color:#cc170b; }
.mybordercolor {border:3px solid #cc170b; }

#cc170b Text Font Color

<p style="color:#cc170b">Text here</p>

This sample text font color is #cc170b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cc170b Background Color

<div style="background-color:#cc170b">
Div content here</div>

This div background color is #cc170b


#cc170b Border Color

<div style="border:3px solid #cc170b">
Div here</div>

This div border color is #cc170b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,23,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cc170b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cc170b;
  -webkit-box-shadow: 1px 1px 3px 2px #cc170b;
  box-shadow:         1px 1px 3px 2px #cc170b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,23,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cc170b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cc170b;
  -webkit-box-shadow: 1px 1px 3px 2px #cc170b;
  box-shadow:         1px 1px 3px 2px #cc170b;">
Div content here</div>

This div box has shadow with color #cc170b


Comments

No comments written yet.

Please login to write comment.