Html Css Color HEX #E04514 Harley Davidson Orange
📋 copy color: '#E04514'red 224 ◦ green 69 ◦ blue 20
Shades of Harley Davidson Orange #E04514
Tints of Harley Davidson Orange #E04514
RGB
CMYK
RGB Variations
Color information
#E04514 (or 0xE04514) is known color: Harley Davidson Orange. HEX triplet: E0, 45 and 14. RGB value is (224,69,20). Sum of RGB (Red+Green+Blue) = 224+69+20=313 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.57% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 224 - color contains mainly: red. Hex color #E04514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04514 is #1FBAEB. Grayscale: #6E6E6E. Windows color (decimal): -2079468 or 1328608. OLE color: 1328608.
HSL color Cylindrical-coordinate representation of color #E04514: hue angle of 14.41º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E04514 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 69 | 20 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.12 |
| HSL | 14.41º | 0.84% | 0.48% | - |
| HSV(B) | 14.41º | 0.91% | 0.88% | - |
| XYZ | 32.99 | 20.15 | 2.81 | - |
| YUV | 109.76 | 77.35 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 69 | 20 | 0 | 0.69 | 0.91 | 0.12 | 14.41 | 0.84 | 0.48 |
| Hex | E0 | 45 | 14 | 0 | 45 | 5B | C | E | 54 | 30 |
| Octal | 340 | 105 | 24 | 0 | 105 | 133 | 14 | 16 | 124 | 60 |
| Binary | 11100000 | 1000101 | 10100 | 0 | 1000101 | 1011011 | 1100 | 1110 | 1010100 | 110000 |
Color Harmonies of #E04514
Complementary color
Monochromatic Colors of #E04514
Black with #E04514
Text Example
Text Example
White with #E04514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04514; }
p { color: rgb(224,69,20); }
H1.HeaderClassName
{
color: #E04514;
}
.AnyTagClassName
{
color: #E04514;
}
</style>
background-color css
<style>
a { background-color: #E04514; }
a { background-color: rgb(224,69,20); }
div.DivClassName
{
background-color: #E04514;
}
.BgClassName
{
background-color: #E04514;
}
</style>
border-color css
<style>
span { border-color: #E04514; }
span { border-color: rgb(224,69,20); }
td.TdClassName
{
border-color: #E04514;
}
.TagClassName
{
border-color: #E04514;
}
</style>