Html Css Color HEX #D92D16 Harley Davidson Orange
📋 copy color: '#D92D16'red 217 ◦ green 45 ◦ blue 22
Shades of Harley Davidson Orange #D92D16
Tints of Harley Davidson Orange #D92D16
RGB
CMYK
RGB Variations
Color information
#D92D16 (or 0xD92D16) is known color: Harley Davidson Orange. HEX triplet: D9, 2D and 16. RGB value is (217,45,22). Sum of RGB (Red+Green+Blue) = 217+45+22=284 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.41% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92D16 is #26D2E9. Grayscale: #5E5E5E. Windows color (decimal): -2544362 or 1453529. OLE color: 1453529.
HSL color Cylindrical-coordinate representation of color #D92D16: hue angle of 7.08º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D92D16 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 22 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.15 |
| HSL | 7.08º | 0.82% | 0.47% | - |
| HSV(B) | 7.08º | 0.9% | 0.85% | - |
| XYZ | 29.7 | 16.69 | 2.41 | - |
| YUV | 93.81 | 87.48 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 22 | 0 | 0.79 | 0.90 | 0.15 | 7.08 | 0.82 | 0.47 |
| Hex | D9 | 2D | 16 | 0 | 4F | 5A | F | 7 | 52 | 2F |
| Octal | 331 | 55 | 26 | 0 | 117 | 132 | 17 | 7 | 122 | 57 |
| Binary | 11011001 | 101101 | 10110 | 0 | 1001111 | 1011010 | 1111 | 111 | 1010010 | 101111 |
Color Harmonies of #D92D16
Complementary color
Monochromatic Colors of #D92D16
Black with #D92D16
Text Example
Text Example
White with #D92D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92D16; }
p { color: rgb(217,45,22); }
H1.HeaderClassName
{
color: #D92D16;
}
.AnyTagClassName
{
color: #D92D16;
}
</style>
background-color css
<style>
a { background-color: #D92D16; }
a { background-color: rgb(217,45,22); }
div.DivClassName
{
background-color: #D92D16;
}
.BgClassName
{
background-color: #D92D16;
}
</style>
border-color css
<style>
span { border-color: #D92D16; }
span { border-color: rgb(217,45,22); }
td.TdClassName
{
border-color: #D92D16;
}
.TagClassName
{
border-color: #D92D16;
}
</style>