Html Css Color HEX #E01914 Harley Davidson Orange
📋 copy color: '#E01914'red 224 ◦ green 25 ◦ blue 20
Shades of Harley Davidson Orange #E01914
Tints of Harley Davidson Orange #E01914
RGB
CMYK
RGB Variations
Color information
#E01914 (or 0xE01914) is known color: Harley Davidson Orange. HEX triplet: E0, 19 and 14. RGB value is (224,25,20). Sum of RGB (Red+Green+Blue) = 224+25+20=269 (35% of max value = 765). Red value is 224 (87.89% from 255 or 83.27% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 224 - color contains mainly: red. Hex color #E01914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01914 is #1FE6EB. Grayscale: #545454. Windows color (decimal): -2090732 or 1317344. OLE color: 1317344.
HSL color Cylindrical-coordinate representation of color #E01914: hue angle of 1.47º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E01914 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 25 | 20 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.12 |
| HSL | 1.47º | 0.84% | 0.48% | - |
| HSV(B) | 1.47º | 0.91% | 0.88% | - |
| XYZ | 31.21 | 16.59 | 2.22 | - |
| YUV | 83.93 | 91.93 | 227.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 25 | 20 | 0 | 0.89 | 0.91 | 0.12 | 1.47 | 0.84 | 0.48 |
| Hex | E0 | 19 | 14 | 0 | 59 | 5B | C | 1 | 54 | 30 |
| Octal | 340 | 31 | 24 | 0 | 131 | 133 | 14 | 1 | 124 | 60 |
| Binary | 11100000 | 11001 | 10100 | 0 | 1011001 | 1011011 | 1100 | 1 | 1010100 | 110000 |
Color Harmonies of #E01914
Complementary color
Monochromatic Colors of #E01914
Black with #E01914
Text Example
Text Example
White with #E01914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01914; }
p { color: rgb(224,25,20); }
H1.HeaderClassName
{
color: #E01914;
}
.AnyTagClassName
{
color: #E01914;
}
</style>
background-color css
<style>
a { background-color: #E01914; }
a { background-color: rgb(224,25,20); }
div.DivClassName
{
background-color: #E01914;
}
.BgClassName
{
background-color: #E01914;
}
</style>
border-color css
<style>
span { border-color: #E01914; }
span { border-color: rgb(224,25,20); }
td.TdClassName
{
border-color: #E01914;
}
.TagClassName
{
border-color: #E01914;
}
</style>