Html Css Color HEX #DB4516 Harley Davidson Orange
📋 copy color: '#DB4516'red 219 ◦ green 69 ◦ blue 22
Shades of Harley Davidson Orange #DB4516
Tints of Harley Davidson Orange #DB4516
RGB
CMYK
RGB Variations
Color information
#DB4516 (or 0xDB4516) is known color: Harley Davidson Orange. HEX triplet: DB, 45 and 16. RGB value is (219,69,22). Sum of RGB (Red+Green+Blue) = 219+69+22=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4516 is #24BAE9. Grayscale: #6C6C6C. Windows color (decimal): -2407146 or 1459675. OLE color: 1459675.
HSL color Cylindrical-coordinate representation of color #DB4516: hue angle of 14.31º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB4516 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 22 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.14 |
| HSL | 14.31º | 0.82% | 0.47% | - |
| HSV(B) | 14.31º | 0.9% | 0.86% | - |
| XYZ | 31.49 | 19.37 | 2.84 | - |
| YUV | 108.49 | 79.2 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 22 | 0 | 0.68 | 0.90 | 0.14 | 14.31 | 0.82 | 0.47 |
| Hex | DB | 45 | 16 | 0 | 44 | 5A | E | E | 52 | 2F |
| Octal | 333 | 105 | 26 | 0 | 104 | 132 | 16 | 16 | 122 | 57 |
| Binary | 11011011 | 1000101 | 10110 | 0 | 1000100 | 1011010 | 1110 | 1110 | 1010010 | 101111 |
Color Harmonies of #DB4516
Complementary color
Monochromatic Colors of #DB4516
Black with #DB4516
Text Example
Text Example
White with #DB4516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4516; }
p { color: rgb(219,69,22); }
H1.HeaderClassName
{
color: #DB4516;
}
.AnyTagClassName
{
color: #DB4516;
}
</style>
background-color css
<style>
a { background-color: #DB4516; }
a { background-color: rgb(219,69,22); }
div.DivClassName
{
background-color: #DB4516;
}
.BgClassName
{
background-color: #DB4516;
}
</style>
border-color css
<style>
span { border-color: #DB4516; }
span { border-color: rgb(219,69,22); }
td.TdClassName
{
border-color: #DB4516;
}
.TagClassName
{
border-color: #DB4516;
}
</style>