Html Css Color HEX #DB4919 Harley Davidson Orange
📋 copy color: '#DB4919'red 219 ◦ green 73 ◦ blue 25
Shades of Harley Davidson Orange #DB4919
Tints of Harley Davidson Orange #DB4919
RGB
CMYK
RGB Variations
Color information
#DB4919 (or 0xDB4919) is known color: Harley Davidson Orange. HEX triplet: DB, 49 and 19. RGB value is (219,73,25). Sum of RGB (Red+Green+Blue) = 219+73+25=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 25 (10.16% from 255 or 7.89% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4919 is #24B6E6. Grayscale: #6F6F6F. Windows color (decimal): -2406119 or 1657307. OLE color: 1657307.
HSL color Cylindrical-coordinate representation of color #DB4919: hue angle of 14.85º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB4919 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 73 | 25 | - |
CMYK | 0 | 0.67 | 0.89 | 0.14 |
HSL | 14.85º | 0.8% | 0.48% | - |
HSV(B) | 14.85º | 0.89% | 0.86% | - |
XYZ | 31.77 | 19.9 | 3.09 | - |
YUV | 111.18 | 79.37 | 204.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 73 | 25 | 0 | 0.67 | 0.89 | 0.14 | 14.85 | 0.8 | 0.48 |
Hex | DB | 49 | 19 | 0 | 43 | 59 | E | F | 50 | 30 |
Octal | 333 | 111 | 31 | 0 | 103 | 131 | 16 | 17 | 120 | 60 |
Binary | 11011011 | 1001001 | 11001 | 0 | 1000011 | 1011001 | 1110 | 1111 | 1010000 | 110000 |
Color Harmonies of #DB4919
Complementary color
Monochromatic Colors of #DB4919
Black with #DB4919
Text Example
Text Example
White with #DB4919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4919; }
p { color: rgb(219,73,25); }
H1.HeaderClassName
{
color: #DB4919;
}
.AnyTagClassName
{
color: #DB4919;
}
</style>
background-color css
<style>
a { background-color: #DB4919; }
a { background-color: rgb(219,73,25); }
div.DivClassName
{
background-color: #DB4919;
}
.BgClassName
{
background-color: #DB4919;
}
</style>
border-color css
<style>
span { border-color: #DB4919; }
span { border-color: rgb(219,73,25); }
td.TdClassName
{
border-color: #DB4919;
}
.TagClassName
{
border-color: #DB4919;
}
</style>