Html Css Color HEX #E02110 Harley Davidson Orange
📋 copy color: '#E02110'red 224 ◦ green 33 ◦ blue 16
Shades of Harley Davidson Orange #E02110
Tints of Harley Davidson Orange #E02110
RGB
CMYK
RGB Variations
Color information
#E02110 (or 0xE02110) is known color: Harley Davidson Orange. HEX triplet: E0, 21 and 10. RGB value is (224,33,16). Sum of RGB (Red+Green+Blue) = 224+33+16=273 (36% of max value = 765). Red value is 224 (87.89% from 255 or 82.05% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 224 - color contains mainly: red. Hex color #E02110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02110 is #1FDEEF. Grayscale: #585858. Windows color (decimal): -2088688 or 1057248. OLE color: 1057248.
HSL color Cylindrical-coordinate representation of color #E02110: hue angle of 4.9º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E02110 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 16 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.12 |
| HSL | 4.9º | 0.87% | 0.47% | - |
| HSV(B) | 4.9º | 0.93% | 0.88% | - |
| XYZ | 31.38 | 16.97 | 2.11 | - |
| YUV | 88.17 | 87.28 | 224.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 16 | 0 | 0.85 | 0.93 | 0.12 | 4.9 | 0.87 | 0.47 |
| Hex | E0 | 21 | 10 | 0 | 55 | 5D | C | 5 | 57 | 2F |
| Octal | 340 | 41 | 20 | 0 | 125 | 135 | 14 | 5 | 127 | 57 |
| Binary | 11100000 | 100001 | 10000 | 0 | 1010101 | 1011101 | 1100 | 101 | 1010111 | 101111 |
Color Harmonies of #E02110
Complementary color
Monochromatic Colors of #E02110
Black with #E02110
Text Example
Text Example
White with #E02110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02110; }
p { color: rgb(224,33,16); }
H1.HeaderClassName
{
color: #E02110;
}
.AnyTagClassName
{
color: #E02110;
}
</style>
background-color css
<style>
a { background-color: #E02110; }
a { background-color: rgb(224,33,16); }
div.DivClassName
{
background-color: #E02110;
}
.BgClassName
{
background-color: #E02110;
}
</style>
border-color css
<style>
span { border-color: #E02110; }
span { border-color: rgb(224,33,16); }
td.TdClassName
{
border-color: #E02110;
}
.TagClassName
{
border-color: #E02110;
}
</style>