Html Css Color HEX #E04118 Harley Davidson Orange
📋 copy color: '#E04118'red 224 ◦ green 65 ◦ blue 24
Shades of Harley Davidson Orange #E04118
Tints of Harley Davidson Orange #E04118
RGB
CMYK
RGB Variations
Color information
#E04118 (or 0xE04118) is known color: Harley Davidson Orange. HEX triplet: E0, 41 and 18. RGB value is (224,65,24). Sum of RGB (Red+Green+Blue) = 224+65+24=313 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.57% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 24 (9.77% from 255 or 7.67% from 313); Max value from RGB is 224 - color contains mainly: red. Hex color #E04118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04118 is #1FBEE7. Grayscale: #6C6C6C. Windows color (decimal): -2080488 or 1589728. OLE color: 1589728.
HSL color Cylindrical-coordinate representation of color #E04118: hue angle of 12.3º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E04118 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 65 | 24 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.12 |
| HSL | 12.3º | 0.81% | 0.49% | - |
| HSV(B) | 12.3º | 0.89% | 0.88% | - |
| XYZ | 32.8 | 19.69 | 2.94 | - |
| YUV | 107.87 | 80.68 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 65 | 24 | 0 | 0.71 | 0.89 | 0.12 | 12.3 | 0.81 | 0.49 |
| Hex | E0 | 41 | 18 | 0 | 47 | 59 | C | C | 51 | 31 |
| Octal | 340 | 101 | 30 | 0 | 107 | 131 | 14 | 14 | 121 | 61 |
| Binary | 11100000 | 1000001 | 11000 | 0 | 1000111 | 1011001 | 1100 | 1100 | 1010001 | 110001 |
Color Harmonies of #E04118
Complementary color
Monochromatic Colors of #E04118
Black with #E04118
Text Example
Text Example
White with #E04118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04118; }
p { color: rgb(224,65,24); }
H1.HeaderClassName
{
color: #E04118;
}
.AnyTagClassName
{
color: #E04118;
}
</style>
background-color css
<style>
a { background-color: #E04118; }
a { background-color: rgb(224,65,24); }
div.DivClassName
{
background-color: #E04118;
}
.BgClassName
{
background-color: #E04118;
}
</style>
border-color css
<style>
span { border-color: #E04118; }
span { border-color: rgb(224,65,24); }
td.TdClassName
{
border-color: #E04118;
}
.TagClassName
{
border-color: #E04118;
}
</style>