Color Hex Logo

#cc342a Color Hex

#CC342A
(204,52,42)
0 Favorites   0 Comments

Color spaces of #cc342a

RGB 2045242
HSL0.010.660.48
HSV79°80°
CMYK 0.000.750.79   0.20
XYZ26.547715.46053.7754
Yxy15.46050.57990.3377
Hunter Lab39.319851.708721.8310
CIE-Lab46.258658.482342.1248

#cc342a color RGB value is (204,52,42).

#cc342a hex color red value is 204, green value is 52 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #cc342a hue: 0.01 , saturation: 0.66 and the lightness value of cc342a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110100 00101010
Octal 314 64 52
Decimal 204 52 42
Hex CC 34 2A

RGB Percentages of Color #cc342a

%68.46
%17.45
%14.09

CMYK Percentages of Color #cc342a

%0
%75
%79
%20

Triadic Colors of #cc342a

#cc342a #2acc34 #342acc

Analogous Colors of #cc342a

#cc342a #cc852a #cc2a71

Monochromatic Colors of #cc342a

#cc342a

Complementary Color

#cc342a #2ac2cc

#cc342a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc342a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc342a Color CSS Codes

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

#cc342a Text Font Color

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

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


#cc342a Background Color

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

This div background color is #cc342a


#cc342a Border Color

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

This div border color is #cc342a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc342a


Comments

No comments written yet.

Please login to write comment.