Html Css Color HEX #D82017 Harley Davidson Orange
📋 copy color: '#D82017'red 216 ◦ green 32 ◦ blue 23
Shades of Harley Davidson Orange #D82017
Tints of Harley Davidson Orange #D82017
RGB
CMYK
RGB Variations
Color information
#D82017 (or 0xD82017) is known color: Harley Davidson Orange. HEX triplet: D8, 20 and 17. RGB value is (216,32,23). Sum of RGB (Red+Green+Blue) = 216+32+23=271 (35% of max value = 765). Red value is 216 (84.77% from 255 or 79.70% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 216 - color contains mainly: red. Hex color #D82017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82017 is #27DFE8. Grayscale: #565656. Windows color (decimal): -2613225 or 1515736. OLE color: 1515736.
HSL color Cylindrical-coordinate representation of color #D82017: hue angle of 2.8º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D82017 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 32 | 23 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.15 |
| HSL | 2.8º | 0.81% | 0.47% | - |
| HSV(B) | 2.8º | 0.89% | 0.85% | - |
| XYZ | 28.99 | 15.69 | 2.31 | - |
| YUV | 85.99 | 92.46 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 32 | 23 | 0 | 0.85 | 0.89 | 0.15 | 2.8 | 0.81 | 0.47 |
| Hex | D8 | 20 | 17 | 0 | 55 | 59 | F | 3 | 51 | 2F |
| Octal | 330 | 40 | 27 | 0 | 125 | 131 | 17 | 3 | 121 | 57 |
| Binary | 11011000 | 100000 | 10111 | 0 | 1010101 | 1011001 | 1111 | 11 | 1010001 | 101111 |
Color Harmonies of #D82017
Complementary color
Monochromatic Colors of #D82017
Black with #D82017
Text Example
Text Example
White with #D82017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82017; }
p { color: rgb(216,32,23); }
H1.HeaderClassName
{
color: #D82017;
}
.AnyTagClassName
{
color: #D82017;
}
</style>
background-color css
<style>
a { background-color: #D82017; }
a { background-color: rgb(216,32,23); }
div.DivClassName
{
background-color: #D82017;
}
.BgClassName
{
background-color: #D82017;
}
</style>
border-color css
<style>
span { border-color: #D82017; }
span { border-color: rgb(216,32,23); }
td.TdClassName
{
border-color: #D82017;
}
.TagClassName
{
border-color: #D82017;
}
</style>