Color Hex Logo

#cc152c Color Hex

#CC152C
(204,21,44)
0 Favorites   0 Comments

Color spaces of #cc152c

RGB 2042144
HSL0.980.810.44
HSV352°90°80°
CMYK 0.000.900.78   0.20
XYZ25.624613.55553.6488
Yxy13.55550.59830.3165
Hunter Lab36.817859.802019.8966
CIE-Lab43.588666.157838.2587

#cc152c color RGB value is (204,21,44).

#cc152c hex color red value is 204, green value is 21 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #cc152c hue: 0.98 , saturation: 0.81 and the lightness value of cc152c is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010101 00101100
Octal 314 25 54
Decimal 204 21 44
Hex CC 15 2C

RGB Percentages of Color #cc152c

%75.84
%7.81
%16.36

CMYK Percentages of Color #cc152c

%0
%90
%78
%20

Triadic Colors of #cc152c

#cc152c #2ccc15 #152ccc

Analogous Colors of #cc152c

#cc152c #cc5915 #cc1588

Monochromatic Colors of #cc152c

#cc152c

Complementary Color

#cc152c #15ccb5

#cc152c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc152c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc152c Color CSS Codes

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

#cc152c Text Font Color

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

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


#cc152c Background Color

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

This div background color is #cc152c


#cc152c Border Color

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

This div border color is #cc152c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc152c


Comments

No comments written yet.

Please login to write comment.