Color Hex Logo

#c9161f Color Hex

#C9161F
(201,22,31)
0 Favorites   0 Comments

Color spaces of #c9161f

RGB 2012231
HSL0.990.800.44
HSV357°89°79°
CMYK 0.000.890.85   0.21
XYZ24.621613.09032.5253
Yxy13.09030.61190.3253
Hunter Lab36.180558.157121.1881
CIE-Lab42.899064.859744.5142

#c9161f color RGB value is (201,22,31).

#c9161f hex color red value is 201, green value is 22 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #c9161f hue: 0.99 , saturation: 0.80 and the lightness value of c9161f is 0.44.

The process color (four color CMYK) of #c9161f color hex is 0.00, 0.89, 0.85, 0.21. Web safe color of #c9161f is #cc0033. Color #c9161f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010110 00011111
Octal 311 26 37
Decimal 201 22 31
Hex C9 16 1F

RGB Percentages of Color #c9161f

%79.13
%8.66
%12.20

CMYK Percentages of Color #c9161f

%0
%89
%85
%21

Triadic Colors of #c9161f

#c9161f #1fc916 #161fc9

Analogous Colors of #c9161f

#c9161f #c96716 #c91679

Monochromatic Colors of #c9161f

#c9161f

Complementary Color

#c9161f #16c9c0

#c9161f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9161f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9161f Color CSS Codes

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

#c9161f Text Font Color

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

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


#c9161f Background Color

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

This div background color is #c9161f


#c9161f Border Color

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

This div border color is #c9161f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,22,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9161f


Comments

No comments written yet.

Please login to write comment.