Html Css Color HEX #D82817 Harley Davidson Orange
📋 copy color: '#D82817'red 216 ◦ green 40 ◦ blue 23
Shades of Harley Davidson Orange #D82817
Tints of Harley Davidson Orange #D82817
RGB
CMYK
RGB Variations
Color information
#D82817 (or 0xD82817) is known color: Harley Davidson Orange. HEX triplet: D8, 28 and 17. RGB value is (216,40,23). Sum of RGB (Red+Green+Blue) = 216+40+23=279 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.42% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 216 - color contains mainly: red. Hex color #D82817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82817 is #27D7E8. Grayscale: #5A5A5A. Windows color (decimal): -2611177 or 1517784. OLE color: 1517784.
HSL color Cylindrical-coordinate representation of color #D82817: hue angle of 5.28º 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 #D82817 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 40 | 23 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.15 |
| HSL | 5.28º | 0.81% | 0.47% | - |
| HSV(B) | 5.28º | 0.89% | 0.85% | - |
| XYZ | 29.23 | 16.18 | 2.39 | - |
| YUV | 90.69 | 89.81 | 217.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 40 | 23 | 0 | 0.81 | 0.89 | 0.15 | 5.28 | 0.81 | 0.47 |
| Hex | D8 | 28 | 17 | 0 | 51 | 59 | F | 5 | 51 | 2F |
| Octal | 330 | 50 | 27 | 0 | 121 | 131 | 17 | 5 | 121 | 57 |
| Binary | 11011000 | 101000 | 10111 | 0 | 1010001 | 1011001 | 1111 | 101 | 1010001 | 101111 |
Color Harmonies of #D82817
Complementary color
Monochromatic Colors of #D82817
Black with #D82817
Text Example
Text Example
White with #D82817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82817; }
p { color: rgb(216,40,23); }
H1.HeaderClassName
{
color: #D82817;
}
.AnyTagClassName
{
color: #D82817;
}
</style>
background-color css
<style>
a { background-color: #D82817; }
a { background-color: rgb(216,40,23); }
div.DivClassName
{
background-color: #D82817;
}
.BgClassName
{
background-color: #D82817;
}
</style>
border-color css
<style>
span { border-color: #D82817; }
span { border-color: rgb(216,40,23); }
td.TdClassName
{
border-color: #D82817;
}
.TagClassName
{
border-color: #D82817;
}
</style>