Html Css Color HEX #D81A17 Harley Davidson Orange
📋 copy color: '#D81A17'red 216 ◦ green 26 ◦ blue 23
Shades of Harley Davidson Orange #D81A17
Tints of Harley Davidson Orange #D81A17
RGB
CMYK
RGB Variations
Color information
#D81A17 (or 0xD81A17) is known color: Harley Davidson Orange. HEX triplet: D8, 1A and 17. RGB value is (216,26,23). Sum of RGB (Red+Green+Blue) = 216+26+23=265 (35% of max value = 765). Red value is 216 (84.77% from 255 or 81.51% from 265); Green value is 26 (10.55% from 255 or 9.81% from 265); Blue value is 23 (9.38% from 255 or 8.68% from 265); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D81A17 is #27E5E8. Grayscale: #525252. Windows color (decimal): -2614761 or 1514200. OLE color: 1514200.
HSL color Cylindrical-coordinate representation of color #D81A17: hue angle of 0.93º 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 #D81A17 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 26 | 23 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.15 |
| HSL | 0.93º | 0.81% | 0.47% | - |
| HSV(B) | 0.93º | 0.89% | 0.85% | - |
| XYZ | 28.84 | 15.4 | 2.26 | - |
| YUV | 82.47 | 94.45 | 223.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 26 | 23 | 0 | 0.88 | 0.89 | 0.15 | 0.93 | 0.81 | 0.47 |
| Hex | D8 | 1A | 17 | 0 | 58 | 59 | F | 1 | 51 | 2F |
| Octal | 330 | 32 | 27 | 0 | 130 | 131 | 17 | 1 | 121 | 57 |
| Binary | 11011000 | 11010 | 10111 | 0 | 1011000 | 1011001 | 1111 | 1 | 1010001 | 101111 |
Color Harmonies of #D81A17
Complementary color
Monochromatic Colors of #D81A17
Black with #D81A17
Text Example
Text Example
White with #D81A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81A17; }
p { color: rgb(216,26,23); }
H1.HeaderClassName
{
color: #D81A17;
}
.AnyTagClassName
{
color: #D81A17;
}
</style>
background-color css
<style>
a { background-color: #D81A17; }
a { background-color: rgb(216,26,23); }
div.DivClassName
{
background-color: #D81A17;
}
.BgClassName
{
background-color: #D81A17;
}
</style>
border-color css
<style>
span { border-color: #D81A17; }
span { border-color: rgb(216,26,23); }
td.TdClassName
{
border-color: #D81A17;
}
.TagClassName
{
border-color: #D81A17;
}
</style>