Color Hex Logo

#cc370e Color Hex

#CC370E
(204,55,14)
0 Favorites   0 Comments

Color spaces of #cc370e

RGB 2045514
HSL0.040.870.43
HSV13°93°80°
CMYK 0.000.730.93   0.20
XYZ26.347315.60152.0382
Yxy15.60150.59900.3547
Hunter Lab39.498749.944124.5897
CIE-Lab46.447356.844554.5639

#cc370e color RGB value is (204,55,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110111 00001110
Octal 314 67 16
Decimal 204 55 14
Hex CC 37 E

RGB Percentages of Color #cc370e

%74.73
%20.15
%5.13

CMYK Percentages of Color #cc370e

%0
%73
%93
%20

Triadic Colors of #cc370e

#cc370e #0ecc37 #370ecc

Analogous Colors of #cc370e

#cc370e #cc960e #cc0e44

Monochromatic Colors of #cc370e

#cc370e

Complementary Color

#cc370e #0ea3cc

#cc370e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc370e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc370e Color CSS Codes

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

#cc370e Text Font Color

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

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


#cc370e Background Color

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

This div background color is #cc370e


#cc370e Border Color

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

This div border color is #cc370e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc370e


Comments

No comments written yet.

Please login to write comment.