Color Hex Logo

#cc120a Color Hex

#CC120A
(204,18,10)
0 Favorites   0 Comments

Color spaces of #cc120a

RGB 2041810
HSL0.010.910.42
HSV95°80°
CMYK 0.000.910.95   0.20
XYZ25.172913.29191.5260
Yxy13.29190.62950.3324
Hunter Lab36.458159.445823.0390
CIE-Lab43.199865.924453.8485

#cc120a color RGB value is (204,18,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010010 00001010
Octal 314 22 12
Decimal 204 18 10
Hex CC 12 A

RGB Percentages of Color #cc120a

%87.93
%7.76
%4.31

CMYK Percentages of Color #cc120a

%0
%91
%95
%20

Triadic Colors of #cc120a

#cc120a #0acc12 #120acc

Analogous Colors of #cc120a

#cc120a #cc730a #cc0a63

Monochromatic Colors of #cc120a

#cc120a

Complementary Color

#cc120a #0ac4cc

#cc120a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc120a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc120a Color CSS Codes

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

#cc120a Text Font Color

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

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


#cc120a Background Color

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

This div background color is #cc120a


#cc120a Border Color

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

This div border color is #cc120a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc120a


Comments

No comments written yet.

Please login to write comment.