Html Css Color HEX #D9290E Harley Davidson Orange
📋 copy color: '#D9290E'red 217 ◦ green 41 ◦ blue 14
Shades of Harley Davidson Orange #D9290E
Tints of Harley Davidson Orange #D9290E
RGB
CMYK
RGB Variations
Color information
#D9290E (or 0xD9290E) is known color: Harley Davidson Orange. HEX triplet: D9, 29 and 0E. RGB value is (217,41,14). Sum of RGB (Red+Green+Blue) = 217+41+14=272 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.78% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 217 - color contains mainly: red. Hex color #D9290E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9290E is #26D6F1. Grayscale: #5A5A5A. Windows color (decimal): -2545394 or 928217. OLE color: 928217.
HSL color Cylindrical-coordinate representation of color #D9290E: hue angle of 7.98º 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 #D9290E is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 41 | 14 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.15 |
| HSL | 7.98º | 0.88% | 0.45% | - |
| HSV(B) | 7.98º | 0.94% | 0.85% | - |
| XYZ | 29.49 | 16.37 | 2.02 | - |
| YUV | 90.55 | 84.81 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 41 | 14 | 0 | 0.81 | 0.94 | 0.15 | 7.98 | 0.88 | 0.45 |
| Hex | D9 | 29 | E | 0 | 51 | 5E | F | 8 | 58 | 2D |
| Octal | 331 | 51 | 16 | 0 | 121 | 136 | 17 | 10 | 130 | 55 |
| Binary | 11011001 | 101001 | 1110 | 0 | 1010001 | 1011110 | 1111 | 1000 | 1011000 | 101101 |
Color Harmonies of #D9290E
Complementary color
Monochromatic Colors of #D9290E
Black with #D9290E
Text Example
Text Example
White with #D9290E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9290E; }
p { color: rgb(217,41,14); }
H1.HeaderClassName
{
color: #D9290E;
}
.AnyTagClassName
{
color: #D9290E;
}
</style>
background-color css
<style>
a { background-color: #D9290E; }
a { background-color: rgb(217,41,14); }
div.DivClassName
{
background-color: #D9290E;
}
.BgClassName
{
background-color: #D9290E;
}
</style>
border-color css
<style>
span { border-color: #D9290E; }
span { border-color: rgb(217,41,14); }
td.TdClassName
{
border-color: #D9290E;
}
.TagClassName
{
border-color: #D9290E;
}
</style>