Html Css Color HEX #D9170E Harley Davidson Orange
📋 copy color: '#D9170E'red 217 ◦ green 23 ◦ blue 14
Shades of Harley Davidson Orange #D9170E
Tints of Harley Davidson Orange #D9170E
RGB
CMYK
RGB Variations
Color information
#D9170E (or 0xD9170E) is known color: Harley Davidson Orange. HEX triplet: D9, 17 and 0E. RGB value is (217,23,14). Sum of RGB (Red+Green+Blue) = 217+23+14=254 (33% of max value = 765). Red value is 217 (85.16% from 255 or 85.43% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 217 - color contains mainly: red. Hex color #D9170E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9170E is #26E8F1. Grayscale: #505050. Windows color (decimal): -2550002 or 923609. OLE color: 923609.
HSL color Cylindrical-coordinate representation of color #D9170E: hue angle of 2.66º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9170E is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 23 | 14 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.15 |
| HSL | 2.66º | 0.88% | 0.45% | - |
| HSV(B) | 2.66º | 0.94% | 0.85% | - |
| XYZ | 29 | 15.4 | 1.86 | - |
| YUV | 79.98 | 90.77 | 225.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 23 | 14 | 0 | 0.89 | 0.94 | 0.15 | 2.66 | 0.88 | 0.45 |
| Hex | D9 | 17 | E | 0 | 59 | 5E | F | 3 | 58 | 2D |
| Octal | 331 | 27 | 16 | 0 | 131 | 136 | 17 | 3 | 130 | 55 |
| Binary | 11011001 | 10111 | 1110 | 0 | 1011001 | 1011110 | 1111 | 11 | 1011000 | 101101 |
Color Harmonies of #D9170E
Complementary color
Monochromatic Colors of #D9170E
Black with #D9170E
Text Example
Text Example
White with #D9170E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9170E; }
p { color: rgb(217,23,14); }
H1.HeaderClassName
{
color: #D9170E;
}
.AnyTagClassName
{
color: #D9170E;
}
</style>
background-color css
<style>
a { background-color: #D9170E; }
a { background-color: rgb(217,23,14); }
div.DivClassName
{
background-color: #D9170E;
}
.BgClassName
{
background-color: #D9170E;
}
</style>
border-color css
<style>
span { border-color: #D9170E; }
span { border-color: rgb(217,23,14); }
td.TdClassName
{
border-color: #D9170E;
}
.TagClassName
{
border-color: #D9170E;
}
</style>