Color Hex Logo

#c8370e Color Hex

#C8370E
(200,55,14)
0 Favorites   0 Comments

Color spaces of #c8370e

RGB 2005514
HSL0.040.870.42
HSV13°93°78°
CMYK 0.000.730.93   0.22
XYZ25.264915.04341.9875
Yxy15.04340.59730.3557
Hunter Lab38.785848.398924.1119
CIE-Lab45.693655.566153.7085

#c8370e color RGB value is (200,55,14).

#c8370e hex color red value is 200, green value is 55 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #c8370e hue: 0.04 , saturation: 0.87 and the lightness value of c8370e is 0.42.

The process color (four color CMYK) of #c8370e color hex is 0.00, 0.73, 0.93, 0.22. Web safe color of #c8370e is #cc3300. Color #c8370e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00110111 00001110
Octal 310 67 16
Decimal 200 55 14
Hex C8 37 E

RGB Percentages of Color #c8370e

%74.35
%20.45
%5.20

CMYK Percentages of Color #c8370e

%0
%73
%93
%22

Triadic Colors of #c8370e

#c8370e #0ec837 #370ec8

Analogous Colors of #c8370e

#c8370e #c8940e #c80e42

Monochromatic Colors of #c8370e

#c8370e

Complementary Color

#c8370e #0e9fc8

#c8370e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8370e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8370e Color CSS Codes

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

#c8370e Text Font Color

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

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


#c8370e Background Color

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

This div background color is #c8370e


#c8370e Border Color

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

This div border color is #c8370e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8370e


Comments

No comments written yet.

Please login to write comment.