Html Css Color HEX #DB4611 Harley Davidson Orange
📋 copy color: '#DB4611'red 219 ◦ green 70 ◦ blue 17
Shades of Harley Davidson Orange #DB4611
Tints of Harley Davidson Orange #DB4611
RGB
CMYK
RGB Variations
Color information
#DB4611 (or 0xDB4611) is known color: Harley Davidson Orange. HEX triplet: DB, 46 and 11. RGB value is (219,70,17). Sum of RGB (Red+Green+Blue) = 219+70+17=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4611 is #24B9EE. Grayscale: #6C6C6C. Windows color (decimal): -2406895 or 1132251. OLE color: 1132251.
HSL color Cylindrical-coordinate representation of color #DB4611: hue angle of 15.74º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB4611 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 17 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.14 |
| HSL | 15.74º | 0.86% | 0.46% | - |
| HSV(B) | 15.74º | 0.92% | 0.86% | - |
| XYZ | 31.5 | 19.48 | 2.63 | - |
| YUV | 108.51 | 76.36 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 17 | 0 | 0.68 | 0.92 | 0.14 | 15.74 | 0.86 | 0.46 |
| Hex | DB | 46 | 11 | 0 | 44 | 5C | E | 10 | 56 | 2E |
| Octal | 333 | 106 | 21 | 0 | 104 | 134 | 16 | 20 | 126 | 56 |
| Binary | 11011011 | 1000110 | 10001 | 0 | 1000100 | 1011100 | 1110 | 10000 | 1010110 | 101110 |
Color Harmonies of #DB4611
Complementary color
Monochromatic Colors of #DB4611
Black with #DB4611
Text Example
Text Example
White with #DB4611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4611; }
p { color: rgb(219,70,17); }
H1.HeaderClassName
{
color: #DB4611;
}
.AnyTagClassName
{
color: #DB4611;
}
</style>
background-color css
<style>
a { background-color: #DB4611; }
a { background-color: rgb(219,70,17); }
div.DivClassName
{
background-color: #DB4611;
}
.BgClassName
{
background-color: #DB4611;
}
</style>
border-color css
<style>
span { border-color: #DB4611; }
span { border-color: rgb(219,70,17); }
td.TdClassName
{
border-color: #DB4611;
}
.TagClassName
{
border-color: #DB4611;
}
</style>