Color Hex Logo

#cc322d Color Hex

#CC322D
(204,50,45)
0 Favorites   0 Comments

Color spaces of #cc322d

RGB 2045045
HSL0.010.640.49
HSV78°80°
CMYK 0.000.750.78   0.20
XYZ26.516115.30804.0398
Yxy15.30800.57810.3338
Hunter Lab39.125452.503521.2660
CIE-Lab46.053259.237840.2825

#cc322d color RGB value is (204,50,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110010 00101101
Octal 314 62 55
Decimal 204 50 45
Hex CC 32 2D

RGB Percentages of Color #cc322d

%68.23
%16.72
%15.05

CMYK Percentages of Color #cc322d

%0
%75
%78
%20

Triadic Colors of #cc322d

#cc322d #2dcc32 #322dcc

Analogous Colors of #cc322d

#cc322d #cc822d #cc2d78

Monochromatic Colors of #cc322d

#cc322d

Complementary Color

#cc322d #2dc7cc

#cc322d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc322d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc322d Color CSS Codes

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

#cc322d Text Font Color

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

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


#cc322d Background Color

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

This div background color is #cc322d


#cc322d Border Color

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

This div border color is #cc322d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc322d


Comments

No comments written yet.

Please login to write comment.