Html Css Color HEX #D92F10 Harley Davidson Orange
📋 copy color: '#D92F10'red 217 ◦ green 47 ◦ blue 16
Shades of Harley Davidson Orange #D92F10
Tints of Harley Davidson Orange #D92F10
RGB
CMYK
RGB Variations
Color information
#D92F10 (or 0xD92F10) is known color: Harley Davidson Orange. HEX triplet: D9, 2F and 10. RGB value is (217,47,16). Sum of RGB (Red+Green+Blue) = 217+47+16=280 (37% of max value = 765). Red value is 217 (85.16% from 255 or 77.5% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92F10 is #26D0EF. Grayscale: #5E5E5E. Windows color (decimal): -2543856 or 1060825. OLE color: 1060825.
HSL color Cylindrical-coordinate representation of color #D92F10: hue angle of 9.25º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D92F10 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 47 | 16 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.15 |
| HSL | 9.25º | 0.86% | 0.46% | - |
| HSV(B) | 9.25º | 0.93% | 0.85% | - |
| XYZ | 29.73 | 16.82 | 2.17 | - |
| YUV | 94.3 | 83.82 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 47 | 16 | 0 | 0.78 | 0.93 | 0.15 | 9.25 | 0.86 | 0.46 |
| Hex | D9 | 2F | 10 | 0 | 4E | 5D | F | 9 | 56 | 2E |
| Octal | 331 | 57 | 20 | 0 | 116 | 135 | 17 | 11 | 126 | 56 |
| Binary | 11011001 | 101111 | 10000 | 0 | 1001110 | 1011101 | 1111 | 1001 | 1010110 | 101110 |
Color Harmonies of #D92F10
Complementary color
Monochromatic Colors of #D92F10
Black with #D92F10
Text Example
Text Example
White with #D92F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92F10; }
p { color: rgb(217,47,16); }
H1.HeaderClassName
{
color: #D92F10;
}
.AnyTagClassName
{
color: #D92F10;
}
</style>
background-color css
<style>
a { background-color: #D92F10; }
a { background-color: rgb(217,47,16); }
div.DivClassName
{
background-color: #D92F10;
}
.BgClassName
{
background-color: #D92F10;
}
</style>
border-color css
<style>
span { border-color: #D92F10; }
span { border-color: rgb(217,47,16); }
td.TdClassName
{
border-color: #D92F10;
}
.TagClassName
{
border-color: #D92F10;
}
</style>