Html Css Color HEX #DB1917 Harley Davidson Orange
📋 copy color: '#DB1917'red 219 ◦ green 25 ◦ blue 23
Shades of Harley Davidson Orange #DB1917
Tints of Harley Davidson Orange #DB1917
RGB
CMYK
RGB Variations
Color information
#DB1917 (or 0xDB1917) is known color: Harley Davidson Orange. HEX triplet: DB, 19 and 17. RGB value is (219,25,23). Sum of RGB (Red+Green+Blue) = 219+25+23=267 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.02% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 23 (9.38% from 255 or 8.61% from 267); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1917 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1917 is #24E6E8. Grayscale: #525252. Windows color (decimal): -2418409 or 1513947. OLE color: 1513947.
HSL color Cylindrical-coordinate representation of color #DB1917: hue angle of 0.61º 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 #DB1917 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 23 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.14 |
| HSL | 0.61º | 0.81% | 0.47% | - |
| HSV(B) | 0.61º | 0.89% | 0.86% | - |
| XYZ | 29.72 | 15.82 | 2.3 | - |
| YUV | 82.78 | 94.27 | 225.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 23 | 0 | 0.89 | 0.89 | 0.14 | 0.61 | 0.81 | 0.47 |
| Hex | DB | 19 | 17 | 0 | 59 | 59 | E | 1 | 51 | 2F |
| Octal | 333 | 31 | 27 | 0 | 131 | 131 | 16 | 1 | 121 | 57 |
| Binary | 11011011 | 11001 | 10111 | 0 | 1011001 | 1011001 | 1110 | 1 | 1010001 | 101111 |
Color Harmonies of #DB1917
Complementary color
Monochromatic Colors of #DB1917
Black with #DB1917
Text Example
Text Example
White with #DB1917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1917; }
p { color: rgb(219,25,23); }
H1.HeaderClassName
{
color: #DB1917;
}
.AnyTagClassName
{
color: #DB1917;
}
</style>
background-color css
<style>
a { background-color: #DB1917; }
a { background-color: rgb(219,25,23); }
div.DivClassName
{
background-color: #DB1917;
}
.BgClassName
{
background-color: #DB1917;
}
</style>
border-color css
<style>
span { border-color: #DB1917; }
span { border-color: rgb(219,25,23); }
td.TdClassName
{
border-color: #DB1917;
}
.TagClassName
{
border-color: #DB1917;
}
</style>