Html Css Color HEX #DB2217 Harley Davidson Orange
📋 copy color: '#DB2217'red 219 ◦ green 34 ◦ blue 23
Shades of Harley Davidson Orange #DB2217
Tints of Harley Davidson Orange #DB2217
RGB
CMYK
RGB Variations
Color information
#DB2217 (or 0xDB2217) is known color: Harley Davidson Orange. HEX triplet: DB, 22 and 17. RGB value is (219,34,23). Sum of RGB (Red+Green+Blue) = 219+34+23=276 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.35% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 23 (9.38% from 255 or 8.33% from 276); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2217 is #24DDE8. Grayscale: #585858. Windows color (decimal): -2416105 or 1516251. OLE color: 1516251.
HSL color Cylindrical-coordinate representation of color #DB2217: hue angle of 3.37º 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 #DB2217 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 23 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.14 |
| HSL | 3.37º | 0.81% | 0.47% | - |
| HSV(B) | 3.37º | 0.89% | 0.86% | - |
| XYZ | 29.94 | 16.27 | 2.37 | - |
| YUV | 88.06 | 91.29 | 221.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 23 | 0 | 0.84 | 0.89 | 0.14 | 3.37 | 0.81 | 0.47 |
| Hex | DB | 22 | 17 | 0 | 54 | 59 | E | 3 | 51 | 2F |
| Octal | 333 | 42 | 27 | 0 | 124 | 131 | 16 | 3 | 121 | 57 |
| Binary | 11011011 | 100010 | 10111 | 0 | 1010100 | 1011001 | 1110 | 11 | 1010001 | 101111 |
Color Harmonies of #DB2217
Complementary color
Monochromatic Colors of #DB2217
Black with #DB2217
Text Example
Text Example
White with #DB2217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2217; }
p { color: rgb(219,34,23); }
H1.HeaderClassName
{
color: #DB2217;
}
.AnyTagClassName
{
color: #DB2217;
}
</style>
background-color css
<style>
a { background-color: #DB2217; }
a { background-color: rgb(219,34,23); }
div.DivClassName
{
background-color: #DB2217;
}
.BgClassName
{
background-color: #DB2217;
}
</style>
border-color css
<style>
span { border-color: #DB2217; }
span { border-color: rgb(219,34,23); }
td.TdClassName
{
border-color: #DB2217;
}
.TagClassName
{
border-color: #DB2217;
}
</style>