Color Hex Logo

#cc021e Color Hex

#CC021E
(204,2,30)
0 Favorites   0 Comments

Color spaces of #cc021e

RGB 204230
HSL0.980.980.40
HSV352°99°80°
CMYK 0.000.990.85   0.20
XYZ25.157912.97452.4067
Yxy12.97450.62060.3200
Hunter Lab36.020161.636321.2526
CIE-Lab42.724867.908145.1211

#cc021e color RGB value is (204,2,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000010 00011110
Octal 314 2 36
Decimal 204 2 30
Hex CC 2 1E

RGB Percentages of Color #cc021e

%86.44
%0.85
%12.71

CMYK Percentages of Color #cc021e

%0
%99
%85
%20

Triadic Colors of #cc021e

#cc021e #1ecc02 #021ecc

Analogous Colors of #cc021e

#cc021e #cc4b02 #cc0283

Monochromatic Colors of #cc021e

#cc021e

Complementary Color

#cc021e #02ccb0

#cc021e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc021e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc021e Color CSS Codes

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

#cc021e Text Font Color

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

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


#cc021e Background Color

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

This div background color is #cc021e


#cc021e Border Color

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

This div border color is #cc021e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc021e


Comments

No comments written yet.

Please login to write comment.