Html Css Color HEX #E42918 Harley Davidson Orange
📋 copy color: '#E42918'red 228 ◦ green 41 ◦ blue 24
Shades of Harley Davidson Orange #E42918
Tints of Harley Davidson Orange #E42918
RGB
CMYK
RGB Variations
Color information
#E42918 (or 0xE42918) is known color: Harley Davidson Orange. HEX triplet: E4, 29 and 18. RGB value is (228,41,24). Sum of RGB (Red+Green+Blue) = 228+41+24=293 (38% of max value = 765). Red value is 228 (89.45% from 255 or 77.82% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 228 - color contains mainly: red. Hex color #E42918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42918 is #1BD6E7. Grayscale: #5F5F5F. Windows color (decimal): -1824488 or 1583588. OLE color: 1583588.
HSL color Cylindrical-coordinate representation of color #E42918: hue angle of 5º 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 #E42918 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 41 | 24 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.11 |
| HSL | 5º | 0.81% | 0.49% | - |
| HSV(B) | 5º | 0.89% | 0.89% | - |
| XYZ | 32.95 | 18.15 | 2.63 | - |
| YUV | 94.98 | 87.95 | 222.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 41 | 24 | 0 | 0.82 | 0.89 | 0.11 | 5 | 0.81 | 0.49 |
| Hex | E4 | 29 | 18 | 0 | 52 | 59 | B | 5 | 51 | 31 |
| Octal | 344 | 51 | 30 | 0 | 122 | 131 | 13 | 5 | 121 | 61 |
| Binary | 11100100 | 101001 | 11000 | 0 | 1010010 | 1011001 | 1011 | 101 | 1010001 | 110001 |
Color Harmonies of #E42918
Complementary color
Monochromatic Colors of #E42918
Black with #E42918
Text Example
Text Example
White with #E42918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42918; }
p { color: rgb(228,41,24); }
H1.HeaderClassName
{
color: #E42918;
}
.AnyTagClassName
{
color: #E42918;
}
</style>
background-color css
<style>
a { background-color: #E42918; }
a { background-color: rgb(228,41,24); }
div.DivClassName
{
background-color: #E42918;
}
.BgClassName
{
background-color: #E42918;
}
</style>
border-color css
<style>
span { border-color: #E42918; }
span { border-color: rgb(228,41,24); }
td.TdClassName
{
border-color: #E42918;
}
.TagClassName
{
border-color: #E42918;
}
</style>