Html Css Color HEX #DB2E17 Harley Davidson Orange
📋 copy color: '#DB2E17'red 219 ◦ green 46 ◦ blue 23
Shades of Harley Davidson Orange #DB2E17
Tints of Harley Davidson Orange #DB2E17
RGB
CMYK
RGB Variations
Color information
#DB2E17 (or 0xDB2E17) is known color: Harley Davidson Orange. HEX triplet: DB, 2E and 17. RGB value is (219,46,23). Sum of RGB (Red+Green+Blue) = 219+46+23=288 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.04% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 23 (9.38% from 255 or 7.99% from 288); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2E17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2E17 is #24D1E8. Grayscale: #5F5F5F. Windows color (decimal): -2413033 or 1519323. OLE color: 1519323.
HSL color Cylindrical-coordinate representation of color #DB2E17: hue angle of 7.04º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB2E17 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 46 | 23 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.14 |
| HSL | 7.04º | 0.81% | 0.47% | - |
| HSV(B) | 7.04º | 0.89% | 0.86% | - |
| XYZ | 30.35 | 17.08 | 2.51 | - |
| YUV | 95.11 | 87.31 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 23 | 0 | 0.79 | 0.89 | 0.14 | 7.04 | 0.81 | 0.47 |
| Hex | DB | 2E | 17 | 0 | 4F | 59 | E | 7 | 51 | 2F |
| Octal | 333 | 56 | 27 | 0 | 117 | 131 | 16 | 7 | 121 | 57 |
| Binary | 11011011 | 101110 | 10111 | 0 | 1001111 | 1011001 | 1110 | 111 | 1010001 | 101111 |
Color Harmonies of #DB2E17
Complementary color
Monochromatic Colors of #DB2E17
Black with #DB2E17
Text Example
Text Example
White with #DB2E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2E17; }
p { color: rgb(219,46,23); }
H1.HeaderClassName
{
color: #DB2E17;
}
.AnyTagClassName
{
color: #DB2E17;
}
</style>
background-color css
<style>
a { background-color: #DB2E17; }
a { background-color: rgb(219,46,23); }
div.DivClassName
{
background-color: #DB2E17;
}
.BgClassName
{
background-color: #DB2E17;
}
</style>
border-color css
<style>
span { border-color: #DB2E17; }
span { border-color: rgb(219,46,23); }
td.TdClassName
{
border-color: #DB2E17;
}
.TagClassName
{
border-color: #DB2E17;
}
</style>