Html Css Color HEX #E24112 Harley Davidson Orange
📋 copy color: '#E24112'red 226 ◦ green 65 ◦ blue 18
Shades of Harley Davidson Orange #E24112
Tints of Harley Davidson Orange #E24112
RGB
CMYK
RGB Variations
Color information
#E24112 (or 0xE24112) is known color: Harley Davidson Orange. HEX triplet: E2, 41 and 12. RGB value is (226,65,18). Sum of RGB (Red+Green+Blue) = 226+65+18=309 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.14% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 226 - color contains mainly: red. Hex color #E24112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E24112 is #1DBEED. Grayscale: #6C6C6C. Windows color (decimal): -1949422 or 1196514. OLE color: 1196514.
HSL color Cylindrical-coordinate representation of color #E24112: hue angle of 13.56º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E24112 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 65 | 18 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.11 |
| HSL | 13.56º | 0.85% | 0.48% | - |
| HSV(B) | 13.56º | 0.92% | 0.89% | - |
| XYZ | 33.36 | 19.99 | 2.67 | - |
| YUV | 107.78 | 77.34 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 65 | 18 | 0 | 0.71 | 0.92 | 0.11 | 13.56 | 0.85 | 0.48 |
| Hex | E2 | 41 | 12 | 0 | 47 | 5C | B | E | 55 | 30 |
| Octal | 342 | 101 | 22 | 0 | 107 | 134 | 13 | 16 | 125 | 60 |
| Binary | 11100010 | 1000001 | 10010 | 0 | 1000111 | 1011100 | 1011 | 1110 | 1010101 | 110000 |
Color Harmonies of #E24112
Complementary color
Monochromatic Colors of #E24112
Black with #E24112
Text Example
Text Example
White with #E24112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24112; }
p { color: rgb(226,65,18); }
H1.HeaderClassName
{
color: #E24112;
}
.AnyTagClassName
{
color: #E24112;
}
</style>
background-color css
<style>
a { background-color: #E24112; }
a { background-color: rgb(226,65,18); }
div.DivClassName
{
background-color: #E24112;
}
.BgClassName
{
background-color: #E24112;
}
</style>
border-color css
<style>
span { border-color: #E24112; }
span { border-color: rgb(226,65,18); }
td.TdClassName
{
border-color: #E24112;
}
.TagClassName
{
border-color: #E24112;
}
</style>