Html Css Color HEX #E24013 Harley Davidson Orange
📋 copy color: '#E24013'red 226 ◦ green 64 ◦ blue 19
Shades of Harley Davidson Orange #E24013
Tints of Harley Davidson Orange #E24013
RGB
CMYK
RGB Variations
Color information
#E24013 (or 0xE24013) is known color: Harley Davidson Orange. HEX triplet: E2, 40 and 13. RGB value is (226,64,19). Sum of RGB (Red+Green+Blue) = 226+64+19=309 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.14% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 226 - color contains mainly: red. Hex color #E24013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E24013 is #1DBFEC. Grayscale: #6B6B6B. Windows color (decimal): -1949677 or 1261794. OLE color: 1261794.
HSL color Cylindrical-coordinate representation of color #E24013: hue angle of 13.04º degrees, saturation: 0.84, 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 #E24013 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 64 | 19 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.11 |
| HSL | 13.04º | 0.84% | 0.48% | - |
| HSV(B) | 13.04º | 0.92% | 0.89% | - |
| XYZ | 33.31 | 19.88 | 2.7 | - |
| YUV | 107.31 | 78.17 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 64 | 19 | 0 | 0.72 | 0.92 | 0.11 | 13.04 | 0.84 | 0.48 |
| Hex | E2 | 40 | 13 | 0 | 48 | 5C | B | D | 54 | 30 |
| Octal | 342 | 100 | 23 | 0 | 110 | 134 | 13 | 15 | 124 | 60 |
| Binary | 11100010 | 1000000 | 10011 | 0 | 1001000 | 1011100 | 1011 | 1101 | 1010100 | 110000 |
Color Harmonies of #E24013
Complementary color
Monochromatic Colors of #E24013
Black with #E24013
Text Example
Text Example
White with #E24013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24013; }
p { color: rgb(226,64,19); }
H1.HeaderClassName
{
color: #E24013;
}
.AnyTagClassName
{
color: #E24013;
}
</style>
background-color css
<style>
a { background-color: #E24013; }
a { background-color: rgb(226,64,19); }
div.DivClassName
{
background-color: #E24013;
}
.BgClassName
{
background-color: #E24013;
}
</style>
border-color css
<style>
span { border-color: #E24013; }
span { border-color: rgb(226,64,19); }
td.TdClassName
{
border-color: #E24013;
}
.TagClassName
{
border-color: #E24013;
}
</style>