Html Css Color HEX #D9291E Harley Davidson Orange
📋 copy color: '#D9291E'red 217 ◦ green 41 ◦ blue 30
Shades of Harley Davidson Orange #D9291E
Tints of Harley Davidson Orange #D9291E
RGB
CMYK
RGB Variations
Color information
#D9291E (or 0xD9291E) is known color: Harley Davidson Orange. HEX triplet: D9, 29 and 1E. RGB value is (217,41,30). Sum of RGB (Red+Green+Blue) = 217+41+30=288 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.35% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 217 - color contains mainly: red. Hex color #D9291E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9291E is #26D6E1. Grayscale: #5C5C5C. Windows color (decimal): -2545378 or 1976793. OLE color: 1976793.
HSL color Cylindrical-coordinate representation of color #D9291E: hue angle of 3.53º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D9291E is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 41 | 30 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.15 |
| HSL | 3.53º | 0.76% | 0.48% | - |
| HSV(B) | 3.53º | 0.86% | 0.85% | - |
| XYZ | 29.64 | 16.43 | 2.84 | - |
| YUV | 92.37 | 92.81 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 41 | 30 | 0 | 0.81 | 0.86 | 0.15 | 3.53 | 0.76 | 0.48 |
| Hex | D9 | 29 | 1E | 0 | 51 | 56 | F | 4 | 4C | 30 |
| Octal | 331 | 51 | 36 | 0 | 121 | 126 | 17 | 4 | 114 | 60 |
| Binary | 11011001 | 101001 | 11110 | 0 | 1010001 | 1010110 | 1111 | 100 | 1001100 | 110000 |
Color Harmonies of #D9291E
Complementary color
Monochromatic Colors of #D9291E
Black with #D9291E
Text Example
Text Example
White with #D9291E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9291E; }
p { color: rgb(217,41,30); }
H1.HeaderClassName
{
color: #D9291E;
}
.AnyTagClassName
{
color: #D9291E;
}
</style>
background-color css
<style>
a { background-color: #D9291E; }
a { background-color: rgb(217,41,30); }
div.DivClassName
{
background-color: #D9291E;
}
.BgClassName
{
background-color: #D9291E;
}
</style>
border-color css
<style>
span { border-color: #D9291E; }
span { border-color: rgb(217,41,30); }
td.TdClassName
{
border-color: #D9291E;
}
.TagClassName
{
border-color: #D9291E;
}
</style>