Html Css Color HEX #D92817 Harley Davidson Orange
📋 copy color: '#D92817'red 217 ◦ green 40 ◦ blue 23
Shades of Harley Davidson Orange #D92817
Tints of Harley Davidson Orange #D92817
RGB
CMYK
RGB Variations
Color information
#D92817 (or 0xD92817) is known color: Harley Davidson Orange. HEX triplet: D9, 28 and 17. RGB value is (217,40,23). Sum of RGB (Red+Green+Blue) = 217+40+23=280 (37% of max value = 765). Red value is 217 (85.16% from 255 or 77.5% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 217 - color contains mainly: red. Hex color #D92817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92817 is #26D7E8. Grayscale: #5B5B5B. Windows color (decimal): -2545641 or 1517785. OLE color: 1517785.
HSL color Cylindrical-coordinate representation of color #D92817: hue angle of 5.26º 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 #D92817 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 40 | 23 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.15 |
| HSL | 5.26º | 0.81% | 0.47% | - |
| HSV(B) | 5.26º | 0.89% | 0.85% | - |
| XYZ | 29.53 | 16.33 | 2.41 | - |
| YUV | 90.99 | 89.64 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 40 | 23 | 0 | 0.82 | 0.89 | 0.15 | 5.26 | 0.81 | 0.47 |
| Hex | D9 | 28 | 17 | 0 | 52 | 59 | F | 5 | 51 | 2F |
| Octal | 331 | 50 | 27 | 0 | 122 | 131 | 17 | 5 | 121 | 57 |
| Binary | 11011001 | 101000 | 10111 | 0 | 1010010 | 1011001 | 1111 | 101 | 1010001 | 101111 |
Color Harmonies of #D92817
Complementary color
Monochromatic Colors of #D92817
Black with #D92817
Text Example
Text Example
White with #D92817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92817; }
p { color: rgb(217,40,23); }
H1.HeaderClassName
{
color: #D92817;
}
.AnyTagClassName
{
color: #D92817;
}
</style>
background-color css
<style>
a { background-color: #D92817; }
a { background-color: rgb(217,40,23); }
div.DivClassName
{
background-color: #D92817;
}
.BgClassName
{
background-color: #D92817;
}
</style>
border-color css
<style>
span { border-color: #D92817; }
span { border-color: rgb(217,40,23); }
td.TdClassName
{
border-color: #D92817;
}
.TagClassName
{
border-color: #D92817;
}
</style>