Html Css Color HEX #E01813 Harley Davidson Orange
📋 copy color: '#E01813'red 224 ◦ green 24 ◦ blue 19
Shades of Harley Davidson Orange #E01813
Tints of Harley Davidson Orange #E01813
RGB
CMYK
RGB Variations
Color information
#E01813 (or 0xE01813) is known color: Harley Davidson Orange. HEX triplet: E0, 18 and 13. RGB value is (224,24,19). Sum of RGB (Red+Green+Blue) = 224+24+19=267 (35% of max value = 765). Red value is 224 (87.89% from 255 or 83.90% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 224 - color contains mainly: red. Hex color #E01813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01813 is #1FE7EC. Grayscale: #535353. Windows color (decimal): -2090989 or 1251552. OLE color: 1251552.
HSL color Cylindrical-coordinate representation of color #E01813: hue angle of 1.46º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E01813 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 24 | 19 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.12 |
| HSL | 1.46º | 0.84% | 0.48% | - |
| HSV(B) | 1.46º | 0.92% | 0.88% | - |
| XYZ | 31.18 | 16.55 | 2.17 | - |
| YUV | 83.23 | 91.76 | 228.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 24 | 19 | 0 | 0.89 | 0.92 | 0.12 | 1.46 | 0.84 | 0.48 |
| Hex | E0 | 18 | 13 | 0 | 59 | 5C | C | 1 | 54 | 30 |
| Octal | 340 | 30 | 23 | 0 | 131 | 134 | 14 | 1 | 124 | 60 |
| Binary | 11100000 | 11000 | 10011 | 0 | 1011001 | 1011100 | 1100 | 1 | 1010100 | 110000 |
Color Harmonies of #E01813
Complementary color
Monochromatic Colors of #E01813
Black with #E01813
Text Example
Text Example
White with #E01813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01813; }
p { color: rgb(224,24,19); }
H1.HeaderClassName
{
color: #E01813;
}
.AnyTagClassName
{
color: #E01813;
}
</style>
background-color css
<style>
a { background-color: #E01813; }
a { background-color: rgb(224,24,19); }
div.DivClassName
{
background-color: #E01813;
}
.BgClassName
{
background-color: #E01813;
}
</style>
border-color css
<style>
span { border-color: #E01813; }
span { border-color: rgb(224,24,19); }
td.TdClassName
{
border-color: #E01813;
}
.TagClassName
{
border-color: #E01813;
}
</style>