Html Css Color HEX #E24014 Harley Davidson Orange
📋 copy color: '#E24014'red 226 ◦ green 64 ◦ blue 20
Shades of Harley Davidson Orange #E24014
Tints of Harley Davidson Orange #E24014
RGB
CMYK
RGB Variations
Color information
#E24014 (or 0xE24014) is known color: Harley Davidson Orange. HEX triplet: E2, 40 and 14. RGB value is (226,64,20). Sum of RGB (Red+Green+Blue) = 226+64+20=310 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.90% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 226 - color contains mainly: red. Hex color #E24014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E24014 is #1DBFEB. Grayscale: #6B6B6B. Windows color (decimal): -1949676 or 1327330. OLE color: 1327330.
HSL color Cylindrical-coordinate representation of color #E24014: hue angle of 12.82º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E24014 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 64 | 20 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.11 |
| HSL | 12.82º | 0.84% | 0.48% | - |
| HSV(B) | 12.82º | 0.91% | 0.89% | - |
| XYZ | 33.32 | 19.89 | 2.74 | - |
| YUV | 107.42 | 78.67 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 64 | 20 | 0 | 0.72 | 0.91 | 0.11 | 12.82 | 0.84 | 0.48 |
| Hex | E2 | 40 | 14 | 0 | 48 | 5B | B | D | 54 | 30 |
| Octal | 342 | 100 | 24 | 0 | 110 | 133 | 13 | 15 | 124 | 60 |
| Binary | 11100010 | 1000000 | 10100 | 0 | 1001000 | 1011011 | 1011 | 1101 | 1010100 | 110000 |
Color Harmonies of #E24014
Complementary color
Monochromatic Colors of #E24014
Black with #E24014
Text Example
Text Example
White with #E24014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24014; }
p { color: rgb(226,64,20); }
H1.HeaderClassName
{
color: #E24014;
}
.AnyTagClassName
{
color: #E24014;
}
</style>
background-color css
<style>
a { background-color: #E24014; }
a { background-color: rgb(226,64,20); }
div.DivClassName
{
background-color: #E24014;
}
.BgClassName
{
background-color: #E24014;
}
</style>
border-color css
<style>
span { border-color: #E24014; }
span { border-color: rgb(226,64,20); }
td.TdClassName
{
border-color: #E24014;
}
.TagClassName
{
border-color: #E24014;
}
</style>