Html Css Color HEX #DB1817 Harley Davidson Orange
📋 copy color: '#DB1817'red 219 ◦ green 24 ◦ blue 23
Shades of Harley Davidson Orange #DB1817
Tints of Harley Davidson Orange #DB1817
RGB
CMYK
RGB Variations
Color information
#DB1817 (or 0xDB1817) is known color: Harley Davidson Orange. HEX triplet: DB, 18 and 17. RGB value is (219,24,23). Sum of RGB (Red+Green+Blue) = 219+24+23=266 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.33% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1817 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1817 is #24E7E8. Grayscale: #525252. Windows color (decimal): -2418665 or 1513691. OLE color: 1513691.
HSL color Cylindrical-coordinate representation of color #DB1817: hue angle of 0.31º 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 #DB1817 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 23 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.14 |
| HSL | 0.31º | 0.81% | 0.47% | - |
| HSV(B) | 0.31º | 0.89% | 0.86% | - |
| XYZ | 29.69 | 15.78 | 2.29 | - |
| YUV | 82.19 | 94.6 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 23 | 0 | 0.89 | 0.89 | 0.14 | 0.31 | 0.81 | 0.47 |
| Hex | DB | 18 | 17 | 0 | 59 | 59 | E | 0 | 51 | 2F |
| Octal | 333 | 30 | 27 | 0 | 131 | 131 | 16 | 0 | 121 | 57 |
| Binary | 11011011 | 11000 | 10111 | 0 | 1011001 | 1011001 | 1110 | 0 | 1010001 | 101111 |
Color Harmonies of #DB1817
Complementary color
Monochromatic Colors of #DB1817
Black with #DB1817
Text Example
Text Example
White with #DB1817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1817; }
p { color: rgb(219,24,23); }
H1.HeaderClassName
{
color: #DB1817;
}
.AnyTagClassName
{
color: #DB1817;
}
</style>
background-color css
<style>
a { background-color: #DB1817; }
a { background-color: rgb(219,24,23); }
div.DivClassName
{
background-color: #DB1817;
}
.BgClassName
{
background-color: #DB1817;
}
</style>
border-color css
<style>
span { border-color: #DB1817; }
span { border-color: rgb(219,24,23); }
td.TdClassName
{
border-color: #DB1817;
}
.TagClassName
{
border-color: #DB1817;
}
</style>