Html Css Color HEX #E03512 Harley Davidson Orange
📋 copy color: '#E03512'red 224 ◦ green 53 ◦ blue 18
Shades of Harley Davidson Orange #E03512
Tints of Harley Davidson Orange #E03512
RGB
CMYK
RGB Variations
Color information
#E03512 (or 0xE03512) is known color: Harley Davidson Orange. HEX triplet: E0, 35 and 12. RGB value is (224,53,18). Sum of RGB (Red+Green+Blue) = 224+53+18=295 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.93% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 224 - color contains mainly: red. Hex color #E03512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03512 is #1FCAED. Grayscale: #646464. Windows color (decimal): -2083566 or 1193440. OLE color: 1193440.
HSL color Cylindrical-coordinate representation of color #E03512: hue angle of 10.19º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E03512 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 53 | 18 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.12 |
| HSL | 10.19º | 0.85% | 0.47% | - |
| HSV(B) | 10.19º | 0.92% | 0.88% | - |
| XYZ | 32.12 | 18.44 | 2.44 | - |
| YUV | 100.14 | 81.65 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 53 | 18 | 0 | 0.76 | 0.92 | 0.12 | 10.19 | 0.85 | 0.47 |
| Hex | E0 | 35 | 12 | 0 | 4C | 5C | C | A | 55 | 2F |
| Octal | 340 | 65 | 22 | 0 | 114 | 134 | 14 | 12 | 125 | 57 |
| Binary | 11100000 | 110101 | 10010 | 0 | 1001100 | 1011100 | 1100 | 1010 | 1010101 | 101111 |
Color Harmonies of #E03512
Complementary color
Monochromatic Colors of #E03512
Black with #E03512
Text Example
Text Example
White with #E03512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03512; }
p { color: rgb(224,53,18); }
H1.HeaderClassName
{
color: #E03512;
}
.AnyTagClassName
{
color: #E03512;
}
</style>
background-color css
<style>
a { background-color: #E03512; }
a { background-color: rgb(224,53,18); }
div.DivClassName
{
background-color: #E03512;
}
.BgClassName
{
background-color: #E03512;
}
</style>
border-color css
<style>
span { border-color: #E03512; }
span { border-color: rgb(224,53,18); }
td.TdClassName
{
border-color: #E03512;
}
.TagClassName
{
border-color: #E03512;
}
</style>