Html Css Color HEX #D11E08 Harley Davidson Orange
📋 copy color: '#D11E08'red 209 ◦ green 30 ◦ blue 8
Shades of Harley Davidson Orange #D11E08
Tints of Harley Davidson Orange #D11E08
RGB
CMYK
RGB Variations
Color information
#D11E08 (or 0xD11E08) is known color: Harley Davidson Orange. HEX triplet: D1, 1E and 08. RGB value is (209,30,8). Sum of RGB (Red+Green+Blue) = 209+30+8=247 (32% of max value = 765). Red value is 209 (82.03% from 255 or 84.62% from 247); Green value is 30 (12.11% from 255 or 12.15% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 209 - color contains mainly: red. Hex color #D11E08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D11E08 is #2EE1F7. Grayscale: #515151. Windows color (decimal): -3072504 or 532177. OLE color: 532177.
HSL color Cylindrical-coordinate representation of color #D11E08: hue angle of 6.57º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D11E08 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 30 | 8 | - |
| CMYK | 0 | 0.86 | 0.96 | 0.18 |
| HSL | 6.57º | 0.93% | 0.43% | - |
| HSV(B) | 6.57º | 0.96% | 0.82% | - |
| XYZ | 26.8 | 14.5 | 1.62 | - |
| YUV | 81.01 | 86.8 | 219.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 30 | 8 | 0 | 0.86 | 0.96 | 0.18 | 6.57 | 0.93 | 0.43 |
| Hex | D1 | 1E | 8 | 0 | 56 | 60 | 12 | 7 | 5D | 2B |
| Octal | 321 | 36 | 10 | 0 | 126 | 140 | 22 | 7 | 135 | 53 |
| Binary | 11010001 | 11110 | 1000 | 0 | 1010110 | 1100000 | 10010 | 111 | 1011101 | 101011 |
Color Harmonies of #D11E08
Complementary color
Monochromatic Colors of #D11E08
Black with #D11E08
Text Example
Text Example
White with #D11E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11E08; }
p { color: rgb(209,30,8); }
H1.HeaderClassName
{
color: #D11E08;
}
.AnyTagClassName
{
color: #D11E08;
}
</style>
background-color css
<style>
a { background-color: #D11E08; }
a { background-color: rgb(209,30,8); }
div.DivClassName
{
background-color: #D11E08;
}
.BgClassName
{
background-color: #D11E08;
}
</style>
border-color css
<style>
span { border-color: #D11E08; }
span { border-color: rgb(209,30,8); }
td.TdClassName
{
border-color: #D11E08;
}
.TagClassName
{
border-color: #D11E08;
}
</style>