Color Hex Logo

#cc1812 Color Hex

#CC1812
(204,24,18)
0 Favorites   0 Comments

Color spaces of #cc1812

RGB 2042418
HSL0.010.840.44
HSV91°80°
CMYK 0.000.880.91   0.20
XYZ25.337713.53431.8492
Yxy13.53430.62220.3324
Hunter Lab36.789058.557622.7721
CIE-Lab43.557565.081851.2765

#cc1812 color RGB value is (204,24,18).

#cc1812 hex color red value is 204, green value is 24 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #cc1812 hue: 0.01 , saturation: 0.84 and the lightness value of cc1812 is 0.44.

The process color (four color CMYK) of #cc1812 color hex is 0.00, 0.88, 0.91, 0.20. Web safe color of #cc1812 is #cc0000. Color #cc1812 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011000 00010010
Octal 314 30 22
Decimal 204 24 18
Hex CC 18 12

RGB Percentages of Color #cc1812

%82.93
%9.76
%7.32

CMYK Percentages of Color #cc1812

%0
%88
%91
%20

Triadic Colors of #cc1812

#cc1812 #12cc18 #1812cc

Analogous Colors of #cc1812

#cc1812 #cc7512 #cc1269

Monochromatic Colors of #cc1812

#cc1812

Complementary Color

#cc1812 #12c6cc

#cc1812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc1812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc1812 Color CSS Codes

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

#cc1812 Text Font Color

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

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


#cc1812 Background Color

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

This div background color is #cc1812


#cc1812 Border Color

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

This div border color is #cc1812


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,24,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc1812


Comments

No comments written yet.

Please login to write comment.