Html Css Color HEX #D92C11 Harley Davidson Orange
📋 copy color: '#D92C11'red 217 ◦ green 44 ◦ blue 17
Shades of Harley Davidson Orange #D92C11
Tints of Harley Davidson Orange #D92C11
RGB
CMYK
RGB Variations
Color information
#D92C11 (or 0xD92C11) is known color: Harley Davidson Orange. HEX triplet: D9, 2C and 11. RGB value is (217,44,17). Sum of RGB (Red+Green+Blue) = 217+44+17=278 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.06% from 278); Green value is 44 (17.58% from 255 or 15.83% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 217 - color contains mainly: red. Hex color #D92C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92C11 is #26D3EE. Grayscale: #5C5C5C. Windows color (decimal): -2544623 or 1125593. OLE color: 1125593.
HSL color Cylindrical-coordinate representation of color #D92C11: hue angle of 8.1º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D92C11 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 44 | 17 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.15 |
| HSL | 8.1º | 0.85% | 0.46% | - |
| HSV(B) | 8.1º | 0.92% | 0.85% | - |
| XYZ | 29.62 | 16.59 | 2.17 | - |
| YUV | 92.65 | 85.31 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 44 | 17 | 0 | 0.80 | 0.92 | 0.15 | 8.1 | 0.85 | 0.46 |
| Hex | D9 | 2C | 11 | 0 | 50 | 5C | F | 8 | 55 | 2E |
| Octal | 331 | 54 | 21 | 0 | 120 | 134 | 17 | 10 | 125 | 56 |
| Binary | 11011001 | 101100 | 10001 | 0 | 1010000 | 1011100 | 1111 | 1000 | 1010101 | 101110 |
Color Harmonies of #D92C11
Complementary color
Monochromatic Colors of #D92C11
Black with #D92C11
Text Example
Text Example
White with #D92C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92C11; }
p { color: rgb(217,44,17); }
H1.HeaderClassName
{
color: #D92C11;
}
.AnyTagClassName
{
color: #D92C11;
}
</style>
background-color css
<style>
a { background-color: #D92C11; }
a { background-color: rgb(217,44,17); }
div.DivClassName
{
background-color: #D92C11;
}
.BgClassName
{
background-color: #D92C11;
}
</style>
border-color css
<style>
span { border-color: #D92C11; }
span { border-color: rgb(217,44,17); }
td.TdClassName
{
border-color: #D92C11;
}
.TagClassName
{
border-color: #D92C11;
}
</style>