Color Hex Logo

#c9160b Color Hex

#C9160B
(201,22,11)
0 Favorites   0 Comments

Color spaces of #c9160b

RGB 2012211
HSL0.010.900.42
HSV95°79°
CMYK 0.000.890.95   0.21
XYZ24.434713.01551.5410
Yxy13.01550.62670.3338
Hunter Lab36.077057.762022.7214
CIE-Lab42.786664.535652.9786

#c9160b color RGB value is (201,22,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010110 00001011
Octal 311 26 13
Decimal 201 22 11
Hex C9 16 B

RGB Percentages of Color #c9160b

%85.90
%9.40
%4.70

CMYK Percentages of Color #c9160b

%0
%89
%95
%21

Triadic Colors of #c9160b

#c9160b #0bc916 #160bc9

Analogous Colors of #c9160b

#c9160b #c9750b #c90b5f

Monochromatic Colors of #c9160b

#c9160b

Complementary Color

#c9160b #0bbec9

#c9160b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9160b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9160b Color CSS Codes

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

#c9160b Text Font Color

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

This sample text font color is #c9160b
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.


#c9160b Background Color

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

This div background color is #c9160b


#c9160b Border Color

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

This div border color is #c9160b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,22,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 #c9160b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9160b


Comments

No comments written yet.

Please login to write comment.