Html Css Color HEX #E24018 Harley Davidson Orange
📋 copy color: '#E24018'red 226 ◦ green 64 ◦ blue 24
Shades of Harley Davidson Orange #E24018
Tints of Harley Davidson Orange #E24018
RGB
CMYK
RGB Variations
Color information
#E24018 (or 0xE24018) is known color: Harley Davidson Orange. HEX triplet: E2, 40 and 18. RGB value is (226,64,24). Sum of RGB (Red+Green+Blue) = 226+64+24=314 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.97% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 24 (9.77% from 255 or 7.64% from 314); Max value from RGB is 226 - color contains mainly: red. Hex color #E24018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E24018 is #1DBFE7. Grayscale: #6C6C6C. Windows color (decimal): -1949672 or 1589474. OLE color: 1589474.
HSL color Cylindrical-coordinate representation of color #E24018: hue angle of 11.88º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E24018 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 64 | 24 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.11 |
| HSL | 11.88º | 0.81% | 0.49% | - |
| HSV(B) | 11.88º | 0.89% | 0.89% | - |
| XYZ | 33.36 | 19.9 | 2.95 | - |
| YUV | 107.88 | 80.67 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 64 | 24 | 0 | 0.72 | 0.89 | 0.11 | 11.88 | 0.81 | 0.49 |
| Hex | E2 | 40 | 18 | 0 | 48 | 59 | B | C | 51 | 31 |
| Octal | 342 | 100 | 30 | 0 | 110 | 131 | 13 | 14 | 121 | 61 |
| Binary | 11100010 | 1000000 | 11000 | 0 | 1001000 | 1011001 | 1011 | 1100 | 1010001 | 110001 |
Color Harmonies of #E24018
Complementary color
Monochromatic Colors of #E24018
Black with #E24018
Text Example
Text Example
White with #E24018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24018; }
p { color: rgb(226,64,24); }
H1.HeaderClassName
{
color: #E24018;
}
.AnyTagClassName
{
color: #E24018;
}
</style>
background-color css
<style>
a { background-color: #E24018; }
a { background-color: rgb(226,64,24); }
div.DivClassName
{
background-color: #E24018;
}
.BgClassName
{
background-color: #E24018;
}
</style>
border-color css
<style>
span { border-color: #E24018; }
span { border-color: rgb(226,64,24); }
td.TdClassName
{
border-color: #E24018;
}
.TagClassName
{
border-color: #E24018;
}
</style>