Html Css Color HEX #E22016 Harley Davidson Orange
📋 copy color: '#E22016'red 226 ◦ green 32 ◦ blue 22
Shades of Harley Davidson Orange #E22016
Tints of Harley Davidson Orange #E22016
RGB
CMYK
RGB Variations
Color information
#E22016 (or 0xE22016) is known color: Harley Davidson Orange. HEX triplet: E2, 20 and 16. RGB value is (226,32,22). Sum of RGB (Red+Green+Blue) = 226+32+22=280 (37% of max value = 765). Red value is 226 (88.67% from 255 or 80.71% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 226 - color contains mainly: red. Hex color #E22016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22016 is #1DDFE9. Grayscale: #595959. Windows color (decimal): -1957866 or 1450210. OLE color: 1450210.
HSL color Cylindrical-coordinate representation of color #E22016: hue angle of 2.94º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E22016 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 32 | 22 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.11 |
| HSL | 2.94º | 0.82% | 0.49% | - |
| HSV(B) | 2.94º | 0.9% | 0.89% | - |
| XYZ | 32.03 | 17.26 | 2.4 | - |
| YUV | 88.87 | 90.27 | 225.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 22 | 0 | 0.86 | 0.90 | 0.11 | 2.94 | 0.82 | 0.49 |
| Hex | E2 | 20 | 16 | 0 | 56 | 5A | B | 3 | 52 | 31 |
| Octal | 342 | 40 | 26 | 0 | 126 | 132 | 13 | 3 | 122 | 61 |
| Binary | 11100010 | 100000 | 10110 | 0 | 1010110 | 1011010 | 1011 | 11 | 1010010 | 110001 |
Color Harmonies of #E22016
Complementary color
Monochromatic Colors of #E22016
Black with #E22016
Text Example
Text Example
White with #E22016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22016; }
p { color: rgb(226,32,22); }
H1.HeaderClassName
{
color: #E22016;
}
.AnyTagClassName
{
color: #E22016;
}
</style>
background-color css
<style>
a { background-color: #E22016; }
a { background-color: rgb(226,32,22); }
div.DivClassName
{
background-color: #E22016;
}
.BgClassName
{
background-color: #E22016;
}
</style>
border-color css
<style>
span { border-color: #E22016; }
span { border-color: rgb(226,32,22); }
td.TdClassName
{
border-color: #E22016;
}
.TagClassName
{
border-color: #E22016;
}
</style>