Color Hex Logo

#db181f Color Hex

#DB181F
(219,24,31)
0 Favorites   0 Comments

Color spaces of #db181f

RGB 2192431
HSL0.990.800.48
HSV358°89°86°
CMYK 0.000.890.86   0.14
XYZ29.787415.81232.7784
Yxy15.81230.61570.3268
Hunter Lab39.764764.124723.6926
CIE-Lab46.727369.250249.2695

#db181f color RGB value is (219,24,31).

#db181f hex color red value is 219, green value is 24 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #db181f hue: 0.99 , saturation: 0.80 and the lightness value of db181f is 0.48.

The process color (four color CMYK) of #db181f color hex is 0.00, 0.89, 0.86, 0.14. Web safe color of #db181f is #cc0033. Color #db181f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00011000 00011111
Octal 333 30 37
Decimal 219 24 31
Hex DB 18 1F

RGB Percentages of Color #db181f

%79.93
%8.76
%11.31

CMYK Percentages of Color #db181f

%0
%89
%86
%14

Triadic Colors of #db181f

#db181f #1fdb18 #181fdb

Analogous Colors of #db181f

#db181f #db7318 #db1881

Monochromatic Colors of #db181f

#db181f

Complementary Color

#db181f #18dbd4

#db181f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db181f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db181f Color CSS Codes

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

#db181f Text Font Color

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

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


#db181f Background Color

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

This div background color is #db181f


#db181f Border Color

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

This div border color is #db181f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db181f


Comments

No comments written yet.

Please login to write comment.