Color Hex Logo

#db220a Color Hex

#DB220A
(219,34,10)
0 Favorites   0 Comments

Color spaces of #db220a

RGB 2193410
HSL0.020.910.45
HSV95°86°
CMYK 0.000.840.95   0.14
XYZ29.840216.22601.8463
Yxy16.22600.62280.3387
Hunter Lab40.281561.738625.4795
CIE-Lab47.269667.113157.7036

#db220a color RGB value is (219,34,10).

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

The process color (four color CMYK) of #db220a color hex is 0.00, 0.84, 0.95, 0.14. Web safe color of #db220a is #cc3300. Color #db220a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100010 00001010
Octal 333 42 12
Decimal 219 34 10
Hex DB 22 A

RGB Percentages of Color #db220a

%83.27
%12.93
%3.80

CMYK Percentages of Color #db220a

%0
%84
%95
%14

Triadic Colors of #db220a

#db220a #0adb22 #220adb

Analogous Colors of #db220a

#db220a #db8b0a #db0a5a

Monochromatic Colors of #db220a

#db220a

Complementary Color

#db220a #0ac3db

#db220a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db220a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db220a Color CSS Codes

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

#db220a Text Font Color

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

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


#db220a Background Color

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

This div background color is #db220a


#db220a Border Color

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

This div border color is #db220a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db220a


Comments

No comments written yet.

Please login to write comment.