Color Hex Logo

#c8090e Color Hex

#C8090E
(200,9,14)
0 Favorites   0 Comments

Color spaces of #c8090e

RGB 200914
HSL1.000.910.41
HSV358°96°78°
CMYK 0.000.960.93   0.22
XYZ23.996412.50641.5647
Yxy12.50640.63040.3285
Hunter Lab35.364459.233022.1318
CIE-Lab42.009965.971051.3927

#c8090e color RGB value is (200,9,14).

#c8090e hex color red value is 200, green value is 9 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #c8090e hue: 1.00 , saturation: 0.91 and the lightness value of c8090e is 0.41.

The process color (four color CMYK) of #c8090e color hex is 0.00, 0.96, 0.93, 0.22. Web safe color of #c8090e is #cc0000. Color #c8090e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001001 00001110
Octal 310 11 16
Decimal 200 9 14
Hex C8 9 E

RGB Percentages of Color #c8090e

%89.69
%4.04
%6.28

CMYK Percentages of Color #c8090e

%0
%96
%93
%22

Triadic Colors of #c8090e

#c8090e #0ec809 #090ec8

Analogous Colors of #c8090e

#c8090e #c86409 #c8096e

Monochromatic Colors of #c8090e

#c8090e

Complementary Color

#c8090e #09c8c3

#c8090e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8090e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8090e Color CSS Codes

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

#c8090e Text Font Color

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

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


#c8090e Background Color

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

This div background color is #c8090e


#c8090e Border Color

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

This div border color is #c8090e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8090e


Comments

No comments written yet.

Please login to write comment.