Html Css Color HEX #D92F18 Harley Davidson Orange
📋 copy color: '#D92F18'red 217 ◦ green 47 ◦ blue 24
Shades of Harley Davidson Orange #D92F18
Tints of Harley Davidson Orange #D92F18
RGB
CMYK
RGB Variations
Color information
#D92F18 (or 0xD92F18) is known color: Harley Davidson Orange. HEX triplet: D9, 2F and 18. RGB value is (217,47,24). Sum of RGB (Red+Green+Blue) = 217+47+24=288 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.35% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92F18 is #26D0E7. Grayscale: #5F5F5F. Windows color (decimal): -2543848 or 1585113. OLE color: 1585113.
HSL color Cylindrical-coordinate representation of color #D92F18: hue angle of 7.15º degrees, saturation: 0.8, 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 #D92F18 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 47 | 24 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.15 |
| HSL | 7.15º | 0.8% | 0.47% | - |
| HSV(B) | 7.15º | 0.89% | 0.85% | - |
| XYZ | 29.8 | 16.85 | 2.55 | - |
| YUV | 95.21 | 87.82 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 47 | 24 | 0 | 0.78 | 0.89 | 0.15 | 7.15 | 0.8 | 0.47 |
| Hex | D9 | 2F | 18 | 0 | 4E | 59 | F | 7 | 50 | 2F |
| Octal | 331 | 57 | 30 | 0 | 116 | 131 | 17 | 7 | 120 | 57 |
| Binary | 11011001 | 101111 | 11000 | 0 | 1001110 | 1011001 | 1111 | 111 | 1010000 | 101111 |
Color Harmonies of #D92F18
Complementary color
Monochromatic Colors of #D92F18
Black with #D92F18
Text Example
Text Example
White with #D92F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92F18; }
p { color: rgb(217,47,24); }
H1.HeaderClassName
{
color: #D92F18;
}
.AnyTagClassName
{
color: #D92F18;
}
</style>
background-color css
<style>
a { background-color: #D92F18; }
a { background-color: rgb(217,47,24); }
div.DivClassName
{
background-color: #D92F18;
}
.BgClassName
{
background-color: #D92F18;
}
</style>
border-color css
<style>
span { border-color: #D92F18; }
span { border-color: rgb(217,47,24); }
td.TdClassName
{
border-color: #D92F18;
}
.TagClassName
{
border-color: #D92F18;
}
</style>