Html Css Color HEX #E22916 Harley Davidson Orange
📋 copy color: '#E22916'red 226 ◦ green 41 ◦ blue 22
Shades of Harley Davidson Orange #E22916
Tints of Harley Davidson Orange #E22916
RGB
CMYK
RGB Variations
Color information
#E22916 (or 0xE22916) is known color: Harley Davidson Orange. HEX triplet: E2, 29 and 16. RGB value is (226,41,22). Sum of RGB (Red+Green+Blue) = 226+41+22=289 (38% of max value = 765). Red value is 226 (88.67% from 255 or 78.20% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 226 - color contains mainly: red. Hex color #E22916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22916 is #1DD6E9. Grayscale: #5E5E5E. Windows color (decimal): -1955562 or 1452514. OLE color: 1452514.
HSL color Cylindrical-coordinate representation of color #E22916: hue angle of 5.59º 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 #E22916 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 41 | 22 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.11 |
| HSL | 5.59º | 0.82% | 0.49% | - |
| HSV(B) | 5.59º | 0.9% | 0.89% | - |
| XYZ | 32.3 | 17.81 | 2.49 | - |
| YUV | 94.15 | 87.29 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 41 | 22 | 0 | 0.82 | 0.90 | 0.11 | 5.59 | 0.82 | 0.49 |
| Hex | E2 | 29 | 16 | 0 | 52 | 5A | B | 6 | 52 | 31 |
| Octal | 342 | 51 | 26 | 0 | 122 | 132 | 13 | 6 | 122 | 61 |
| Binary | 11100010 | 101001 | 10110 | 0 | 1010010 | 1011010 | 1011 | 110 | 1010010 | 110001 |
Color Harmonies of #E22916
Complementary color
Monochromatic Colors of #E22916
Black with #E22916
Text Example
Text Example
White with #E22916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22916; }
p { color: rgb(226,41,22); }
H1.HeaderClassName
{
color: #E22916;
}
.AnyTagClassName
{
color: #E22916;
}
</style>
background-color css
<style>
a { background-color: #E22916; }
a { background-color: rgb(226,41,22); }
div.DivClassName
{
background-color: #E22916;
}
.BgClassName
{
background-color: #E22916;
}
</style>
border-color css
<style>
span { border-color: #E22916; }
span { border-color: rgb(226,41,22); }
td.TdClassName
{
border-color: #E22916;
}
.TagClassName
{
border-color: #E22916;
}
</style>