Html Css Color HEX #DB4311 Harley Davidson Orange
📋 copy color: '#DB4311'red 219 ◦ green 67 ◦ blue 17
Shades of Harley Davidson Orange #DB4311
Tints of Harley Davidson Orange #DB4311
RGB
CMYK
RGB Variations
Color information
#DB4311 (or 0xDB4311) is known color: Harley Davidson Orange. HEX triplet: DB, 43 and 11. RGB value is (219,67,17). Sum of RGB (Red+Green+Blue) = 219+67+17=303 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.28% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4311 is #24BCEE. Grayscale: #6B6B6B. Windows color (decimal): -2407663 or 1131483. OLE color: 1131483.
HSL color Cylindrical-coordinate representation of color #DB4311: hue angle of 14.85º 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 #DB4311 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 17 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.14 |
| HSL | 14.85º | 0.86% | 0.46% | - |
| HSV(B) | 14.85º | 0.92% | 0.86% | - |
| XYZ | 31.32 | 19.11 | 2.57 | - |
| YUV | 106.75 | 77.36 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 17 | 0 | 0.69 | 0.92 | 0.14 | 14.85 | 0.86 | 0.46 |
| Hex | DB | 43 | 11 | 0 | 45 | 5C | E | F | 56 | 2E |
| Octal | 333 | 103 | 21 | 0 | 105 | 134 | 16 | 17 | 126 | 56 |
| Binary | 11011011 | 1000011 | 10001 | 0 | 1000101 | 1011100 | 1110 | 1111 | 1010110 | 101110 |
Color Harmonies of #DB4311
Complementary color
Monochromatic Colors of #DB4311
Black with #DB4311
Text Example
Text Example
White with #DB4311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4311; }
p { color: rgb(219,67,17); }
H1.HeaderClassName
{
color: #DB4311;
}
.AnyTagClassName
{
color: #DB4311;
}
</style>
background-color css
<style>
a { background-color: #DB4311; }
a { background-color: rgb(219,67,17); }
div.DivClassName
{
background-color: #DB4311;
}
.BgClassName
{
background-color: #DB4311;
}
</style>
border-color css
<style>
span { border-color: #DB4311; }
span { border-color: rgb(219,67,17); }
td.TdClassName
{
border-color: #DB4311;
}
.TagClassName
{
border-color: #DB4311;
}
</style>