Color Hex Logo

#cc221b Color Hex

#CC221B
(204,34,27)
0 Favorites   0 Comments

Color spaces of #cc221b

RGB 2043427
HSL0.010.770.45
HSV87°80°
CMYK 0.000.830.87   0.20
XYZ25.671714.06062.3978
Yxy14.06060.60930.3337
Hunter Lab37.497556.585022.4569
CIE-Lab44.319763.204347.9402

#cc221b color RGB value is (204,34,27).

#cc221b hex color red value is 204, green value is 34 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #cc221b hue: 0.01 , saturation: 0.77 and the lightness value of cc221b is 0.45.

The process color (four color CMYK) of #cc221b color hex is 0.00, 0.83, 0.87, 0.20. Web safe color of #cc221b is #cc3333. Color #cc221b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100010 00011011
Octal 314 42 33
Decimal 204 34 27
Hex CC 22 1B

RGB Percentages of Color #cc221b

%76.98
%12.83
%10.19

CMYK Percentages of Color #cc221b

%0
%83
%87
%20

Triadic Colors of #cc221b

#cc221b #1bcc22 #221bcc

Analogous Colors of #cc221b

#cc221b #cc7b1b #cc1b6d

Monochromatic Colors of #cc221b

#cc221b

Complementary Color

#cc221b #1bc5cc

#cc221b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc221b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc221b Color CSS Codes

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

#cc221b Text Font Color

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

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


#cc221b Background Color

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

This div background color is #cc221b


#cc221b Border Color

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

This div border color is #cc221b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc221b


Comments

No comments written yet.

Please login to write comment.