Color Hex Logo

#db110d Color Hex

#DB110D
(219,17,13)
0 Favorites   0 Comments

Color spaces of #db110d

RGB 2191713
HSL0.000.890.45
HSV94°86°
CMYK 0.000.920.94   0.14
XYZ29.486515.49001.8165
Yxy15.49000.63010.3310
Hunter Lab39.357364.856824.8137
CIE-Lab46.298169.952456.3066

#db110d color RGB value is (219,17,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010001 00001101
Octal 333 21 15
Decimal 219 17 13
Hex DB 11 D

RGB Percentages of Color #db110d

%87.95
%6.83
%5.22

CMYK Percentages of Color #db110d

%0
%92
%94
%14

Triadic Colors of #db110d

#db110d #0ddb11 #110ddb

Analogous Colors of #db110d

#db110d #db780d #db0d70

Monochromatic Colors of #db110d

#db110d

Complementary Color

#db110d #0dd7db

#db110d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db110d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db110d Color CSS Codes

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

#db110d Text Font Color

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

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


#db110d Background Color

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

This div background color is #db110d


#db110d Border Color

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

This div border color is #db110d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,17,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db110d


Comments

No comments written yet.

Please login to write comment.