Color Hex Logo

#db1509 Color Hex

#DB1509
(219,21,9)
0 Favorites   0 Comments

Color spaces of #db1509

RGB 219219
HSL0.010.920.45
HSV96°86°
CMYK 0.000.900.96   0.14
XYZ29.530915.61611.7162
Yxy15.61610.63020.3332
Hunter Lab39.517264.236525.0871
CIE-Lab46.466769.395557.5557

#db1509 color RGB value is (219,21,9).

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

The process color (four color CMYK) of #db1509 color hex is 0.00, 0.90, 0.96, 0.14. Web safe color of #db1509 is #cc0000. Color #db1509 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010101 00001001
Octal 333 25 11
Decimal 219 21 9
Hex DB 15 9

RGB Percentages of Color #db1509

%87.95
%8.43
%3.61

CMYK Percentages of Color #db1509

%0
%90
%96
%14

Triadic Colors of #db1509

#db1509 #09db15 #1509db

Analogous Colors of #db1509

#db1509 #db7e09 #db0966

Monochromatic Colors of #db1509

#db1509

Complementary Color

#db1509 #09cfdb

#db1509 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db1509 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db1509 Color CSS Codes

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

#db1509 Text Font Color

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

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


#db1509 Background Color

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

This div background color is #db1509


#db1509 Border Color

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

This div border color is #db1509


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db1509


Comments

No comments written yet.

Please login to write comment.