Color Hex Logo

#c9220a Color Hex

#C9220A
(201,34,10)
0 Favorites   0 Comments

Color spaces of #c9220a

RGB 2013410
HSL0.020.910.41
HSV95°79°
CMYK 0.000.830.95   0.21
XYZ24.714213.58351.6064
Yxy13.58350.61930.3404
Hunter Lab36.855855.198223.2148
CIE-Lab43.629662.109653.7571

#c9220a color RGB value is (201,34,10).

#c9220a hex color red value is 201, green value is 34 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #c9220a hue: 0.02 , saturation: 0.91 and the lightness value of c9220a is 0.41.

The process color (four color CMYK) of #c9220a color hex is 0.00, 0.83, 0.95, 0.21. Web safe color of #c9220a is #cc3300. Color #c9220a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100010 00001010
Octal 311 42 12
Decimal 201 34 10
Hex C9 22 A

RGB Percentages of Color #c9220a

%82.04
%13.88
%4.08

CMYK Percentages of Color #c9220a

%0
%83
%95
%21

Triadic Colors of #c9220a

#c9220a #0ac922 #220ac9

Analogous Colors of #c9220a

#c9220a #c9820a #c90a52

Monochromatic Colors of #c9220a

#c9220a

Complementary Color

#c9220a #0ab1c9

#c9220a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9220a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9220a Color CSS Codes

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

#c9220a Text Font Color

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

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


#c9220a Background Color

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

This div background color is #c9220a


#c9220a Border Color

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

This div border color is #c9220a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9220a


Comments

No comments written yet.

Please login to write comment.