Color Hex Logo

#cc252e Color Hex

#CC252E
(204,37,46)
0 Favorites   0 Comments

Color spaces of #cc252e

RGB 2043746
HSL0.990.690.47
HSV357°82°80°
CMYK 0.000.820.77   0.20
XYZ26.056514.35783.9828
Yxy14.35780.58690.3234
Hunter Lab37.891756.436420.2922
CIE-Lab44.741762.992038.3366

#cc252e color RGB value is (204,37,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100101 00101110
Octal 314 45 56
Decimal 204 37 46
Hex CC 25 2E

RGB Percentages of Color #cc252e

%71.08
%12.89
%16.03

CMYK Percentages of Color #cc252e

%0
%82
%77
%20

Triadic Colors of #cc252e

#cc252e #2ecc25 #252ecc

Analogous Colors of #cc252e

#cc252e #cc7025 #cc2582

Monochromatic Colors of #cc252e

#cc252e

Complementary Color

#cc252e #25ccc3

#cc252e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc252e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc252e Color CSS Codes

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

#cc252e Text Font Color

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

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


#cc252e Background Color

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

This div background color is #cc252e


#cc252e Border Color

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

This div border color is #cc252e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc252e


Comments

No comments written yet.

Please login to write comment.