Color Hex Logo

#db110a Color Hex

#DB110A
(219,17,10)
0 Favorites   0 Comments

Color spaces of #db110a

RGB 2191710
HSL0.010.910.45
HSV95°86°
CMYK 0.000.920.95   0.14
XYZ29.468715.48291.7225
Yxy15.48290.63140.3317
Hunter Lab39.348364.822524.9484
CIE-Lab46.288669.925357.1873

#db110a color RGB value is (219,17,10).

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

The process color (four color CMYK) of #db110a color hex is 0.00, 0.92, 0.95, 0.14. Web safe color of #db110a is #cc0000. Color #db110a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010001 00001010
Octal 333 21 12
Decimal 219 17 10
Hex DB 11 A

RGB Percentages of Color #db110a

%89.02
%6.91
%4.07

CMYK Percentages of Color #db110a

%0
%92
%95
%14

Triadic Colors of #db110a

#db110a #0adb11 #110adb

Analogous Colors of #db110a

#db110a #db7a0a #db0a6c

Monochromatic Colors of #db110a

#db110a

Complementary Color

#db110a #0ad4db

#db110a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db110a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db110a Color CSS Codes

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

#db110a Text Font Color

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

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


#db110a Background Color

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

This div background color is #db110a


#db110a Border Color

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

This div border color is #db110a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db110a


Comments

No comments written yet.

Please login to write comment.