Color Hex Logo

#c8161c Color Hex

#C8161C
(200,22,28)
0 Favorites   0 Comments

Color spaces of #c8161c

RGB 2002228
HSL0.990.800.44
HSV358°89°78°
CMYK 0.000.890.86   0.22
XYZ24.315912.93702.3141
Yxy12.93700.61460.3270
Hunter Lab35.968057.729421.3630
CIE-Lab42.668264.530045.7527

#c8161c color RGB value is (200,22,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010110 00011100
Octal 310 26 34
Decimal 200 22 28
Hex C8 16 1C

RGB Percentages of Color #c8161c

%80.00
%8.80
%11.20

CMYK Percentages of Color #c8161c

%0
%89
%86
%22

Triadic Colors of #c8161c

#c8161c #1cc816 #161cc8

Analogous Colors of #c8161c

#c8161c #c86916 #c81675

Monochromatic Colors of #c8161c

#c8161c

Complementary Color

#c8161c #16c8c2

#c8161c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8161c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8161c Color CSS Codes

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

#c8161c Text Font Color

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

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


#c8161c Background Color

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

This div background color is #c8161c


#c8161c Border Color

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

This div border color is #c8161c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8161c


Comments

No comments written yet.

Please login to write comment.