Html Css Color HEX #E42412 Harley Davidson Orange
📋 copy color: '#E42412'red 228 ◦ green 36 ◦ blue 18
Shades of Harley Davidson Orange #E42412
Tints of Harley Davidson Orange #E42412
RGB
CMYK
RGB Variations
Color information
#E42412 (or 0xE42412) is known color: Harley Davidson Orange. HEX triplet: E4, 24 and 12. RGB value is (228,36,18). Sum of RGB (Red+Green+Blue) = 228+36+18=282 (37% of max value = 765). Red value is 228 (89.45% from 255 or 80.85% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 228 - color contains mainly: red. Hex color #E42412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42412 is #1BDBED. Grayscale: #5B5B5B. Windows color (decimal): -1825774 or 1189092. OLE color: 1189092.
HSL color Cylindrical-coordinate representation of color #E42412: hue angle of 5.14º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E42412 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 36 | 18 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.11 |
| HSL | 5.14º | 0.85% | 0.48% | - |
| HSV(B) | 5.14º | 0.92% | 0.89% | - |
| XYZ | 32.73 | 17.8 | 2.28 | - |
| YUV | 91.36 | 86.61 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 36 | 18 | 0 | 0.84 | 0.92 | 0.11 | 5.14 | 0.85 | 0.48 |
| Hex | E4 | 24 | 12 | 0 | 54 | 5C | B | 5 | 55 | 30 |
| Octal | 344 | 44 | 22 | 0 | 124 | 134 | 13 | 5 | 125 | 60 |
| Binary | 11100100 | 100100 | 10010 | 0 | 1010100 | 1011100 | 1011 | 101 | 1010101 | 110000 |
Color Harmonies of #E42412
Complementary color
Monochromatic Colors of #E42412
Black with #E42412
Text Example
Text Example
White with #E42412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42412; }
p { color: rgb(228,36,18); }
H1.HeaderClassName
{
color: #E42412;
}
.AnyTagClassName
{
color: #E42412;
}
</style>
background-color css
<style>
a { background-color: #E42412; }
a { background-color: rgb(228,36,18); }
div.DivClassName
{
background-color: #E42412;
}
.BgClassName
{
background-color: #E42412;
}
</style>
border-color css
<style>
span { border-color: #E42412; }
span { border-color: rgb(228,36,18); }
td.TdClassName
{
border-color: #E42412;
}
.TagClassName
{
border-color: #E42412;
}
</style>