Color Hex Logo

#c8171f Color Hex

#C8171F
(200,23,31)
0 Favorites   0 Comments

Color spaces of #c8171f

RGB 2002331
HSL0.990.790.44
HSV357°89°78°
CMYK 0.000.890.85   0.22
XYZ24.373112.99112.5192
Yxy12.99110.61110.3257
Hunter Lab36.043257.629721.0862
CIE-Lab42.749864.426744.3030

#c8171f color RGB value is (200,23,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010111 00011111
Octal 310 27 37
Decimal 200 23 31
Hex C8 17 1F

RGB Percentages of Color #c8171f

%78.74
%9.06
%12.20

CMYK Percentages of Color #c8171f

%0
%89
%85
%22

Triadic Colors of #c8171f

#c8171f #1fc817 #171fc8

Analogous Colors of #c8171f

#c8171f #c86817 #c81778

Monochromatic Colors of #c8171f

#c8171f

Complementary Color

#c8171f #17c8c0

#c8171f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8171f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8171f Color CSS Codes

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

#c8171f Text Font Color

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

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


#c8171f Background Color

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

This div background color is #c8171f


#c8171f Border Color

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

This div border color is #c8171f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8171f


Comments

No comments written yet.

Please login to write comment.