Color Hex Logo

#cc021f Color Hex

#CC021F
(204,2,31)
0 Favorites   0 Comments

Color spaces of #cc021f

RGB 204231
HSL0.980.980.40
HSV351°99°80°
CMYK 0.000.990.85   0.20
XYZ25.170912.97972.4750
Yxy12.97970.61960.3195
Hunter Lab36.027461.663121.1461
CIE-Lab42.732667.929644.6086

#cc021f color RGB value is (204,2,31).

#cc021f hex color red value is 204, green value is 2 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #cc021f hue: 0.98 , saturation: 0.98 and the lightness value of cc021f is 0.40.

The process color (four color CMYK) of #cc021f color hex is 0.00, 0.99, 0.85, 0.20. Web safe color of #cc021f is #cc0033. Color #cc021f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000010 00011111
Octal 314 2 37
Decimal 204 2 31
Hex CC 2 1F

RGB Percentages of Color #cc021f

%86.08
%0.84
%13.08

CMYK Percentages of Color #cc021f

%0
%99
%85
%20

Triadic Colors of #cc021f

#cc021f #1fcc02 #021fcc

Analogous Colors of #cc021f

#cc021f #cc4a02 #cc0284

Monochromatic Colors of #cc021f

#cc021f

Complementary Color

#cc021f #02ccaf

#cc021f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc021f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc021f Color CSS Codes

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

#cc021f Text Font Color

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

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


#cc021f Background Color

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

This div background color is #cc021f


#cc021f Border Color

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

This div border color is #cc021f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc021f


Comments

No comments written yet.

Please login to write comment.