Html Css Color HEX #E22014 Harley Davidson Orange
📋 copy color: '#E22014'red 226 ◦ green 32 ◦ blue 20
Shades of Harley Davidson Orange #E22014
Tints of Harley Davidson Orange #E22014
RGB
CMYK
RGB Variations
Color information
#E22014 (or 0xE22014) is known color: Harley Davidson Orange. HEX triplet: E2, 20 and 14. RGB value is (226,32,20). Sum of RGB (Red+Green+Blue) = 226+32+20=278 (36% of max value = 765). Red value is 226 (88.67% from 255 or 81.29% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 226 - color contains mainly: red. Hex color #E22014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22014 is #1DDFEB. Grayscale: #585858. Windows color (decimal): -1957868 or 1319138. OLE color: 1319138.
HSL color Cylindrical-coordinate representation of color #E22014: hue angle of 3.5º 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 #E22014 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 32 | 20 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.11 |
| HSL | 3.5º | 0.84% | 0.48% | - |
| HSV(B) | 3.5º | 0.91% | 0.89% | - |
| XYZ | 32.01 | 17.25 | 2.3 | - |
| YUV | 88.64 | 89.27 | 225.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 20 | 0 | 0.86 | 0.91 | 0.11 | 3.5 | 0.84 | 0.48 |
| Hex | E2 | 20 | 14 | 0 | 56 | 5B | B | 3 | 54 | 30 |
| Octal | 342 | 40 | 24 | 0 | 126 | 133 | 13 | 3 | 124 | 60 |
| Binary | 11100010 | 100000 | 10100 | 0 | 1010110 | 1011011 | 1011 | 11 | 1010100 | 110000 |
Color Harmonies of #E22014
Complementary color
Monochromatic Colors of #E22014
Black with #E22014
Text Example
Text Example
White with #E22014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22014; }
p { color: rgb(226,32,20); }
H1.HeaderClassName
{
color: #E22014;
}
.AnyTagClassName
{
color: #E22014;
}
</style>
background-color css
<style>
a { background-color: #E22014; }
a { background-color: rgb(226,32,20); }
div.DivClassName
{
background-color: #E22014;
}
.BgClassName
{
background-color: #E22014;
}
</style>
border-color css
<style>
span { border-color: #E22014; }
span { border-color: rgb(226,32,20); }
td.TdClassName
{
border-color: #E22014;
}
.TagClassName
{
border-color: #E22014;
}
</style>