Html Css Color HEX #E2280C Harley Davidson Orange
📋 copy color: '#E2280C'red 226 ◦ green 40 ◦ blue 12
Shades of Harley Davidson Orange #E2280C
Tints of Harley Davidson Orange #E2280C
RGB
CMYK
RGB Variations
Color information
#E2280C (or 0xE2280C) is known color: Harley Davidson Orange. HEX triplet: E2, 28 and 0C. RGB value is (226,40,12). Sum of RGB (Red+Green+Blue) = 226+40+12=278 (36% of max value = 765). Red value is 226 (88.67% from 255 or 81.29% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 226 - color contains mainly: red. Hex color #E2280C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2280C is #1DD7F3. Grayscale: #5C5C5C. Windows color (decimal): -1955828 or 796898. OLE color: 796898.
HSL color Cylindrical-coordinate representation of color #E2280C: hue angle of 7.85º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2280C is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 12 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.11 |
| HSL | 7.85º | 0.9% | 0.47% | - |
| HSV(B) | 7.85º | 0.95% | 0.89% | - |
| XYZ | 32.19 | 17.71 | 2.07 | - |
| YUV | 92.42 | 82.62 | 223.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 12 | 0 | 0.82 | 0.95 | 0.11 | 7.85 | 0.9 | 0.47 |
| Hex | E2 | 28 | C | 0 | 52 | 5F | B | 8 | 5A | 2F |
| Octal | 342 | 50 | 14 | 0 | 122 | 137 | 13 | 10 | 132 | 57 |
| Binary | 11100010 | 101000 | 1100 | 0 | 1010010 | 1011111 | 1011 | 1000 | 1011010 | 101111 |
Color Harmonies of #E2280C
Complementary color
Monochromatic Colors of #E2280C
Black with #E2280C
Text Example
Text Example
White with #E2280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2280C; }
p { color: rgb(226,40,12); }
H1.HeaderClassName
{
color: #E2280C;
}
.AnyTagClassName
{
color: #E2280C;
}
</style>
background-color css
<style>
a { background-color: #E2280C; }
a { background-color: rgb(226,40,12); }
div.DivClassName
{
background-color: #E2280C;
}
.BgClassName
{
background-color: #E2280C;
}
</style>
border-color css
<style>
span { border-color: #E2280C; }
span { border-color: rgb(226,40,12); }
td.TdClassName
{
border-color: #E2280C;
}
.TagClassName
{
border-color: #E2280C;
}
</style>