Html Css Color HEX #E03014 Harley Davidson Orange
📋 copy color: '#E03014'red 224 ◦ green 48 ◦ blue 20
Shades of Harley Davidson Orange #E03014
Tints of Harley Davidson Orange #E03014
RGB
CMYK
RGB Variations
Color information
#E03014 (or 0xE03014) is known color: Harley Davidson Orange. HEX triplet: E0, 30 and 14. RGB value is (224,48,20). Sum of RGB (Red+Green+Blue) = 224+48+20=292 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.71% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 224 - color contains mainly: red. Hex color #E03014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03014 is #1FCFEB. Grayscale: #616161. Windows color (decimal): -2084844 or 1323232. OLE color: 1323232.
HSL color Cylindrical-coordinate representation of color #E03014: hue angle of 8.24º 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 #E03014 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 48 | 20 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.12 |
| HSL | 8.24º | 0.84% | 0.48% | - |
| HSV(B) | 8.24º | 0.91% | 0.88% | - |
| XYZ | 31.92 | 18.01 | 2.46 | - |
| YUV | 97.43 | 84.31 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 48 | 20 | 0 | 0.79 | 0.91 | 0.12 | 8.24 | 0.84 | 0.48 |
| Hex | E0 | 30 | 14 | 0 | 4F | 5B | C | 8 | 54 | 30 |
| Octal | 340 | 60 | 24 | 0 | 117 | 133 | 14 | 10 | 124 | 60 |
| Binary | 11100000 | 110000 | 10100 | 0 | 1001111 | 1011011 | 1100 | 1000 | 1010100 | 110000 |
Color Harmonies of #E03014
Complementary color
Monochromatic Colors of #E03014
Black with #E03014
Text Example
Text Example
White with #E03014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03014; }
p { color: rgb(224,48,20); }
H1.HeaderClassName
{
color: #E03014;
}
.AnyTagClassName
{
color: #E03014;
}
</style>
background-color css
<style>
a { background-color: #E03014; }
a { background-color: rgb(224,48,20); }
div.DivClassName
{
background-color: #E03014;
}
.BgClassName
{
background-color: #E03014;
}
</style>
border-color css
<style>
span { border-color: #E03014; }
span { border-color: rgb(224,48,20); }
td.TdClassName
{
border-color: #E03014;
}
.TagClassName
{
border-color: #E03014;
}
</style>