Html Css Color HEX #DB3517 Harley Davidson Orange
📋 copy color: '#DB3517'red 219 ◦ green 53 ◦ blue 23
Shades of Harley Davidson Orange #DB3517
Tints of Harley Davidson Orange #DB3517
RGB
CMYK
RGB Variations
Color information
#DB3517 (or 0xDB3517) is known color: Harley Davidson Orange. HEX triplet: DB, 35 and 17. RGB value is (219,53,23). Sum of RGB (Red+Green+Blue) = 219+53+23=295 (39% of max value = 765). Red value is 219 (85.94% from 255 or 74.24% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3517 is #24CAE8. Grayscale: #636363. Windows color (decimal): -2411241 or 1521115. OLE color: 1521115.
HSL color Cylindrical-coordinate representation of color #DB3517: hue angle of 9.18º 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 #DB3517 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 23 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.14 |
| HSL | 9.18º | 0.81% | 0.47% | - |
| HSV(B) | 9.18º | 0.89% | 0.86% | - |
| XYZ | 30.64 | 17.67 | 2.61 | - |
| YUV | 99.21 | 85 | 213.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 23 | 0 | 0.76 | 0.89 | 0.14 | 9.18 | 0.81 | 0.47 |
| Hex | DB | 35 | 17 | 0 | 4C | 59 | E | 9 | 51 | 2F |
| Octal | 333 | 65 | 27 | 0 | 114 | 131 | 16 | 11 | 121 | 57 |
| Binary | 11011011 | 110101 | 10111 | 0 | 1001100 | 1011001 | 1110 | 1001 | 1010001 | 101111 |
Color Harmonies of #DB3517
Complementary color
Monochromatic Colors of #DB3517
Black with #DB3517
Text Example
Text Example
White with #DB3517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3517; }
p { color: rgb(219,53,23); }
H1.HeaderClassName
{
color: #DB3517;
}
.AnyTagClassName
{
color: #DB3517;
}
</style>
background-color css
<style>
a { background-color: #DB3517; }
a { background-color: rgb(219,53,23); }
div.DivClassName
{
background-color: #DB3517;
}
.BgClassName
{
background-color: #DB3517;
}
</style>
border-color css
<style>
span { border-color: #DB3517; }
span { border-color: rgb(219,53,23); }
td.TdClassName
{
border-color: #DB3517;
}
.TagClassName
{
border-color: #DB3517;
}
</style>