Html Css Color HEX #E2280E Harley Davidson Orange
📋 copy color: '#E2280E'red 226 ◦ green 40 ◦ blue 14
Shades of Harley Davidson Orange #E2280E
Tints of Harley Davidson Orange #E2280E
RGB
CMYK
RGB Variations
Color information
#E2280E (or 0xE2280E) is known color: Harley Davidson Orange. HEX triplet: E2, 28 and 0E. RGB value is (226,40,14). Sum of RGB (Red+Green+Blue) = 226+40+14=280 (37% of max value = 765). Red value is 226 (88.67% from 255 or 80.71% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 226 - color contains mainly: red. Hex color #E2280E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2280E is #1DD7F1. Grayscale: #5C5C5C. Windows color (decimal): -1955826 or 927970. OLE color: 927970.
HSL color Cylindrical-coordinate representation of color #E2280E: hue angle of 7.36º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E2280E is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 14 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.11 |
| HSL | 7.36º | 0.88% | 0.47% | - |
| HSV(B) | 7.36º | 0.94% | 0.89% | - |
| XYZ | 32.2 | 17.72 | 2.14 | - |
| YUV | 92.65 | 83.62 | 223.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 14 | 0 | 0.82 | 0.94 | 0.11 | 7.36 | 0.88 | 0.47 |
| Hex | E2 | 28 | E | 0 | 52 | 5E | B | 7 | 58 | 2F |
| Octal | 342 | 50 | 16 | 0 | 122 | 136 | 13 | 7 | 130 | 57 |
| Binary | 11100010 | 101000 | 1110 | 0 | 1010010 | 1011110 | 1011 | 111 | 1011000 | 101111 |
Color Harmonies of #E2280E
Complementary color
Monochromatic Colors of #E2280E
Black with #E2280E
Text Example
Text Example
White with #E2280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2280E; }
p { color: rgb(226,40,14); }
H1.HeaderClassName
{
color: #E2280E;
}
.AnyTagClassName
{
color: #E2280E;
}
</style>
background-color css
<style>
a { background-color: #E2280E; }
a { background-color: rgb(226,40,14); }
div.DivClassName
{
background-color: #E2280E;
}
.BgClassName
{
background-color: #E2280E;
}
</style>
border-color css
<style>
span { border-color: #E2280E; }
span { border-color: rgb(226,40,14); }
td.TdClassName
{
border-color: #E2280E;
}
.TagClassName
{
border-color: #E2280E;
}
</style>