Html Css Color HEX #E04218 Harley Davidson Orange
📋 copy color: '#E04218'red 224 ◦ green 66 ◦ blue 24
Shades of Harley Davidson Orange #E04218
Tints of Harley Davidson Orange #E04218
RGB
CMYK
RGB Variations
Color information
#E04218 (or 0xE04218) is known color: Harley Davidson Orange. HEX triplet: E0, 42 and 18. RGB value is (224,66,24). Sum of RGB (Red+Green+Blue) = 224+66+24=314 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.34% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 24 (9.77% from 255 or 7.64% from 314); Max value from RGB is 224 - color contains mainly: red. Hex color #E04218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04218 is #1FBDE7. Grayscale: #6C6C6C. Windows color (decimal): -2080232 or 1589984. OLE color: 1589984.
HSL color Cylindrical-coordinate representation of color #E04218: hue angle of 12.6º 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 #E04218 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 66 | 24 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.12 |
| HSL | 12.6º | 0.81% | 0.49% | - |
| HSV(B) | 12.6º | 0.89% | 0.88% | - |
| XYZ | 32.85 | 19.81 | 2.96 | - |
| YUV | 108.45 | 80.35 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 66 | 24 | 0 | 0.71 | 0.89 | 0.12 | 12.6 | 0.81 | 0.49 |
| Hex | E0 | 42 | 18 | 0 | 47 | 59 | C | D | 51 | 31 |
| Octal | 340 | 102 | 30 | 0 | 107 | 131 | 14 | 15 | 121 | 61 |
| Binary | 11100000 | 1000010 | 11000 | 0 | 1000111 | 1011001 | 1100 | 1101 | 1010001 | 110001 |
Color Harmonies of #E04218
Complementary color
Monochromatic Colors of #E04218
Black with #E04218
Text Example
Text Example
White with #E04218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04218; }
p { color: rgb(224,66,24); }
H1.HeaderClassName
{
color: #E04218;
}
.AnyTagClassName
{
color: #E04218;
}
</style>
background-color css
<style>
a { background-color: #E04218; }
a { background-color: rgb(224,66,24); }
div.DivClassName
{
background-color: #E04218;
}
.BgClassName
{
background-color: #E04218;
}
</style>
border-color css
<style>
span { border-color: #E04218; }
span { border-color: rgb(224,66,24); }
td.TdClassName
{
border-color: #E04218;
}
.TagClassName
{
border-color: #E04218;
}
</style>