Html Css Color HEX #E24115 Harley Davidson Orange
📋 copy color: '#E24115'red 226 ◦ green 65 ◦ blue 21
Shades of Harley Davidson Orange #E24115
Tints of Harley Davidson Orange #E24115
RGB
CMYK
RGB Variations
Color information
#E24115 (or 0xE24115) is known color: Harley Davidson Orange. HEX triplet: E2, 41 and 15. RGB value is (226,65,21). Sum of RGB (Red+Green+Blue) = 226+65+21=312 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.44% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 226 - color contains mainly: red. Hex color #E24115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E24115 is #1DBEEA. Grayscale: #6C6C6C. Windows color (decimal): -1949419 or 1393122. OLE color: 1393122.
HSL color Cylindrical-coordinate representation of color #E24115: hue angle of 12.88º degrees, saturation: 0.83, 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 #E24115 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 65 | 21 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.11 |
| HSL | 12.88º | 0.83% | 0.48% | - |
| HSV(B) | 12.88º | 0.91% | 0.89% | - |
| XYZ | 33.39 | 20 | 2.81 | - |
| YUV | 108.12 | 78.84 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 65 | 21 | 0 | 0.71 | 0.91 | 0.11 | 12.88 | 0.83 | 0.48 |
| Hex | E2 | 41 | 15 | 0 | 47 | 5B | B | D | 53 | 30 |
| Octal | 342 | 101 | 25 | 0 | 107 | 133 | 13 | 15 | 123 | 60 |
| Binary | 11100010 | 1000001 | 10101 | 0 | 1000111 | 1011011 | 1011 | 1101 | 1010011 | 110000 |
Color Harmonies of #E24115
Complementary color
Monochromatic Colors of #E24115
Black with #E24115
Text Example
Text Example
White with #E24115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24115; }
p { color: rgb(226,65,21); }
H1.HeaderClassName
{
color: #E24115;
}
.AnyTagClassName
{
color: #E24115;
}
</style>
background-color css
<style>
a { background-color: #E24115; }
a { background-color: rgb(226,65,21); }
div.DivClassName
{
background-color: #E24115;
}
.BgClassName
{
background-color: #E24115;
}
</style>
border-color css
<style>
span { border-color: #E24115; }
span { border-color: rgb(226,65,21); }
td.TdClassName
{
border-color: #E24115;
}
.TagClassName
{
border-color: #E24115;
}
</style>