Color Hex Logo

#cc232a Color Hex

#CC232A
(204,35,42)
0 Favorites   0 Comments

Color spaces of #cc232a

RGB 2043542
HSL0.990.710.47
HSV358°83°80°
CMYK 0.000.830.79   0.20
XYZ25.920814.20663.5665
Yxy14.20660.59320.3251
Hunter Lab37.691656.795320.7739
CIE-Lab44.527863.349540.3665

#cc232a color RGB value is (204,35,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100011 00101010
Octal 314 43 52
Decimal 204 35 42
Hex CC 23 2A

RGB Percentages of Color #cc232a

%72.60
%12.46
%14.95

CMYK Percentages of Color #cc232a

%0
%83
%79
%20

Triadic Colors of #cc232a

#cc232a #2acc23 #232acc

Analogous Colors of #cc232a

#cc232a #cc7123 #cc237f

Monochromatic Colors of #cc232a

#cc232a

Complementary Color

#cc232a #23ccc5

#cc232a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc232a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc232a Color CSS Codes

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

#cc232a Text Font Color

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

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


#cc232a Background Color

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

This div background color is #cc232a


#cc232a Border Color

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

This div border color is #cc232a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc232a


Comments

No comments written yet.

Please login to write comment.