Html Css Color HEX #E24113 Harley Davidson Orange
📋 copy color: '#E24113'red 226 ◦ green 65 ◦ blue 19
Shades of Harley Davidson Orange #E24113
Tints of Harley Davidson Orange #E24113
RGB
CMYK
RGB Variations
Color information
#E24113 (or 0xE24113) is known color: Harley Davidson Orange. HEX triplet: E2, 41 and 13. RGB value is (226,65,19). Sum of RGB (Red+Green+Blue) = 226+65+19=310 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.90% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 226 - color contains mainly: red. Hex color #E24113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E24113 is #1DBEEC. Grayscale: #6C6C6C. Windows color (decimal): -1949421 or 1262050. OLE color: 1262050.
HSL color Cylindrical-coordinate representation of color #E24113: hue angle of 13.33º 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 #E24113 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 65 | 19 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.11 |
| HSL | 13.33º | 0.84% | 0.48% | - |
| HSV(B) | 13.33º | 0.92% | 0.89% | - |
| XYZ | 33.37 | 20 | 2.72 | - |
| YUV | 107.9 | 77.84 | 212.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 65 | 19 | 0 | 0.71 | 0.92 | 0.11 | 13.33 | 0.84 | 0.48 |
| Hex | E2 | 41 | 13 | 0 | 47 | 5C | B | D | 54 | 30 |
| Octal | 342 | 101 | 23 | 0 | 107 | 134 | 13 | 15 | 124 | 60 |
| Binary | 11100010 | 1000001 | 10011 | 0 | 1000111 | 1011100 | 1011 | 1101 | 1010100 | 110000 |
Color Harmonies of #E24113
Complementary color
Monochromatic Colors of #E24113
Black with #E24113
Text Example
Text Example
White with #E24113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24113; }
p { color: rgb(226,65,19); }
H1.HeaderClassName
{
color: #E24113;
}
.AnyTagClassName
{
color: #E24113;
}
</style>
background-color css
<style>
a { background-color: #E24113; }
a { background-color: rgb(226,65,19); }
div.DivClassName
{
background-color: #E24113;
}
.BgClassName
{
background-color: #E24113;
}
</style>
border-color css
<style>
span { border-color: #E24113; }
span { border-color: rgb(226,65,19); }
td.TdClassName
{
border-color: #E24113;
}
.TagClassName
{
border-color: #E24113;
}
</style>