Html Css Color HEX #D92D0E Harley Davidson Orange
📋 copy color: '#D92D0E'red 217 ◦ green 45 ◦ blue 14
Shades of Harley Davidson Orange #D92D0E
Tints of Harley Davidson Orange #D92D0E
RGB
CMYK
RGB Variations
Color information
#D92D0E (or 0xD92D0E) is known color: Harley Davidson Orange. HEX triplet: D9, 2D and 0E. RGB value is (217,45,14). Sum of RGB (Red+Green+Blue) = 217+45+14=276 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.62% from 276); Green value is 45 (17.97% from 255 or 16.30% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92D0E is #26D2F1. Grayscale: #5D5D5D. Windows color (decimal): -2544370 or 929241. OLE color: 929241.
HSL color Cylindrical-coordinate representation of color #D92D0E: hue angle of 9.16º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D92D0E is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 14 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.15 |
| HSL | 9.16º | 0.88% | 0.45% | - |
| HSV(B) | 9.16º | 0.94% | 0.85% | - |
| XYZ | 29.63 | 16.66 | 2.07 | - |
| YUV | 92.89 | 83.48 | 216.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 14 | 0 | 0.79 | 0.94 | 0.15 | 9.16 | 0.88 | 0.45 |
| Hex | D9 | 2D | E | 0 | 4F | 5E | F | 9 | 58 | 2D |
| Octal | 331 | 55 | 16 | 0 | 117 | 136 | 17 | 11 | 130 | 55 |
| Binary | 11011001 | 101101 | 1110 | 0 | 1001111 | 1011110 | 1111 | 1001 | 1011000 | 101101 |
Color Harmonies of #D92D0E
Complementary color
Monochromatic Colors of #D92D0E
Black with #D92D0E
Text Example
Text Example
White with #D92D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92D0E; }
p { color: rgb(217,45,14); }
H1.HeaderClassName
{
color: #D92D0E;
}
.AnyTagClassName
{
color: #D92D0E;
}
</style>
background-color css
<style>
a { background-color: #D92D0E; }
a { background-color: rgb(217,45,14); }
div.DivClassName
{
background-color: #D92D0E;
}
.BgClassName
{
background-color: #D92D0E;
}
</style>
border-color css
<style>
span { border-color: #D92D0E; }
span { border-color: rgb(217,45,14); }
td.TdClassName
{
border-color: #D92D0E;
}
.TagClassName
{
border-color: #D92D0E;
}
</style>