Html Css Color HEX #DB4011 Harley Davidson Orange
📋 copy color: '#DB4011'red 219 ◦ green 64 ◦ blue 17
Shades of Harley Davidson Orange #DB4011
Tints of Harley Davidson Orange #DB4011
RGB
CMYK
RGB Variations
Color information
#DB4011 (or 0xDB4011) is known color: Harley Davidson Orange. HEX triplet: DB, 40 and 11. RGB value is (219,64,17). Sum of RGB (Red+Green+Blue) = 219+64+17=300 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 17 (7.03% from 255 or 5.67% from 300); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4011 is #24BFEE. Grayscale: #696969. Windows color (decimal): -2408431 or 1130715. OLE color: 1130715.
HSL color Cylindrical-coordinate representation of color #DB4011: hue angle of 13.96º 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 #DB4011 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 17 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.14 |
| HSL | 13.96º | 0.86% | 0.46% | - |
| HSV(B) | 13.96º | 0.92% | 0.86% | - |
| XYZ | 31.15 | 18.77 | 2.51 | - |
| YUV | 104.99 | 78.35 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 17 | 0 | 0.71 | 0.92 | 0.14 | 13.96 | 0.86 | 0.46 |
| Hex | DB | 40 | 11 | 0 | 47 | 5C | E | E | 56 | 2E |
| Octal | 333 | 100 | 21 | 0 | 107 | 134 | 16 | 16 | 126 | 56 |
| Binary | 11011011 | 1000000 | 10001 | 0 | 1000111 | 1011100 | 1110 | 1110 | 1010110 | 101110 |
Color Harmonies of #DB4011
Complementary color
Monochromatic Colors of #DB4011
Black with #DB4011
Text Example
Text Example
White with #DB4011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4011; }
p { color: rgb(219,64,17); }
H1.HeaderClassName
{
color: #DB4011;
}
.AnyTagClassName
{
color: #DB4011;
}
</style>
background-color css
<style>
a { background-color: #DB4011; }
a { background-color: rgb(219,64,17); }
div.DivClassName
{
background-color: #DB4011;
}
.BgClassName
{
background-color: #DB4011;
}
</style>
border-color css
<style>
span { border-color: #DB4011; }
span { border-color: rgb(219,64,17); }
td.TdClassName
{
border-color: #DB4011;
}
.TagClassName
{
border-color: #DB4011;
}
</style>