Html Css Color HEX #E03114 Harley Davidson Orange
📋 copy color: '#E03114'red 224 ◦ green 49 ◦ blue 20
Shades of Harley Davidson Orange #E03114
Tints of Harley Davidson Orange #E03114
RGB
CMYK
RGB Variations
Color information
#E03114 (or 0xE03114) is known color: Harley Davidson Orange. HEX triplet: E0, 31 and 14. RGB value is (224,49,20). Sum of RGB (Red+Green+Blue) = 224+49+20=293 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.45% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 224 - color contains mainly: red. Hex color #E03114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03114 is #1FCEEB. Grayscale: #626262. Windows color (decimal): -2084588 or 1323488. OLE color: 1323488.
HSL color Cylindrical-coordinate representation of color #E03114: hue angle of 8.53º 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 #E03114 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 49 | 20 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.12 |
| HSL | 8.53º | 0.84% | 0.48% | - |
| HSV(B) | 8.53º | 0.91% | 0.88% | - |
| XYZ | 31.97 | 18.09 | 2.47 | - |
| YUV | 98.02 | 83.98 | 217.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 49 | 20 | 0 | 0.78 | 0.91 | 0.12 | 8.53 | 0.84 | 0.48 |
| Hex | E0 | 31 | 14 | 0 | 4E | 5B | C | 9 | 54 | 30 |
| Octal | 340 | 61 | 24 | 0 | 116 | 133 | 14 | 11 | 124 | 60 |
| Binary | 11100000 | 110001 | 10100 | 0 | 1001110 | 1011011 | 1100 | 1001 | 1010100 | 110000 |
Color Harmonies of #E03114
Complementary color
Monochromatic Colors of #E03114
Black with #E03114
Text Example
Text Example
White with #E03114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03114; }
p { color: rgb(224,49,20); }
H1.HeaderClassName
{
color: #E03114;
}
.AnyTagClassName
{
color: #E03114;
}
</style>
background-color css
<style>
a { background-color: #E03114; }
a { background-color: rgb(224,49,20); }
div.DivClassName
{
background-color: #E03114;
}
.BgClassName
{
background-color: #E03114;
}
</style>
border-color css
<style>
span { border-color: #E03114; }
span { border-color: rgb(224,49,20); }
td.TdClassName
{
border-color: #E03114;
}
.TagClassName
{
border-color: #E03114;
}
</style>