Color Hex Logo

#cd221b Color Hex

#CD221B
(205,34,27)
0 Favorites   0 Comments

Color spaces of #cd221b

RGB 2053427
HSL0.010.770.45
HSV87°80°
CMYK 0.000.830.87   0.20
XYZ25.946714.20232.4107
Yxy14.20230.60970.3337
Hunter Lab37.685956.946522.5875
CIE-Lab44.521763.483748.1881

#cd221b color RGB value is (205,34,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00100010 00011011
Octal 315 42 33
Decimal 205 34 27
Hex CD 22 1B

RGB Percentages of Color #cd221b

%77.07
%12.78
%10.15

CMYK Percentages of Color #cd221b

%0
%83
%87
%20

Triadic Colors of #cd221b

#cd221b #1bcd22 #221bcd

Analogous Colors of #cd221b

#cd221b #cd7b1b #cd1b6d

Monochromatic Colors of #cd221b

#cd221b

Complementary Color

#cd221b #1bc6cd

#cd221b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd221b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd221b Color CSS Codes

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

#cd221b Text Font Color

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

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


#cd221b Background Color

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

This div background color is #cd221b


#cd221b Border Color

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

This div border color is #cd221b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,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 #cd221b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd221b


Comments

No comments written yet.

Please login to write comment.