Color Hex Logo

#cc243d Color Hex

#CC243D
(204,36,61)
0 Favorites   0 Comments

Color spaces of #cc243d

RGB 2043661
HSL0.980.700.47
HSV351°82°80°
CMYK 0.000.820.70   0.20
XYZ26.375014.43605.8112
Yxy14.43600.56570.3096
Hunter Lab37.994757.419517.5281
CIE-Lab44.851863.835629.6163

#cc243d color RGB value is (204,36,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100100 00111101
Octal 314 44 75
Decimal 204 36 61
Hex CC 24 3D

RGB Percentages of Color #cc243d

%67.77
%11.96
%20.27

CMYK Percentages of Color #cc243d

%0
%82
%70
%20

Triadic Colors of #cc243d

#cc243d #3dcc24 #243dcc

Analogous Colors of #cc243d

#cc243d #cc5f24 #cc2491

Monochromatic Colors of #cc243d

#cc243d

Complementary Color

#cc243d #24ccb3

#cc243d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc243d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc243d Color CSS Codes

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

#cc243d Text Font Color

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

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


#cc243d Background Color

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

This div background color is #cc243d


#cc243d Border Color

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

This div border color is #cc243d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc243d


Comments

No comments written yet.

Please login to write comment.