Html Css Color HEX #E22010 Harley Davidson Orange
📋 copy color: '#E22010'red 226 ◦ green 32 ◦ blue 16
Shades of Harley Davidson Orange #E22010
Tints of Harley Davidson Orange #E22010
RGB
CMYK
RGB Variations
Color information
#E22010 (or 0xE22010) is known color: Harley Davidson Orange. HEX triplet: E2, 20 and 10. RGB value is (226,32,16). Sum of RGB (Red+Green+Blue) = 226+32+16=274 (36% of max value = 765). Red value is 226 (88.67% from 255 or 82.48% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 226 - color contains mainly: red. Hex color #E22010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22010 is #1DDFEF. Grayscale: #585858. Windows color (decimal): -1957872 or 1056994. OLE color: 1056994.
HSL color Cylindrical-coordinate representation of color #E22010: hue angle of 4.57º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E22010 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 32 | 16 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.11 |
| HSL | 4.57º | 0.87% | 0.47% | - |
| HSV(B) | 4.57º | 0.93% | 0.89% | - |
| XYZ | 31.97 | 17.24 | 2.13 | - |
| YUV | 88.18 | 87.27 | 226.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 16 | 0 | 0.86 | 0.93 | 0.11 | 4.57 | 0.87 | 0.47 |
| Hex | E2 | 20 | 10 | 0 | 56 | 5D | B | 5 | 57 | 2F |
| Octal | 342 | 40 | 20 | 0 | 126 | 135 | 13 | 5 | 127 | 57 |
| Binary | 11100010 | 100000 | 10000 | 0 | 1010110 | 1011101 | 1011 | 101 | 1010111 | 101111 |
Color Harmonies of #E22010
Complementary color
Monochromatic Colors of #E22010
Black with #E22010
Text Example
Text Example
White with #E22010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22010; }
p { color: rgb(226,32,16); }
H1.HeaderClassName
{
color: #E22010;
}
.AnyTagClassName
{
color: #E22010;
}
</style>
background-color css
<style>
a { background-color: #E22010; }
a { background-color: rgb(226,32,16); }
div.DivClassName
{
background-color: #E22010;
}
.BgClassName
{
background-color: #E22010;
}
</style>
border-color css
<style>
span { border-color: #E22010; }
span { border-color: rgb(226,32,16); }
td.TdClassName
{
border-color: #E22010;
}
.TagClassName
{
border-color: #E22010;
}
</style>