Html Css Color HEX #E2400B Harley Davidson Orange
📋 copy color: '#E2400B'red 226 ◦ green 64 ◦ blue 11
Shades of Harley Davidson Orange #E2400B
Tints of Harley Davidson Orange #E2400B
RGB
CMYK
RGB Variations
Color information
#E2400B (or 0xE2400B) is known color: Harley Davidson Orange. HEX triplet: E2, 40 and 0B. RGB value is (226,64,11). Sum of RGB (Red+Green+Blue) = 226+64+11=301 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.08% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 226 - color contains mainly: red. Hex color #E2400B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2400B is #1DBFF4. Grayscale: #6A6A6A. Windows color (decimal): -1949685 or 737506. OLE color: 737506.
HSL color Cylindrical-coordinate representation of color #E2400B: hue angle of 14.79º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2400B is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 64 | 11 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.11 |
| HSL | 14.79º | 0.91% | 0.46% | - |
| HSV(B) | 14.79º | 0.95% | 0.89% | - |
| XYZ | 33.26 | 19.86 | 2.4 | - |
| YUV | 106.4 | 74.17 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 64 | 11 | 0 | 0.72 | 0.95 | 0.11 | 14.79 | 0.91 | 0.46 |
| Hex | E2 | 40 | B | 0 | 48 | 5F | B | F | 5B | 2E |
| Octal | 342 | 100 | 13 | 0 | 110 | 137 | 13 | 17 | 133 | 56 |
| Binary | 11100010 | 1000000 | 1011 | 0 | 1001000 | 1011111 | 1011 | 1111 | 1011011 | 101110 |
Color Harmonies of #E2400B
Complementary color
Monochromatic Colors of #E2400B
Black with #E2400B
Text Example
Text Example
White with #E2400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2400B; }
p { color: rgb(226,64,11); }
H1.HeaderClassName
{
color: #E2400B;
}
.AnyTagClassName
{
color: #E2400B;
}
</style>
background-color css
<style>
a { background-color: #E2400B; }
a { background-color: rgb(226,64,11); }
div.DivClassName
{
background-color: #E2400B;
}
.BgClassName
{
background-color: #E2400B;
}
</style>
border-color css
<style>
span { border-color: #E2400B; }
span { border-color: rgb(226,64,11); }
td.TdClassName
{
border-color: #E2400B;
}
.TagClassName
{
border-color: #E2400B;
}
</style>