Html Css Color HEX #E22C0A Harley Davidson Orange
📋 copy color: '#E22C0A'red 226 ◦ green 44 ◦ blue 10
Shades of Harley Davidson Orange #E22C0A
Tints of Harley Davidson Orange #E22C0A
RGB
CMYK
RGB Variations
Color information
#E22C0A (or 0xE22C0A) is known color: Harley Davidson Orange. HEX triplet: E2, 2C and 0A. RGB value is (226,44,10). Sum of RGB (Red+Green+Blue) = 226+44+10=280 (37% of max value = 765). Red value is 226 (88.67% from 255 or 80.71% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 10 (4.30% from 255 or 3.57% from 280); Max value from RGB is 226 - color contains mainly: red. Hex color #E22C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22C0A is #1DD3F5. Grayscale: #5E5E5E. Windows color (decimal): -1954806 or 666850. OLE color: 666850.
HSL color Cylindrical-coordinate representation of color #E22C0A: hue angle of 9.44º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E22C0A is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 44 | 10 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.11 |
| HSL | 9.44º | 0.92% | 0.46% | - |
| HSV(B) | 9.44º | 0.96% | 0.89% | - |
| XYZ | 32.32 | 17.99 | 2.06 | - |
| YUV | 94.54 | 80.3 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 44 | 10 | 0 | 0.81 | 0.96 | 0.11 | 9.44 | 0.92 | 0.46 |
| Hex | E2 | 2C | A | 0 | 51 | 60 | B | 9 | 5C | 2E |
| Octal | 342 | 54 | 12 | 0 | 121 | 140 | 13 | 11 | 134 | 56 |
| Binary | 11100010 | 101100 | 1010 | 0 | 1010001 | 1100000 | 1011 | 1001 | 1011100 | 101110 |
Color Harmonies of #E22C0A
Complementary color
Monochromatic Colors of #E22C0A
Black with #E22C0A
Text Example
Text Example
White with #E22C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22C0A; }
p { color: rgb(226,44,10); }
H1.HeaderClassName
{
color: #E22C0A;
}
.AnyTagClassName
{
color: #E22C0A;
}
</style>
background-color css
<style>
a { background-color: #E22C0A; }
a { background-color: rgb(226,44,10); }
div.DivClassName
{
background-color: #E22C0A;
}
.BgClassName
{
background-color: #E22C0A;
}
</style>
border-color css
<style>
span { border-color: #E22C0A; }
span { border-color: rgb(226,44,10); }
td.TdClassName
{
border-color: #E22C0A;
}
.TagClassName
{
border-color: #E22C0A;
}
</style>