Html Css Color HEX #E2240C Harley Davidson Orange
📋 copy color: '#E2240C'red 226 ◦ green 36 ◦ blue 12
Shades of Harley Davidson Orange #E2240C
Tints of Harley Davidson Orange #E2240C
RGB
CMYK
RGB Variations
Color information
#E2240C (or 0xE2240C) is known color: Harley Davidson Orange. HEX triplet: E2, 24 and 0C. RGB value is (226,36,12). Sum of RGB (Red+Green+Blue) = 226+36+12=274 (36% of max value = 765). Red value is 226 (88.67% from 255 or 82.48% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 226 - color contains mainly: red. Hex color #E2240C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2240C is #1DDBF3. Grayscale: #5A5A5A. Windows color (decimal): -1956852 or 795874. OLE color: 795874.
HSL color Cylindrical-coordinate representation of color #E2240C: hue angle of 6.73º 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 #E2240C is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 36 | 12 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.11 |
| HSL | 6.73º | 0.9% | 0.47% | - |
| HSV(B) | 6.73º | 0.95% | 0.89% | - |
| XYZ | 32.06 | 17.46 | 2.03 | - |
| YUV | 90.07 | 83.95 | 224.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 36 | 12 | 0 | 0.84 | 0.95 | 0.11 | 6.73 | 0.9 | 0.47 |
| Hex | E2 | 24 | C | 0 | 54 | 5F | B | 7 | 5A | 2F |
| Octal | 342 | 44 | 14 | 0 | 124 | 137 | 13 | 7 | 132 | 57 |
| Binary | 11100010 | 100100 | 1100 | 0 | 1010100 | 1011111 | 1011 | 111 | 1011010 | 101111 |
Color Harmonies of #E2240C
Complementary color
Monochromatic Colors of #E2240C
Black with #E2240C
Text Example
Text Example
White with #E2240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2240C; }
p { color: rgb(226,36,12); }
H1.HeaderClassName
{
color: #E2240C;
}
.AnyTagClassName
{
color: #E2240C;
}
</style>
background-color css
<style>
a { background-color: #E2240C; }
a { background-color: rgb(226,36,12); }
div.DivClassName
{
background-color: #E2240C;
}
.BgClassName
{
background-color: #E2240C;
}
</style>
border-color css
<style>
span { border-color: #E2240C; }
span { border-color: rgb(226,36,12); }
td.TdClassName
{
border-color: #E2240C;
}
.TagClassName
{
border-color: #E2240C;
}
</style>