Color Hex Logo

#cc252b Color Hex

#CC252B
(204,37,43)
0 Favorites   0 Comments

Color spaces of #cc252b

RGB 2043743
HSL0.990.690.47
HSV358°82°80°
CMYK 0.000.820.79   0.20
XYZ25.999514.33493.6821
Yxy14.33490.59070.3257
Hunter Lab37.861556.318620.7370
CIE-Lab44.709462.894239.9956

#cc252b color RGB value is (204,37,43).

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

The process color (four color CMYK) of #cc252b color hex is 0.00, 0.82, 0.79, 0.20. Web safe color of #cc252b is #cc3333. Color #cc252b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100101 00101011
Octal 314 45 53
Decimal 204 37 43
Hex CC 25 2B

RGB Percentages of Color #cc252b

%71.83
%13.03
%15.14

CMYK Percentages of Color #cc252b

%0
%82
%79
%20

Triadic Colors of #cc252b

#cc252b #2bcc25 #252bcc

Analogous Colors of #cc252b

#cc252b #cc7325 #cc257f

Monochromatic Colors of #cc252b

#cc252b

Complementary Color

#cc252b #25ccc6

#cc252b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc252b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc252b Color CSS Codes

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

#cc252b Text Font Color

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

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


#cc252b Background Color

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

This div background color is #cc252b


#cc252b Border Color

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

This div border color is #cc252b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc252b


Comments

No comments written yet.

Please login to write comment.