Html Css Color HEX #E04512 Harley Davidson Orange
📋 copy color: '#E04512'red 224 ◦ green 69 ◦ blue 18
Shades of Harley Davidson Orange #E04512
Tints of Harley Davidson Orange #E04512
RGB
CMYK
RGB Variations
Color information
#E04512 (or 0xE04512) is known color: Harley Davidson Orange. HEX triplet: E0, 45 and 12. RGB value is (224,69,18). Sum of RGB (Red+Green+Blue) = 224+69+18=311 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.03% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 224 - color contains mainly: red. Hex color #E04512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04512 is #1FBAED. Grayscale: #6D6D6D. Windows color (decimal): -2079470 or 1197536. OLE color: 1197536.
HSL color Cylindrical-coordinate representation of color #E04512: hue angle of 14.85º 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 #E04512 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 69 | 18 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.12 |
| HSL | 14.85º | 0.85% | 0.47% | - |
| HSV(B) | 14.85º | 0.92% | 0.88% | - |
| XYZ | 32.98 | 20.15 | 2.72 | - |
| YUV | 109.53 | 76.35 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 69 | 18 | 0 | 0.69 | 0.92 | 0.12 | 14.85 | 0.85 | 0.47 |
| Hex | E0 | 45 | 12 | 0 | 45 | 5C | C | F | 55 | 2F |
| Octal | 340 | 105 | 22 | 0 | 105 | 134 | 14 | 17 | 125 | 57 |
| Binary | 11100000 | 1000101 | 10010 | 0 | 1000101 | 1011100 | 1100 | 1111 | 1010101 | 101111 |
Color Harmonies of #E04512
Complementary color
Monochromatic Colors of #E04512
Black with #E04512
Text Example
Text Example
White with #E04512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04512; }
p { color: rgb(224,69,18); }
H1.HeaderClassName
{
color: #E04512;
}
.AnyTagClassName
{
color: #E04512;
}
</style>
background-color css
<style>
a { background-color: #E04512; }
a { background-color: rgb(224,69,18); }
div.DivClassName
{
background-color: #E04512;
}
.BgClassName
{
background-color: #E04512;
}
</style>
border-color css
<style>
span { border-color: #E04512; }
span { border-color: rgb(224,69,18); }
td.TdClassName
{
border-color: #E04512;
}
.TagClassName
{
border-color: #E04512;
}
</style>