Html Css Color HEX #D9170D Harley Davidson Orange
📋 copy color: '#D9170D'red 217 ◦ green 23 ◦ blue 13
Shades of Harley Davidson Orange #D9170D
Tints of Harley Davidson Orange #D9170D
RGB
CMYK
RGB Variations
Color information
#D9170D (or 0xD9170D) is known color: Harley Davidson Orange. HEX triplet: D9, 17 and 0D. RGB value is (217,23,13). Sum of RGB (Red+Green+Blue) = 217+23+13=253 (33% of max value = 765). Red value is 217 (85.16% from 255 or 85.77% from 253); Green value is 23 (9.38% from 255 or 9.09% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 217 - color contains mainly: red. Hex color #D9170D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9170D is #26E8F2. Grayscale: #505050. Windows color (decimal): -2550003 or 858073. OLE color: 858073.
HSL color Cylindrical-coordinate representation of color #D9170D: hue angle of 2.94º degrees, saturation: 0.89, 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 #D9170D is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 23 | 13 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.15 |
| HSL | 2.94º | 0.89% | 0.45% | - |
| HSV(B) | 2.94º | 0.94% | 0.85% | - |
| XYZ | 28.99 | 15.39 | 1.82 | - |
| YUV | 79.87 | 90.27 | 225.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 23 | 13 | 0 | 0.89 | 0.94 | 0.15 | 2.94 | 0.89 | 0.45 |
| Hex | D9 | 17 | D | 0 | 59 | 5E | F | 3 | 59 | 2D |
| Octal | 331 | 27 | 15 | 0 | 131 | 136 | 17 | 3 | 131 | 55 |
| Binary | 11011001 | 10111 | 1101 | 0 | 1011001 | 1011110 | 1111 | 11 | 1011001 | 101101 |
Color Harmonies of #D9170D
Complementary color
Monochromatic Colors of #D9170D
Black with #D9170D
Text Example
Text Example
White with #D9170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9170D; }
p { color: rgb(217,23,13); }
H1.HeaderClassName
{
color: #D9170D;
}
.AnyTagClassName
{
color: #D9170D;
}
</style>
background-color css
<style>
a { background-color: #D9170D; }
a { background-color: rgb(217,23,13); }
div.DivClassName
{
background-color: #D9170D;
}
.BgClassName
{
background-color: #D9170D;
}
</style>
border-color css
<style>
span { border-color: #D9170D; }
span { border-color: rgb(217,23,13); }
td.TdClassName
{
border-color: #D9170D;
}
.TagClassName
{
border-color: #D9170D;
}
</style>