Html Css Color HEX #E02116 Harley Davidson Orange
📋 copy color: '#E02116'red 224 ◦ green 33 ◦ blue 22
Shades of Harley Davidson Orange #E02116
Tints of Harley Davidson Orange #E02116
RGB
CMYK
RGB Variations
Color information
#E02116 (or 0xE02116) is known color: Harley Davidson Orange. HEX triplet: E0, 21 and 16. RGB value is (224,33,22). Sum of RGB (Red+Green+Blue) = 224+33+22=279 (36% of max value = 765). Red value is 224 (87.89% from 255 or 80.29% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 224 - color contains mainly: red. Hex color #E02116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02116 is #1FDEE9. Grayscale: #595959. Windows color (decimal): -2088682 or 1450464. OLE color: 1450464.
HSL color Cylindrical-coordinate representation of color #E02116: hue angle of 3.27º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E02116 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 22 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.12 |
| HSL | 3.27º | 0.82% | 0.48% | - |
| HSV(B) | 3.27º | 0.9% | 0.88% | - |
| XYZ | 31.43 | 16.99 | 2.38 | - |
| YUV | 88.86 | 90.28 | 224.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 22 | 0 | 0.85 | 0.90 | 0.12 | 3.27 | 0.82 | 0.48 |
| Hex | E0 | 21 | 16 | 0 | 55 | 5A | C | 3 | 52 | 30 |
| Octal | 340 | 41 | 26 | 0 | 125 | 132 | 14 | 3 | 122 | 60 |
| Binary | 11100000 | 100001 | 10110 | 0 | 1010101 | 1011010 | 1100 | 11 | 1010010 | 110000 |
Color Harmonies of #E02116
Complementary color
Monochromatic Colors of #E02116
Black with #E02116
Text Example
Text Example
White with #E02116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02116; }
p { color: rgb(224,33,22); }
H1.HeaderClassName
{
color: #E02116;
}
.AnyTagClassName
{
color: #E02116;
}
</style>
background-color css
<style>
a { background-color: #E02116; }
a { background-color: rgb(224,33,22); }
div.DivClassName
{
background-color: #E02116;
}
.BgClassName
{
background-color: #E02116;
}
</style>
border-color css
<style>
span { border-color: #E02116; }
span { border-color: rgb(224,33,22); }
td.TdClassName
{
border-color: #E02116;
}
.TagClassName
{
border-color: #E02116;
}
</style>