Html Css Color HEX #E03218 Harley Davidson Orange
📋 copy color: '#E03218'red 224 ◦ green 50 ◦ blue 24
Shades of Harley Davidson Orange #E03218
Tints of Harley Davidson Orange #E03218
RGB
CMYK
RGB Variations
Color information
#E03218 (or 0xE03218) is known color: Harley Davidson Orange. HEX triplet: E0, 32 and 18. RGB value is (224,50,24). Sum of RGB (Red+Green+Blue) = 224+50+24=298 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.17% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 24 (9.77% from 255 or 8.05% from 298); Max value from RGB is 224 - color contains mainly: red. Hex color #E03218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03218 is #1FCDE7. Grayscale: #636363. Windows color (decimal): -2084328 or 1585888. OLE color: 1585888.
HSL color Cylindrical-coordinate representation of color #E03218: hue angle of 7.8º 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 #E03218 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 24 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.12 |
| HSL | 7.8º | 0.81% | 0.49% | - |
| HSV(B) | 7.8º | 0.89% | 0.88% | - |
| XYZ | 32.05 | 18.19 | 2.69 | - |
| YUV | 99.06 | 85.65 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 24 | 0 | 0.78 | 0.89 | 0.12 | 7.8 | 0.81 | 0.49 |
| Hex | E0 | 32 | 18 | 0 | 4E | 59 | C | 8 | 51 | 31 |
| Octal | 340 | 62 | 30 | 0 | 116 | 131 | 14 | 10 | 121 | 61 |
| Binary | 11100000 | 110010 | 11000 | 0 | 1001110 | 1011001 | 1100 | 1000 | 1010001 | 110001 |
Color Harmonies of #E03218
Complementary color
Monochromatic Colors of #E03218
Black with #E03218
Text Example
Text Example
White with #E03218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03218; }
p { color: rgb(224,50,24); }
H1.HeaderClassName
{
color: #E03218;
}
.AnyTagClassName
{
color: #E03218;
}
</style>
background-color css
<style>
a { background-color: #E03218; }
a { background-color: rgb(224,50,24); }
div.DivClassName
{
background-color: #E03218;
}
.BgClassName
{
background-color: #E03218;
}
</style>
border-color css
<style>
span { border-color: #E03218; }
span { border-color: rgb(224,50,24); }
td.TdClassName
{
border-color: #E03218;
}
.TagClassName
{
border-color: #E03218;
}
</style>