Color Hex Logo

#cc352e Color Hex

#CC352E
(204,53,46)
0 Favorites   0 Comments

Color spaces of #cc352e

RGB 2045346
HSL0.010.630.49
HSV77°80°
CMYK 0.000.740.77   0.20
XYZ26.668115.58084.1866
Yxy15.58080.57430.3355
Hunter Lab39.472551.519821.3423
CIE-Lab46.419658.281440.1159

#cc352e color RGB value is (204,53,46).

#cc352e hex color red value is 204, green value is 53 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #cc352e hue: 0.01 , saturation: 0.63 and the lightness value of cc352e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110101 00101110
Octal 314 65 56
Decimal 204 53 46
Hex CC 35 2E

RGB Percentages of Color #cc352e

%67.33
%17.49
%15.18

CMYK Percentages of Color #cc352e

%0
%74
%77
%20

Triadic Colors of #cc352e

#cc352e #2ecc35 #352ecc

Analogous Colors of #cc352e

#cc352e #cc842e #cc2e76

Monochromatic Colors of #cc352e

#cc352e

Complementary Color

#cc352e #2ec5cc

#cc352e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc352e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc352e Color CSS Codes

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

#cc352e Text Font Color

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

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


#cc352e Background Color

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

This div background color is #cc352e


#cc352e Border Color

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

This div border color is #cc352e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc352e


Comments

No comments written yet.

Please login to write comment.