Html Css Color HEX #E1240C Harley Davidson Orange
📋 copy color: '#E1240C'red 225 ◦ green 36 ◦ blue 12
Shades of Harley Davidson Orange #E1240C
Tints of Harley Davidson Orange #E1240C
RGB
CMYK
RGB Variations
Color information
#E1240C (or 0xE1240C) is known color: Harley Davidson Orange. HEX triplet: E1, 24 and 0C. RGB value is (225,36,12). Sum of RGB (Red+Green+Blue) = 225+36+12=273 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.42% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 225 - color contains mainly: red. Hex color #E1240C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1240C is #1EDBF3. Grayscale: #5A5A5A. Windows color (decimal): -2022388 or 795873. OLE color: 795873.
HSL color Cylindrical-coordinate representation of color #E1240C: hue angle of 6.76º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1240C is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 36 | 12 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.12 |
| HSL | 6.76º | 0.9% | 0.46% | - |
| HSV(B) | 6.76º | 0.95% | 0.88% | - |
| XYZ | 31.75 | 17.3 | 2.01 | - |
| YUV | 89.78 | 84.12 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 36 | 12 | 0 | 0.84 | 0.95 | 0.12 | 6.76 | 0.9 | 0.46 |
| Hex | E1 | 24 | C | 0 | 54 | 5F | C | 7 | 5A | 2E |
| Octal | 341 | 44 | 14 | 0 | 124 | 137 | 14 | 7 | 132 | 56 |
| Binary | 11100001 | 100100 | 1100 | 0 | 1010100 | 1011111 | 1100 | 111 | 1011010 | 101110 |
Color Harmonies of #E1240C
Complementary color
Monochromatic Colors of #E1240C
Black with #E1240C
Text Example
Text Example
White with #E1240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1240C; }
p { color: rgb(225,36,12); }
H1.HeaderClassName
{
color: #E1240C;
}
.AnyTagClassName
{
color: #E1240C;
}
</style>
background-color css
<style>
a { background-color: #E1240C; }
a { background-color: rgb(225,36,12); }
div.DivClassName
{
background-color: #E1240C;
}
.BgClassName
{
background-color: #E1240C;
}
</style>
border-color css
<style>
span { border-color: #E1240C; }
span { border-color: rgb(225,36,12); }
td.TdClassName
{
border-color: #E1240C;
}
.TagClassName
{
border-color: #E1240C;
}
</style>