Html Css Color HEX #E01614 Harley Davidson Orange
📋 copy color: '#E01614'red 224 ◦ green 22 ◦ blue 20
Shades of Harley Davidson Orange #E01614
Tints of Harley Davidson Orange #E01614
RGB
CMYK
RGB Variations
Color information
#E01614 (or 0xE01614) is known color: Harley Davidson Orange. HEX triplet: E0, 16 and 14. RGB value is (224,22,20). Sum of RGB (Red+Green+Blue) = 224+22+20=266 (35% of max value = 765). Red value is 224 (87.89% from 255 or 84.21% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 224 - color contains mainly: red. Hex color #E01614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01614 is #1FE9EB. Grayscale: #525252. Windows color (decimal): -2091500 or 1316576. OLE color: 1316576.
HSL color Cylindrical-coordinate representation of color #E01614: hue angle of 0.59º 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 #E01614 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 20 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.12 |
| HSL | 0.59º | 0.84% | 0.48% | - |
| HSV(B) | 0.59º | 0.91% | 0.88% | - |
| XYZ | 31.15 | 16.47 | 2.2 | - |
| YUV | 82.17 | 92.92 | 229.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 20 | 0 | 0.90 | 0.91 | 0.12 | 0.59 | 0.84 | 0.48 |
| Hex | E0 | 16 | 14 | 0 | 5A | 5B | C | 1 | 54 | 30 |
| Octal | 340 | 26 | 24 | 0 | 132 | 133 | 14 | 1 | 124 | 60 |
| Binary | 11100000 | 10110 | 10100 | 0 | 1011010 | 1011011 | 1100 | 1 | 1010100 | 110000 |
Color Harmonies of #E01614
Complementary color
Monochromatic Colors of #E01614
Black with #E01614
Text Example
Text Example
White with #E01614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01614; }
p { color: rgb(224,22,20); }
H1.HeaderClassName
{
color: #E01614;
}
.AnyTagClassName
{
color: #E01614;
}
</style>
background-color css
<style>
a { background-color: #E01614; }
a { background-color: rgb(224,22,20); }
div.DivClassName
{
background-color: #E01614;
}
.BgClassName
{
background-color: #E01614;
}
</style>
border-color css
<style>
span { border-color: #E01614; }
span { border-color: rgb(224,22,20); }
td.TdClassName
{
border-color: #E01614;
}
.TagClassName
{
border-color: #E01614;
}
</style>