Html Css Color HEX #E24116 Harley Davidson Orange
📋 copy color: '#E24116'red 226 ◦ green 65 ◦ blue 22
Shades of Harley Davidson Orange #E24116
Tints of Harley Davidson Orange #E24116
RGB
CMYK
RGB Variations
Color information
#E24116 (or 0xE24116) is known color: Harley Davidson Orange. HEX triplet: E2, 41 and 16. RGB value is (226,65,22). Sum of RGB (Red+Green+Blue) = 226+65+22=313 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.20% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 226 - color contains mainly: red. Hex color #E24116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E24116 is #1DBEE9. Grayscale: #6C6C6C. Windows color (decimal): -1949418 or 1458658. OLE color: 1458658.
HSL color Cylindrical-coordinate representation of color #E24116: hue angle of 12.65º 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 #E24116 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 65 | 22 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.11 |
| HSL | 12.65º | 0.82% | 0.49% | - |
| HSV(B) | 12.65º | 0.9% | 0.89% | - |
| XYZ | 33.4 | 20.01 | 2.86 | - |
| YUV | 108.24 | 79.34 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 65 | 22 | 0 | 0.71 | 0.90 | 0.11 | 12.65 | 0.82 | 0.49 |
| Hex | E2 | 41 | 16 | 0 | 47 | 5A | B | D | 52 | 31 |
| Octal | 342 | 101 | 26 | 0 | 107 | 132 | 13 | 15 | 122 | 61 |
| Binary | 11100010 | 1000001 | 10110 | 0 | 1000111 | 1011010 | 1011 | 1101 | 1010010 | 110001 |
Color Harmonies of #E24116
Complementary color
Monochromatic Colors of #E24116
Black with #E24116
Text Example
Text Example
White with #E24116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24116; }
p { color: rgb(226,65,22); }
H1.HeaderClassName
{
color: #E24116;
}
.AnyTagClassName
{
color: #E24116;
}
</style>
background-color css
<style>
a { background-color: #E24116; }
a { background-color: rgb(226,65,22); }
div.DivClassName
{
background-color: #E24116;
}
.BgClassName
{
background-color: #E24116;
}
</style>
border-color css
<style>
span { border-color: #E24116; }
span { border-color: rgb(226,65,22); }
td.TdClassName
{
border-color: #E24116;
}
.TagClassName
{
border-color: #E24116;
}
</style>