Html Css Color HEX #DB170F Harley Davidson Orange
📋 copy color: '#DB170F'red 219 ◦ green 23 ◦ blue 15
Shades of Harley Davidson Orange #DB170F
Tints of Harley Davidson Orange #DB170F
RGB
CMYK
RGB Variations
Color information
#DB170F (or 0xDB170F) is known color: Harley Davidson Orange. HEX triplet: DB, 17 and 0F. RGB value is (219,23,15). Sum of RGB (Red+Green+Blue) = 219+23+15=257 (34% of max value = 765). Red value is 219 (85.94% from 255 or 85.21% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 219 - color contains mainly: red. Hex color #DB170F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB170F is #24E8F0. Grayscale: #505050. Windows color (decimal): -2418929 or 989147. OLE color: 989147.
HSL color Cylindrical-coordinate representation of color #DB170F: hue angle of 2.35º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB170F is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 15 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.14 |
| HSL | 2.35º | 0.87% | 0.46% | - |
| HSV(B) | 2.35º | 0.93% | 0.86% | - |
| XYZ | 29.61 | 15.71 | 1.92 | - |
| YUV | 80.69 | 90.93 | 226.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 15 | 0 | 0.89 | 0.93 | 0.14 | 2.35 | 0.87 | 0.46 |
| Hex | DB | 17 | F | 0 | 59 | 5D | E | 2 | 57 | 2E |
| Octal | 333 | 27 | 17 | 0 | 131 | 135 | 16 | 2 | 127 | 56 |
| Binary | 11011011 | 10111 | 1111 | 0 | 1011001 | 1011101 | 1110 | 10 | 1010111 | 101110 |
Color Harmonies of #DB170F
Complementary color
Monochromatic Colors of #DB170F
Black with #DB170F
Text Example
Text Example
White with #DB170F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB170F; }
p { color: rgb(219,23,15); }
H1.HeaderClassName
{
color: #DB170F;
}
.AnyTagClassName
{
color: #DB170F;
}
</style>
background-color css
<style>
a { background-color: #DB170F; }
a { background-color: rgb(219,23,15); }
div.DivClassName
{
background-color: #DB170F;
}
.BgClassName
{
background-color: #DB170F;
}
</style>
border-color css
<style>
span { border-color: #DB170F; }
span { border-color: rgb(219,23,15); }
td.TdClassName
{
border-color: #DB170F;
}
.TagClassName
{
border-color: #DB170F;
}
</style>