Html Css Color HEX #E2240D Harley Davidson Orange
📋 copy color: '#E2240D'red 226 ◦ green 36 ◦ blue 13
Shades of Harley Davidson Orange #E2240D
Tints of Harley Davidson Orange #E2240D
RGB
CMYK
RGB Variations
Color information
#E2240D (or 0xE2240D) is known color: Harley Davidson Orange. HEX triplet: E2, 24 and 0D. RGB value is (226,36,13). Sum of RGB (Red+Green+Blue) = 226+36+13=275 (36% of max value = 765). Red value is 226 (88.67% from 255 or 82.18% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 226 - color contains mainly: red. Hex color #E2240D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2240D is #1DDBF2. Grayscale: #5A5A5A. Windows color (decimal): -1956851 or 861410. OLE color: 861410.
HSL color Cylindrical-coordinate representation of color #E2240D: hue angle of 6.48º degrees, saturation: 0.89, 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 #E2240D is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 36 | 13 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.11 |
| HSL | 6.48º | 0.89% | 0.47% | - |
| HSV(B) | 6.48º | 0.94% | 0.89% | - |
| XYZ | 32.07 | 17.46 | 2.06 | - |
| YUV | 90.19 | 84.45 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 36 | 13 | 0 | 0.84 | 0.94 | 0.11 | 6.48 | 0.89 | 0.47 |
| Hex | E2 | 24 | D | 0 | 54 | 5E | B | 6 | 59 | 2F |
| Octal | 342 | 44 | 15 | 0 | 124 | 136 | 13 | 6 | 131 | 57 |
| Binary | 11100010 | 100100 | 1101 | 0 | 1010100 | 1011110 | 1011 | 110 | 1011001 | 101111 |
Color Harmonies of #E2240D
Complementary color
Monochromatic Colors of #E2240D
Black with #E2240D
Text Example
Text Example
White with #E2240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2240D; }
p { color: rgb(226,36,13); }
H1.HeaderClassName
{
color: #E2240D;
}
.AnyTagClassName
{
color: #E2240D;
}
</style>
background-color css
<style>
a { background-color: #E2240D; }
a { background-color: rgb(226,36,13); }
div.DivClassName
{
background-color: #E2240D;
}
.BgClassName
{
background-color: #E2240D;
}
</style>
border-color css
<style>
span { border-color: #E2240D; }
span { border-color: rgb(226,36,13); }
td.TdClassName
{
border-color: #E2240D;
}
.TagClassName
{
border-color: #E2240D;
}
</style>