Color Hex Logo

#cc322b Color Hex

#CC322B
(204,50,43)
0 Favorites   0 Comments

Color spaces of #cc322b

RGB 2045043
HSL0.010.650.48
HSV79°80°
CMYK 0.000.750.79   0.20
XYZ26.478515.29303.8418
Yxy15.29300.58050.3353
Hunter Lab39.106352.424821.5497
CIE-Lab46.032959.170741.3557

#cc322b color RGB value is (204,50,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110010 00101011
Octal 314 62 53
Decimal 204 50 43
Hex CC 32 2B

RGB Percentages of Color #cc322b

%68.69
%16.84
%14.48

CMYK Percentages of Color #cc322b

%0
%75
%79
%20

Triadic Colors of #cc322b

#cc322b #2bcc32 #322bcc

Analogous Colors of #cc322b

#cc322b #cc832b #cc2b75

Monochromatic Colors of #cc322b

#cc322b

Complementary Color

#cc322b #2bc5cc

#cc322b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc322b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc322b Color CSS Codes

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

#cc322b Text Font Color

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

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


#cc322b Background Color

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

This div background color is #cc322b


#cc322b Border Color

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

This div border color is #cc322b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc322b


Comments

No comments written yet.

Please login to write comment.