Html Css Color HEX #DB3217 Harley Davidson Orange
📋 copy color: '#DB3217'red 219 ◦ green 50 ◦ blue 23
Shades of Harley Davidson Orange #DB3217
Tints of Harley Davidson Orange #DB3217
RGB
CMYK
RGB Variations
Color information
#DB3217 (or 0xDB3217) is known color: Harley Davidson Orange. HEX triplet: DB, 32 and 17. RGB value is (219,50,23). Sum of RGB (Red+Green+Blue) = 219+50+23=292 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 23 (9.38% from 255 or 7.88% from 292); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3217 is #24CDE8. Grayscale: #616161. Windows color (decimal): -2412009 or 1520347. OLE color: 1520347.
HSL color Cylindrical-coordinate representation of color #DB3217: hue angle of 8.27º 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 #DB3217 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 23 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.14 |
| HSL | 8.27º | 0.81% | 0.47% | - |
| HSV(B) | 8.27º | 0.89% | 0.86% | - |
| XYZ | 30.51 | 17.4 | 2.56 | - |
| YUV | 97.45 | 85.99 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 23 | 0 | 0.77 | 0.89 | 0.14 | 8.27 | 0.81 | 0.47 |
| Hex | DB | 32 | 17 | 0 | 4D | 59 | E | 8 | 51 | 2F |
| Octal | 333 | 62 | 27 | 0 | 115 | 131 | 16 | 10 | 121 | 57 |
| Binary | 11011011 | 110010 | 10111 | 0 | 1001101 | 1011001 | 1110 | 1000 | 1010001 | 101111 |
Color Harmonies of #DB3217
Complementary color
Monochromatic Colors of #DB3217
Black with #DB3217
Text Example
Text Example
White with #DB3217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3217; }
p { color: rgb(219,50,23); }
H1.HeaderClassName
{
color: #DB3217;
}
.AnyTagClassName
{
color: #DB3217;
}
</style>
background-color css
<style>
a { background-color: #DB3217; }
a { background-color: rgb(219,50,23); }
div.DivClassName
{
background-color: #DB3217;
}
.BgClassName
{
background-color: #DB3217;
}
</style>
border-color css
<style>
span { border-color: #DB3217; }
span { border-color: rgb(219,50,23); }
td.TdClassName
{
border-color: #DB3217;
}
.TagClassName
{
border-color: #DB3217;
}
</style>