Html Css Color HEX #E42E18 Harley Davidson Orange
📋 copy color: '#E42E18'red 228 ◦ green 46 ◦ blue 24
Shades of Harley Davidson Orange #E42E18
Tints of Harley Davidson Orange #E42E18
RGB
CMYK
RGB Variations
Color information
#E42E18 (or 0xE42E18) is known color: Harley Davidson Orange. HEX triplet: E4, 2E and 18. RGB value is (228,46,24). Sum of RGB (Red+Green+Blue) = 228+46+24=298 (39% of max value = 765). Red value is 228 (89.45% from 255 or 76.51% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 24 (9.77% from 255 or 8.05% from 298); Max value from RGB is 228 - color contains mainly: red. Hex color #E42E18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42E18 is #1BD1E7. Grayscale: #626262. Windows color (decimal): -1823208 or 1584868. OLE color: 1584868.
HSL color Cylindrical-coordinate representation of color #E42E18: hue angle of 6.47º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E42E18 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 46 | 24 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.11 |
| HSL | 6.47º | 0.81% | 0.49% | - |
| HSV(B) | 6.47º | 0.89% | 0.89% | - |
| XYZ | 33.14 | 18.51 | 2.69 | - |
| YUV | 97.91 | 86.3 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 46 | 24 | 0 | 0.80 | 0.89 | 0.11 | 6.47 | 0.81 | 0.49 |
| Hex | E4 | 2E | 18 | 0 | 50 | 59 | B | 6 | 51 | 31 |
| Octal | 344 | 56 | 30 | 0 | 120 | 131 | 13 | 6 | 121 | 61 |
| Binary | 11100100 | 101110 | 11000 | 0 | 1010000 | 1011001 | 1011 | 110 | 1010001 | 110001 |
Color Harmonies of #E42E18
Complementary color
Monochromatic Colors of #E42E18
Black with #E42E18
Text Example
Text Example
White with #E42E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42E18; }
p { color: rgb(228,46,24); }
H1.HeaderClassName
{
color: #E42E18;
}
.AnyTagClassName
{
color: #E42E18;
}
</style>
background-color css
<style>
a { background-color: #E42E18; }
a { background-color: rgb(228,46,24); }
div.DivClassName
{
background-color: #E42E18;
}
.BgClassName
{
background-color: #E42E18;
}
</style>
border-color css
<style>
span { border-color: #E42E18; }
span { border-color: rgb(228,46,24); }
td.TdClassName
{
border-color: #E42E18;
}
.TagClassName
{
border-color: #E42E18;
}
</style>