Html Css Color HEX #E43512 Harley Davidson Orange
📋 copy color: '#E43512'red 228 ◦ green 53 ◦ blue 18
Shades of Harley Davidson Orange #E43512
Tints of Harley Davidson Orange #E43512
RGB
CMYK
RGB Variations
Color information
#E43512 (or 0xE43512) is known color: Harley Davidson Orange. HEX triplet: E4, 35 and 12. RGB value is (228,53,18). Sum of RGB (Red+Green+Blue) = 228+53+18=299 (39% of max value = 765). Red value is 228 (89.45% from 255 or 76.25% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 228 - color contains mainly: red. Hex color #E43512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E43512 is #1BCAED. Grayscale: #656565. Windows color (decimal): -1821422 or 1193444. OLE color: 1193444.
HSL color Cylindrical-coordinate representation of color #E43512: hue angle of 10º 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 #E43512 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 53 | 18 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.11 |
| HSL | 10º | 0.85% | 0.48% | - |
| HSV(B) | 10º | 0.92% | 0.89% | - |
| XYZ | 33.38 | 19.08 | 2.5 | - |
| YUV | 101.34 | 80.98 | 218.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 53 | 18 | 0 | 0.77 | 0.92 | 0.11 | 10 | 0.85 | 0.48 |
| Hex | E4 | 35 | 12 | 0 | 4D | 5C | B | A | 55 | 30 |
| Octal | 344 | 65 | 22 | 0 | 115 | 134 | 13 | 12 | 125 | 60 |
| Binary | 11100100 | 110101 | 10010 | 0 | 1001101 | 1011100 | 1011 | 1010 | 1010101 | 110000 |
Color Harmonies of #E43512
Complementary color
Monochromatic Colors of #E43512
Black with #E43512
Text Example
Text Example
White with #E43512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43512; }
p { color: rgb(228,53,18); }
H1.HeaderClassName
{
color: #E43512;
}
.AnyTagClassName
{
color: #E43512;
}
</style>
background-color css
<style>
a { background-color: #E43512; }
a { background-color: rgb(228,53,18); }
div.DivClassName
{
background-color: #E43512;
}
.BgClassName
{
background-color: #E43512;
}
</style>
border-color css
<style>
span { border-color: #E43512; }
span { border-color: rgb(228,53,18); }
td.TdClassName
{
border-color: #E43512;
}
.TagClassName
{
border-color: #E43512;
}
</style>