Html Css Color HEX #D9290D Harley Davidson Orange
📋 copy color: '#D9290D'red 217 ◦ green 41 ◦ blue 13
Shades of Harley Davidson Orange #D9290D
Tints of Harley Davidson Orange #D9290D
RGB
CMYK
RGB Variations
Color information
#D9290D (or 0xD9290D) is known color: Harley Davidson Orange. HEX triplet: D9, 29 and 0D. RGB value is (217,41,13). Sum of RGB (Red+Green+Blue) = 217+41+13=271 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.07% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 217 - color contains mainly: red. Hex color #D9290D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9290D is #26D6F2. Grayscale: #5A5A5A. Windows color (decimal): -2545395 or 862681. OLE color: 862681.
HSL color Cylindrical-coordinate representation of color #D9290D: hue angle of 8.24º degrees, saturation: 0.89, 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 #D9290D is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 41 | 13 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.15 |
| HSL | 8.24º | 0.89% | 0.45% | - |
| HSV(B) | 8.24º | 0.94% | 0.85% | - |
| XYZ | 29.48 | 16.37 | 1.99 | - |
| YUV | 90.43 | 84.31 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 41 | 13 | 0 | 0.81 | 0.94 | 0.15 | 8.24 | 0.89 | 0.45 |
| Hex | D9 | 29 | D | 0 | 51 | 5E | F | 8 | 59 | 2D |
| Octal | 331 | 51 | 15 | 0 | 121 | 136 | 17 | 10 | 131 | 55 |
| Binary | 11011001 | 101001 | 1101 | 0 | 1010001 | 1011110 | 1111 | 1000 | 1011001 | 101101 |
Color Harmonies of #D9290D
Complementary color
Monochromatic Colors of #D9290D
Black with #D9290D
Text Example
Text Example
White with #D9290D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9290D; }
p { color: rgb(217,41,13); }
H1.HeaderClassName
{
color: #D9290D;
}
.AnyTagClassName
{
color: #D9290D;
}
</style>
background-color css
<style>
a { background-color: #D9290D; }
a { background-color: rgb(217,41,13); }
div.DivClassName
{
background-color: #D9290D;
}
.BgClassName
{
background-color: #D9290D;
}
</style>
border-color css
<style>
span { border-color: #D9290D; }
span { border-color: rgb(217,41,13); }
td.TdClassName
{
border-color: #D9290D;
}
.TagClassName
{
border-color: #D9290D;
}
</style>