Color Hex Logo

#cc012d Color Hex

#CC012D
(204,1,45)
0 Favorites   0 Comments

Color spaces of #cc012d

RGB 204145
HSL0.960.990.40
HSV347°100°80°
CMYK 0.001.000.78   0.20
XYZ25.386313.04853.6632
Yxy13.04850.60300.3100
Hunter Lab36.122762.231419.2733
CIE-Lab42.836268.396436.8768

#cc012d color RGB value is (204,1,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000001 00101101
Octal 314 1 55
Decimal 204 1 45
Hex CC 1 2D

RGB Percentages of Color #cc012d

%81.60
%0.40
%18.00

CMYK Percentages of Color #cc012d

%0
%100
%78
%20

Triadic Colors of #cc012d

#cc012d #2dcc01 #012dcc

Analogous Colors of #cc012d

#cc012d #cc3a01 #cc0193

Monochromatic Colors of #cc012d

#cc012d

Complementary Color

#cc012d #01cca0

#cc012d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc012d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc012d Color CSS Codes

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

#cc012d Text Font Color

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

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


#cc012d Background Color

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

This div background color is #cc012d


#cc012d Border Color

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

This div border color is #cc012d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc012d


Comments

No comments written yet.

Please login to write comment.