Html Css Color HEX #D92010 Harley Davidson Orange
📋 copy color: '#D92010'red 217 ◦ green 32 ◦ blue 16
Shades of Harley Davidson Orange #D92010
Tints of Harley Davidson Orange #D92010
RGB
CMYK
RGB Variations
Color information
#D92010 (or 0xD92010) is known color: Harley Davidson Orange. HEX triplet: D9, 20 and 10. RGB value is (217,32,16). Sum of RGB (Red+Green+Blue) = 217+32+16=265 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.89% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 217 - color contains mainly: red. Hex color #D92010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92010 is #26DFEF. Grayscale: #555555. Windows color (decimal): -2547696 or 1056985. OLE color: 1056985.
HSL color Cylindrical-coordinate representation of color #D92010: hue angle of 4.78º 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 #D92010 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 32 | 16 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.15 |
| HSL | 4.78º | 0.86% | 0.46% | - |
| HSV(B) | 4.78º | 0.93% | 0.85% | - |
| XYZ | 29.23 | 15.82 | 2 | - |
| YUV | 85.49 | 88.79 | 221.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 32 | 16 | 0 | 0.85 | 0.93 | 0.15 | 4.78 | 0.86 | 0.46 |
| Hex | D9 | 20 | 10 | 0 | 55 | 5D | F | 5 | 56 | 2E |
| Octal | 331 | 40 | 20 | 0 | 125 | 135 | 17 | 5 | 126 | 56 |
| Binary | 11011001 | 100000 | 10000 | 0 | 1010101 | 1011101 | 1111 | 101 | 1010110 | 101110 |
Color Harmonies of #D92010
Complementary color
Monochromatic Colors of #D92010
Black with #D92010
Text Example
Text Example
White with #D92010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92010; }
p { color: rgb(217,32,16); }
H1.HeaderClassName
{
color: #D92010;
}
.AnyTagClassName
{
color: #D92010;
}
</style>
background-color css
<style>
a { background-color: #D92010; }
a { background-color: rgb(217,32,16); }
div.DivClassName
{
background-color: #D92010;
}
.BgClassName
{
background-color: #D92010;
}
</style>
border-color css
<style>
span { border-color: #D92010; }
span { border-color: rgb(217,32,16); }
td.TdClassName
{
border-color: #D92010;
}
.TagClassName
{
border-color: #D92010;
}
</style>