Html Css Color HEX #D92E14 Harley Davidson Orange
📋 copy color: '#D92E14'red 217 ◦ green 46 ◦ blue 20
Shades of Harley Davidson Orange #D92E14
Tints of Harley Davidson Orange #D92E14
RGB
CMYK
RGB Variations
Color information
#D92E14 (or 0xD92E14) is known color: Harley Davidson Orange. HEX triplet: D9, 2E and 14. RGB value is (217,46,20). Sum of RGB (Red+Green+Blue) = 217+46+20=283 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.68% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 217 - color contains mainly: red. Hex color #D92E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92E14 is #26D1EB. Grayscale: #5E5E5E. Windows color (decimal): -2544108 or 1322713. OLE color: 1322713.
HSL color Cylindrical-coordinate representation of color #D92E14: hue angle of 7.92º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D92E14 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 46 | 20 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.15 |
| HSL | 7.92º | 0.83% | 0.46% | - |
| HSV(B) | 7.92º | 0.91% | 0.85% | - |
| XYZ | 29.72 | 16.76 | 2.33 | - |
| YUV | 94.17 | 86.15 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 46 | 20 | 0 | 0.79 | 0.91 | 0.15 | 7.92 | 0.83 | 0.46 |
| Hex | D9 | 2E | 14 | 0 | 4F | 5B | F | 8 | 53 | 2E |
| Octal | 331 | 56 | 24 | 0 | 117 | 133 | 17 | 10 | 123 | 56 |
| Binary | 11011001 | 101110 | 10100 | 0 | 1001111 | 1011011 | 1111 | 1000 | 1010011 | 101110 |
Color Harmonies of #D92E14
Complementary color
Monochromatic Colors of #D92E14
Black with #D92E14
Text Example
Text Example
White with #D92E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92E14; }
p { color: rgb(217,46,20); }
H1.HeaderClassName
{
color: #D92E14;
}
.AnyTagClassName
{
color: #D92E14;
}
</style>
background-color css
<style>
a { background-color: #D92E14; }
a { background-color: rgb(217,46,20); }
div.DivClassName
{
background-color: #D92E14;
}
.BgClassName
{
background-color: #D92E14;
}
</style>
border-color css
<style>
span { border-color: #D92E14; }
span { border-color: rgb(217,46,20); }
td.TdClassName
{
border-color: #D92E14;
}
.TagClassName
{
border-color: #D92E14;
}
</style>