Color Hex Logo

#db1806 Color Hex

#DB1806
(219,24,6)
0 Favorites   0 Comments

Color spaces of #db1806

RGB 219246
HSL0.010.950.44
HSV97°86°
CMYK 0.000.890.97   0.14
XYZ29.572915.72651.6491
Yxy15.72650.62990.3350
Hunter Lab39.656763.712525.2941
CIE-Lab46.613668.923058.4711

#db1806 color RGB value is (219,24,6).

#db1806 hex color red value is 219, green value is 24 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #db1806 hue: 0.01 , saturation: 0.95 and the lightness value of db1806 is 0.44.

The process color (four color CMYK) of #db1806 color hex is 0.00, 0.89, 0.97, 0.14. Web safe color of #db1806 is #cc0000. Color #db1806 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00011000 00000110
Octal 333 30 6
Decimal 219 24 6
Hex DB 18 6

RGB Percentages of Color #db1806

%87.95
%9.64
%2.41

CMYK Percentages of Color #db1806

%0
%89
%97
%14

Triadic Colors of #db1806

#db1806 #06db18 #1806db

Analogous Colors of #db1806

#db1806 #db8306 #db065f

Monochromatic Colors of #db1806

#db1806

Complementary Color

#db1806 #06c9db

#db1806 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db1806 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db1806 Color CSS Codes

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

#db1806 Text Font Color

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

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


#db1806 Background Color

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

This div background color is #db1806


#db1806 Border Color

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

This div border color is #db1806


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db1806


Comments

No comments written yet.

Please login to write comment.