Html Css Color HEX #DB2F17 Harley Davidson Orange
📋 copy color: '#DB2F17'red 219 ◦ green 47 ◦ blue 23
Shades of Harley Davidson Orange #DB2F17
Tints of Harley Davidson Orange #DB2F17
RGB
CMYK
RGB Variations
Color information
#DB2F17 (or 0xDB2F17) is known color: Harley Davidson Orange. HEX triplet: DB, 2F and 17. RGB value is (219,47,23). Sum of RGB (Red+Green+Blue) = 219+47+23=289 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.78% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2F17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2F17 is #24D0E8. Grayscale: #5F5F5F. Windows color (decimal): -2412777 or 1519579. OLE color: 1519579.
HSL color Cylindrical-coordinate representation of color #DB2F17: hue angle of 7.35º 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 #DB2F17 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 47 | 23 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.14 |
| HSL | 7.35º | 0.81% | 0.47% | - |
| HSV(B) | 7.35º | 0.89% | 0.86% | - |
| XYZ | 30.38 | 17.15 | 2.52 | - |
| YUV | 95.69 | 86.98 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 23 | 0 | 0.79 | 0.89 | 0.14 | 7.35 | 0.81 | 0.47 |
| Hex | DB | 2F | 17 | 0 | 4F | 59 | E | 7 | 51 | 2F |
| Octal | 333 | 57 | 27 | 0 | 117 | 131 | 16 | 7 | 121 | 57 |
| Binary | 11011011 | 101111 | 10111 | 0 | 1001111 | 1011001 | 1110 | 111 | 1010001 | 101111 |
Color Harmonies of #DB2F17
Complementary color
Monochromatic Colors of #DB2F17
Black with #DB2F17
Text Example
Text Example
White with #DB2F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2F17; }
p { color: rgb(219,47,23); }
H1.HeaderClassName
{
color: #DB2F17;
}
.AnyTagClassName
{
color: #DB2F17;
}
</style>
background-color css
<style>
a { background-color: #DB2F17; }
a { background-color: rgb(219,47,23); }
div.DivClassName
{
background-color: #DB2F17;
}
.BgClassName
{
background-color: #DB2F17;
}
</style>
border-color css
<style>
span { border-color: #DB2F17; }
span { border-color: rgb(219,47,23); }
td.TdClassName
{
border-color: #DB2F17;
}
.TagClassName
{
border-color: #DB2F17;
}
</style>