Html Css Color HEX #E32014 Harley Davidson Orange
📋 copy color: '#E32014'red 227 ◦ green 32 ◦ blue 20
Shades of Harley Davidson Orange #E32014
Tints of Harley Davidson Orange #E32014
RGB
CMYK
RGB Variations
Color information
#E32014 (or 0xE32014) is known color: Harley Davidson Orange. HEX triplet: E3, 20 and 14. RGB value is (227,32,20). Sum of RGB (Red+Green+Blue) = 227+32+20=279 (36% of max value = 765). Red value is 227 (89.06% from 255 or 81.36% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 227 - color contains mainly: red. Hex color #E32014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32014 is #1CDFEB. Grayscale: #595959. Windows color (decimal): -1892332 or 1319139. OLE color: 1319139.
HSL color Cylindrical-coordinate representation of color #E32014: hue angle of 3.48º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E32014 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 32 | 20 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.11 |
| HSL | 3.48º | 0.84% | 0.48% | - |
| HSV(B) | 3.48º | 0.91% | 0.89% | - |
| XYZ | 32.32 | 17.41 | 2.32 | - |
| YUV | 88.94 | 89.1 | 226.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 32 | 20 | 0 | 0.86 | 0.91 | 0.11 | 3.48 | 0.84 | 0.48 |
| Hex | E3 | 20 | 14 | 0 | 56 | 5B | B | 3 | 54 | 30 |
| Octal | 343 | 40 | 24 | 0 | 126 | 133 | 13 | 3 | 124 | 60 |
| Binary | 11100011 | 100000 | 10100 | 0 | 1010110 | 1011011 | 1011 | 11 | 1010100 | 110000 |
Color Harmonies of #E32014
Complementary color
Monochromatic Colors of #E32014
Black with #E32014
Text Example
Text Example
White with #E32014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32014; }
p { color: rgb(227,32,20); }
H1.HeaderClassName
{
color: #E32014;
}
.AnyTagClassName
{
color: #E32014;
}
</style>
background-color css
<style>
a { background-color: #E32014; }
a { background-color: rgb(227,32,20); }
div.DivClassName
{
background-color: #E32014;
}
.BgClassName
{
background-color: #E32014;
}
</style>
border-color css
<style>
span { border-color: #E32014; }
span { border-color: rgb(227,32,20); }
td.TdClassName
{
border-color: #E32014;
}
.TagClassName
{
border-color: #E32014;
}
</style>