Html Css Color HEX #DB4519 Harley Davidson Orange
📋 copy color: '#DB4519'red 219 ◦ green 69 ◦ blue 25
Shades of Harley Davidson Orange #DB4519
Tints of Harley Davidson Orange #DB4519
RGB
CMYK
RGB Variations
Color information
#DB4519 (or 0xDB4519) is known color: Harley Davidson Orange. HEX triplet: DB, 45 and 19. RGB value is (219,69,25). Sum of RGB (Red+Green+Blue) = 219+69+25=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4519 is #24BAE6. Grayscale: #6D6D6D. Windows color (decimal): -2407143 or 1656283. OLE color: 1656283.
HSL color Cylindrical-coordinate representation of color #DB4519: hue angle of 13.61º 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 #DB4519 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 25 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.14 |
| HSL | 13.61º | 0.8% | 0.48% | - |
| HSV(B) | 13.61º | 0.89% | 0.86% | - |
| XYZ | 31.52 | 19.39 | 3 | - |
| YUV | 108.83 | 80.7 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 25 | 0 | 0.68 | 0.89 | 0.14 | 13.61 | 0.8 | 0.48 |
| Hex | DB | 45 | 19 | 0 | 44 | 59 | E | E | 50 | 30 |
| Octal | 333 | 105 | 31 | 0 | 104 | 131 | 16 | 16 | 120 | 60 |
| Binary | 11011011 | 1000101 | 11001 | 0 | 1000100 | 1011001 | 1110 | 1110 | 1010000 | 110000 |
Color Harmonies of #DB4519
Complementary color
Monochromatic Colors of #DB4519
Black with #DB4519
Text Example
Text Example
White with #DB4519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4519; }
p { color: rgb(219,69,25); }
H1.HeaderClassName
{
color: #DB4519;
}
.AnyTagClassName
{
color: #DB4519;
}
</style>
background-color css
<style>
a { background-color: #DB4519; }
a { background-color: rgb(219,69,25); }
div.DivClassName
{
background-color: #DB4519;
}
.BgClassName
{
background-color: #DB4519;
}
</style>
border-color css
<style>
span { border-color: #DB4519; }
span { border-color: rgb(219,69,25); }
td.TdClassName
{
border-color: #DB4519;
}
.TagClassName
{
border-color: #DB4519;
}
</style>