Html Css Color HEX #E0240E Harley Davidson Orange
📋 copy color: '#E0240E'red 224 ◦ green 36 ◦ blue 14
Shades of Harley Davidson Orange #E0240E
Tints of Harley Davidson Orange #E0240E
RGB
CMYK
RGB Variations
Color information
#E0240E (or 0xE0240E) is known color: Harley Davidson Orange. HEX triplet: E0, 24 and 0E. RGB value is (224,36,14). Sum of RGB (Red+Green+Blue) = 224+36+14=274 (36% of max value = 765). Red value is 224 (87.89% from 255 or 81.75% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 224 - color contains mainly: red. Hex color #E0240E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0240E is #1FDBF1. Grayscale: #595959. Windows color (decimal): -2087922 or 926944. OLE color: 926944.
HSL color Cylindrical-coordinate representation of color #E0240E: hue angle of 6.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0240E is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 36 | 14 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.12 |
| HSL | 6.29º | 0.88% | 0.47% | - |
| HSV(B) | 6.29º | 0.94% | 0.88% | - |
| XYZ | 31.45 | 17.14 | 2.07 | - |
| YUV | 89.7 | 85.28 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 36 | 14 | 0 | 0.84 | 0.94 | 0.12 | 6.29 | 0.88 | 0.47 |
| Hex | E0 | 24 | E | 0 | 54 | 5E | C | 6 | 58 | 2F |
| Octal | 340 | 44 | 16 | 0 | 124 | 136 | 14 | 6 | 130 | 57 |
| Binary | 11100000 | 100100 | 1110 | 0 | 1010100 | 1011110 | 1100 | 110 | 1011000 | 101111 |
Color Harmonies of #E0240E
Complementary color
Monochromatic Colors of #E0240E
Black with #E0240E
Text Example
Text Example
White with #E0240E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0240E; }
p { color: rgb(224,36,14); }
H1.HeaderClassName
{
color: #E0240E;
}
.AnyTagClassName
{
color: #E0240E;
}
</style>
background-color css
<style>
a { background-color: #E0240E; }
a { background-color: rgb(224,36,14); }
div.DivClassName
{
background-color: #E0240E;
}
.BgClassName
{
background-color: #E0240E;
}
</style>
border-color css
<style>
span { border-color: #E0240E; }
span { border-color: rgb(224,36,14); }
td.TdClassName
{
border-color: #E0240E;
}
.TagClassName
{
border-color: #E0240E;
}
</style>