Color Hex Logo

#cc362f Color Hex

#CC362F
(204,54,47)
0 Favorites   0 Comments

Color spaces of #cc362f

RGB 2045447
HSL0.010.630.49
HSV77°80°
CMYK 0.000.740.77   0.20
XYZ26.734115.68094.3070
Yxy15.68090.57220.3356
Hunter Lab39.599151.210221.2707
CIE-Lab46.553057.976339.7049

#cc362f color RGB value is (204,54,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110110 00101111
Octal 314 66 57
Decimal 204 54 47
Hex CC 36 2F

RGB Percentages of Color #cc362f

%66.89
%17.70
%15.41

CMYK Percentages of Color #cc362f

%0
%74
%77
%20

Triadic Colors of #cc362f

#cc362f #2fcc36 #362fcc

Analogous Colors of #cc362f

#cc362f #cc852f #cc2f77

Monochromatic Colors of #cc362f

#cc362f

Complementary Color

#cc362f #2fc5cc

#cc362f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc362f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc362f Color CSS Codes

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

#cc362f Text Font Color

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

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


#cc362f Background Color

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

This div background color is #cc362f


#cc362f Border Color

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

This div border color is #cc362f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc362f


Comments

No comments written yet.

Please login to write comment.