Color Hex Logo

#cc320e Color Hex

#CC320E
(204,50,14)
0 Favorites   0 Comments

Color spaces of #cc320e

RGB 2045014
HSL0.030.870.43
HSV11°93°80°
CMYK 0.000.750.93   0.20
XYZ26.121715.15031.9630
Yxy15.15030.60420.3504
Hunter Lab38.923451.676424.2562
CIE-Lab45.839458.531654.1771

#cc320e color RGB value is (204,50,14).

#cc320e hex color red value is 204, green value is 50 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #cc320e hue: 0.03 , saturation: 0.87 and the lightness value of cc320e is 0.43.

The process color (four color CMYK) of #cc320e color hex is 0.00, 0.75, 0.93, 0.20. Web safe color of #cc320e is #cc3300. Color #cc320e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110010 00001110
Octal 314 62 16
Decimal 204 50 14
Hex CC 32 E

RGB Percentages of Color #cc320e

%76.12
%18.66
%5.22

CMYK Percentages of Color #cc320e

%0
%75
%93
%20

Triadic Colors of #cc320e

#cc320e #0ecc32 #320ecc

Analogous Colors of #cc320e

#cc320e #cc910e #cc0e49

Monochromatic Colors of #cc320e

#cc320e

Complementary Color

#cc320e #0ea8cc

#cc320e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc320e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc320e Color CSS Codes

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

#cc320e Text Font Color

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

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


#cc320e Background Color

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

This div background color is #cc320e


#cc320e Border Color

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

This div border color is #cc320e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc320e


Comments

No comments written yet.

Please login to write comment.