Html Css Color HEX #DB2017 Harley Davidson Orange
📋 copy color: '#DB2017'red 219 ◦ green 32 ◦ blue 23
Shades of Harley Davidson Orange #DB2017
Tints of Harley Davidson Orange #DB2017
RGB
CMYK
RGB Variations
Color information
#DB2017 (or 0xDB2017) is known color: Harley Davidson Orange. HEX triplet: DB, 20 and 17. RGB value is (219,32,23). Sum of RGB (Red+Green+Blue) = 219+32+23=274 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.93% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 23 (9.38% from 255 or 8.39% from 274); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2017 is #24DFE8. Grayscale: #575757. Windows color (decimal): -2416617 or 1515739. OLE color: 1515739.
HSL color Cylindrical-coordinate representation of color #DB2017: hue angle of 2.76º 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 #DB2017 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 23 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.14 |
| HSL | 2.76º | 0.81% | 0.47% | - |
| HSV(B) | 2.76º | 0.89% | 0.86% | - |
| XYZ | 29.88 | 16.15 | 2.35 | - |
| YUV | 86.89 | 91.95 | 222.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 23 | 0 | 0.85 | 0.89 | 0.14 | 2.76 | 0.81 | 0.47 |
| Hex | DB | 20 | 17 | 0 | 55 | 59 | E | 3 | 51 | 2F |
| Octal | 333 | 40 | 27 | 0 | 125 | 131 | 16 | 3 | 121 | 57 |
| Binary | 11011011 | 100000 | 10111 | 0 | 1010101 | 1011001 | 1110 | 11 | 1010001 | 101111 |
Color Harmonies of #DB2017
Complementary color
Monochromatic Colors of #DB2017
Black with #DB2017
Text Example
Text Example
White with #DB2017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2017; }
p { color: rgb(219,32,23); }
H1.HeaderClassName
{
color: #DB2017;
}
.AnyTagClassName
{
color: #DB2017;
}
</style>
background-color css
<style>
a { background-color: #DB2017; }
a { background-color: rgb(219,32,23); }
div.DivClassName
{
background-color: #DB2017;
}
.BgClassName
{
background-color: #DB2017;
}
</style>
border-color css
<style>
span { border-color: #DB2017; }
span { border-color: rgb(219,32,23); }
td.TdClassName
{
border-color: #DB2017;
}
.TagClassName
{
border-color: #DB2017;
}
</style>