Html Css Color HEX #E01818 Harley Davidson Orange
📋 copy color: '#E01818'red 224 ◦ green 24 ◦ blue 24
Shades of Harley Davidson Orange #E01818
Tints of Harley Davidson Orange #E01818
RGB
CMYK
RGB Variations
Color information
#E01818 (or 0xE01818) is known color: Harley Davidson Orange. HEX triplet: E0, 18 and 18. RGB value is (224,24,24). Sum of RGB (Red+Green+Blue) = 224+24+24=272 (36% of max value = 765). Red value is 224 (87.89% from 255 or 82.35% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 224 - color contains mainly: red. Hex color #E01818 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01818 is #1FE7E7. Grayscale: #545454. Windows color (decimal): -2090984 or 1579232. OLE color: 1579232.
HSL color Cylindrical-coordinate representation of color #E01818: hue angle of 0º 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 #E01818 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 24 | 24 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.12 |
| HSL | 0º | 0.81% | 0.49% | - |
| HSV(B) | 0º | 0.89% | 0.88% | - |
| XYZ | 31.23 | 16.57 | 2.42 | - |
| YUV | 83.8 | 94.26 | 228 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 24 | 24 | 0 | 0.89 | 0.89 | 0.12 | 0 | 0.81 | 0.49 |
| Hex | E0 | 18 | 18 | 0 | 59 | 59 | C | 0 | 51 | 31 |
| Octal | 340 | 30 | 30 | 0 | 131 | 131 | 14 | 0 | 121 | 61 |
| Binary | 11100000 | 11000 | 11000 | 0 | 1011001 | 1011001 | 1100 | 0 | 1010001 | 110001 |
Color Harmonies of #E01818
Complementary color
Monochromatic Colors of #E01818
Black with #E01818
Text Example
Text Example
White with #E01818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01818; }
p { color: rgb(224,24,24); }
H1.HeaderClassName
{
color: #E01818;
}
.AnyTagClassName
{
color: #E01818;
}
</style>
background-color css
<style>
a { background-color: #E01818; }
a { background-color: rgb(224,24,24); }
div.DivClassName
{
background-color: #E01818;
}
.BgClassName
{
background-color: #E01818;
}
</style>
border-color css
<style>
span { border-color: #E01818; }
span { border-color: rgb(224,24,24); }
td.TdClassName
{
border-color: #E01818;
}
.TagClassName
{
border-color: #E01818;
}
</style>