Color Hex Logo

#cc242e Color Hex

#CC242E
(204,36,46)
0 Favorites   0 Comments

Color spaces of #cc242e

RGB 2043646
HSL0.990.700.47
HSV356°82°80°
CMYK 0.000.820.77   0.20
XYZ26.025914.29643.9725
Yxy14.29640.58760.3228
Hunter Lab37.810656.697220.2382
CIE-Lab44.655063.238538.2444

#cc242e color RGB value is (204,36,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100100 00101110
Octal 314 44 56
Decimal 204 36 46
Hex CC 24 2E

RGB Percentages of Color #cc242e

%71.33
%12.59
%16.08

CMYK Percentages of Color #cc242e

%0
%82
%77
%20

Triadic Colors of #cc242e

#cc242e #2ecc24 #242ecc

Analogous Colors of #cc242e

#cc242e #cc6e24 #cc2482

Monochromatic Colors of #cc242e

#cc242e

Complementary Color

#cc242e #24ccc2

#cc242e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc242e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc242e Color CSS Codes

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

#cc242e Text Font Color

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

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


#cc242e Background Color

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

This div background color is #cc242e


#cc242e Border Color

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

This div border color is #cc242e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc242e


Comments

No comments written yet.

Please login to write comment.