Html Css Color HEX #D01E11 Harley Davidson Orange
📋 copy color: '#D01E11'red 208 ◦ green 30 ◦ blue 17
Shades of Harley Davidson Orange #D01E11
Tints of Harley Davidson Orange #D01E11
RGB
CMYK
RGB Variations
Color information
#D01E11 (or 0xD01E11) is known color: Harley Davidson Orange. HEX triplet: D0, 1E and 11. RGB value is (208,30,17). Sum of RGB (Red+Green+Blue) = 208+30+17=255 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.57% from 255); Green value is 30 (12.11% from 255 or 11.76% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 208 - color contains mainly: red. Hex color #D01E11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D01E11 is #2FE1EE. Grayscale: #515151. Windows color (decimal): -3138031 or 1122000. OLE color: 1122000.
HSL color Cylindrical-coordinate representation of color #D01E11: hue angle of 4.08º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D01E11 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 30 | 17 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.18 |
| HSL | 4.08º | 0.85% | 0.44% | - |
| HSV(B) | 4.08º | 0.92% | 0.82% | - |
| XYZ | 26.58 | 14.38 | 1.9 | - |
| YUV | 81.74 | 91.47 | 218.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 30 | 17 | 0 | 0.86 | 0.92 | 0.18 | 4.08 | 0.85 | 0.44 |
| Hex | D0 | 1E | 11 | 0 | 56 | 5C | 12 | 4 | 55 | 2C |
| Octal | 320 | 36 | 21 | 0 | 126 | 134 | 22 | 4 | 125 | 54 |
| Binary | 11010000 | 11110 | 10001 | 0 | 1010110 | 1011100 | 10010 | 100 | 1010101 | 101100 |
Color Harmonies of #D01E11
Complementary color
Monochromatic Colors of #D01E11
Black with #D01E11
Text Example
Text Example
White with #D01E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01E11; }
p { color: rgb(208,30,17); }
H1.HeaderClassName
{
color: #D01E11;
}
.AnyTagClassName
{
color: #D01E11;
}
</style>
background-color css
<style>
a { background-color: #D01E11; }
a { background-color: rgb(208,30,17); }
div.DivClassName
{
background-color: #D01E11;
}
.BgClassName
{
background-color: #D01E11;
}
</style>
border-color css
<style>
span { border-color: #D01E11; }
span { border-color: rgb(208,30,17); }
td.TdClassName
{
border-color: #D01E11;
}
.TagClassName
{
border-color: #D01E11;
}
</style>