Color Hex Logo

#cc232e Color Hex

#CC232E
(204,35,46)
0 Favorites   0 Comments

Color spaces of #cc232e

RGB 2043546
HSL0.990.710.47
HSV356°83°80°
CMYK 0.000.830.77   0.20
XYZ25.996014.23673.9626
Yxy14.23670.58820.3221
Hunter Lab37.731656.951420.1854
CIE-Lab44.570563.478638.1538

#cc232e color RGB value is (204,35,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100011 00101110
Octal 314 43 56
Decimal 204 35 46
Hex CC 23 2E

RGB Percentages of Color #cc232e

%71.58
%12.28
%16.14

CMYK Percentages of Color #cc232e

%0
%83
%77
%20

Triadic Colors of #cc232e

#cc232e #2ecc23 #232ecc

Analogous Colors of #cc232e

#cc232e #cc6d23 #cc2383

Monochromatic Colors of #cc232e

#cc232e

Complementary Color

#cc232e #23ccc1

#cc232e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc232e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc232e Color CSS Codes

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

#cc232e Text Font Color

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

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


#cc232e Background Color

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

This div background color is #cc232e


#cc232e Border Color

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

This div border color is #cc232e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc232e


Comments

No comments written yet.

Please login to write comment.