Color Hex Logo

#cc152b Color Hex

#CC152B
(204,21,43)
0 Favorites   0 Comments

Color spaces of #cc152b

RGB 2042143
HSL0.980.810.44
HSV353°90°80°
CMYK 0.000.900.79   0.20
XYZ25.606113.54813.5510
Yxy13.54810.59960.3172
Hunter Lab36.807759.763820.0455
CIE-Lab43.577866.126838.8213

#cc152b color RGB value is (204,21,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010101 00101011
Octal 314 25 53
Decimal 204 21 43
Hex CC 15 2B

RGB Percentages of Color #cc152b

%76.12
%7.84
%16.04

CMYK Percentages of Color #cc152b

%0
%90
%79
%20

Triadic Colors of #cc152b

#cc152b #2bcc15 #152bcc

Analogous Colors of #cc152b

#cc152b #cc5a15 #cc1587

Monochromatic Colors of #cc152b

#cc152b

Complementary Color

#cc152b #15ccb6

#cc152b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc152b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc152b Color CSS Codes

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

#cc152b Text Font Color

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

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


#cc152b Background Color

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

This div background color is #cc152b


#cc152b Border Color

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

This div border color is #cc152b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,21,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 #cc152b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc152b


Comments

No comments written yet.

Please login to write comment.