Color Hex Logo

#cc210f Color Hex

#CC210F
(204,33,15)
0 Favorites   0 Comments

Color spaces of #cc210f

RGB 2043315
HSL0.020.860.43
HSV93°80°
CMYK 0.000.840.93   0.20
XYZ25.531913.95961.8007
Yxy13.95960.61830.3381
Hunter Lab37.362556.594523.2963
CIE-Lab44.174963.240552.7945

#cc210f color RGB value is (204,33,15).

#cc210f hex color red value is 204, green value is 33 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #cc210f hue: 0.02 , saturation: 0.86 and the lightness value of cc210f is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100001 00001111
Octal 314 41 17
Decimal 204 33 15
Hex CC 21 F

RGB Percentages of Color #cc210f

%80.95
%13.10
%5.95

CMYK Percentages of Color #cc210f

%0
%84
%93
%20

Triadic Colors of #cc210f

#cc210f #0fcc21 #210fcc

Analogous Colors of #cc210f

#cc210f #cc800f #cc0f5c

Monochromatic Colors of #cc210f

#cc210f

Complementary Color

#cc210f #0fbacc

#cc210f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc210f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc210f Color CSS Codes

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

#cc210f Text Font Color

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

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


#cc210f Background Color

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

This div background color is #cc210f


#cc210f Border Color

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

This div border color is #cc210f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc210f


Comments

No comments written yet.

Please login to write comment.