Html Css Color HEX #E04013 Harley Davidson Orange
📋 copy color: '#E04013'red 224 ◦ green 64 ◦ blue 19
Shades of Harley Davidson Orange #E04013
Tints of Harley Davidson Orange #E04013
RGB
CMYK
RGB Variations
Color information
#E04013 (or 0xE04013) is known color: Harley Davidson Orange. HEX triplet: E0, 40 and 13. RGB value is (224,64,19). Sum of RGB (Red+Green+Blue) = 224+64+19=307 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.96% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 224 - color contains mainly: red. Hex color #E04013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04013 is #1FBFEC. Grayscale: #6B6B6B. Windows color (decimal): -2080749 or 1261792. OLE color: 1261792.
HSL color Cylindrical-coordinate representation of color #E04013: hue angle of 13.17º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E04013 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 19 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.12 |
| HSL | 13.17º | 0.84% | 0.48% | - |
| HSV(B) | 13.17º | 0.92% | 0.88% | - |
| XYZ | 32.69 | 19.56 | 2.67 | - |
| YUV | 106.71 | 78.51 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 19 | 0 | 0.71 | 0.92 | 0.12 | 13.17 | 0.84 | 0.48 |
| Hex | E0 | 40 | 13 | 0 | 47 | 5C | C | D | 54 | 30 |
| Octal | 340 | 100 | 23 | 0 | 107 | 134 | 14 | 15 | 124 | 60 |
| Binary | 11100000 | 1000000 | 10011 | 0 | 1000111 | 1011100 | 1100 | 1101 | 1010100 | 110000 |
Color Harmonies of #E04013
Complementary color
Monochromatic Colors of #E04013
Black with #E04013
Text Example
Text Example
White with #E04013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04013; }
p { color: rgb(224,64,19); }
H1.HeaderClassName
{
color: #E04013;
}
.AnyTagClassName
{
color: #E04013;
}
</style>
background-color css
<style>
a { background-color: #E04013; }
a { background-color: rgb(224,64,19); }
div.DivClassName
{
background-color: #E04013;
}
.BgClassName
{
background-color: #E04013;
}
</style>
border-color css
<style>
span { border-color: #E04013; }
span { border-color: rgb(224,64,19); }
td.TdClassName
{
border-color: #E04013;
}
.TagClassName
{
border-color: #E04013;
}
</style>