Color Hex Logo

#cc001c Color Hex

#CC001C
(204,0,28)
0 Favorites   0 Comments

Color spaces of #cc001c

RGB 204028
HSL0.981.000.40
HSV352°100°80°
CMYK 0.001.000.86   0.20
XYZ25.111412.92122.2691
Yxy12.92120.62310.3206
Hunter Lab35.946161.791921.4196
CIE-Lab42.644368.057346.0730

#cc001c color RGB value is (204,0,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000000 00011100
Octal 314 0 34
Decimal 204 0 28
Hex CC 0 1C

RGB Percentages of Color #cc001c

%87.93
%0.00
%12.07

CMYK Percentages of Color #cc001c

%0
%100
%86
%20

Triadic Colors of #cc001c

#cc001c #1ccc00 #001ccc

Analogous Colors of #cc001c

#cc001c #cc4a00 #cc0082

Monochromatic Colors of #cc001c

#cc001c

Complementary Color

#cc001c #00ccb0

#cc001c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc001c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc001c Color CSS Codes

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

#cc001c Text Font Color

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

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


#cc001c Background Color

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

This div background color is #cc001c


#cc001c Border Color

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

This div border color is #cc001c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc001c


Comments

No comments written yet.

Please login to write comment.