Color Hex Logo

#cc012b Color Hex

#CC012B
(204,1,43)
0 Favorites   0 Comments

Color spaces of #cc012b

RGB 204143
HSL0.970.990.40
HSV348°100°80°
CMYK 0.001.000.79   0.20
XYZ25.348713.03353.4652
Yxy13.03350.60570.3115
Hunter Lab36.101962.154019.5805
CIE-Lab42.813768.334638.0228

#cc012b color RGB value is (204,1,43).

#cc012b hex color red value is 204, green value is 1 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #cc012b hue: 0.97 , saturation: 0.99 and the lightness value of cc012b is 0.40.

The process color (four color CMYK) of #cc012b color hex is 0.00, 1.00, 0.79, 0.20. Web safe color of #cc012b is #cc0033. Color #cc012b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000001 00101011
Octal 314 1 53
Decimal 204 1 43
Hex CC 1 2B

RGB Percentages of Color #cc012b

%82.26
%0.40
%17.34

CMYK Percentages of Color #cc012b

%0
%100
%79
%20

Triadic Colors of #cc012b

#cc012b #2bcc01 #012bcc

Analogous Colors of #cc012b

#cc012b #cc3c01 #cc0191

Monochromatic Colors of #cc012b

#cc012b

Complementary Color

#cc012b #01cca2

#cc012b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc012b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc012b Color CSS Codes

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

#cc012b Text Font Color

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

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


#cc012b Background Color

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

This div background color is #cc012b


#cc012b Border Color

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

This div border color is #cc012b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc012b


Comments

No comments written yet.

Please login to write comment.