Html Css Color HEX #E04413 Harley Davidson Orange
📋 copy color: '#E04413'red 224 ◦ green 68 ◦ blue 19
Shades of Harley Davidson Orange #E04413
Tints of Harley Davidson Orange #E04413
RGB
CMYK
RGB Variations
Color information
#E04413 (or 0xE04413) is known color: Harley Davidson Orange. HEX triplet: E0, 44 and 13. RGB value is (224,68,19). Sum of RGB (Red+Green+Blue) = 224+68+19=311 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.03% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 224 - color contains mainly: red. Hex color #E04413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04413 is #1FBBEC. Grayscale: #6D6D6D. Windows color (decimal): -2079725 or 1262816. OLE color: 1262816.
HSL color Cylindrical-coordinate representation of color #E04413: hue angle of 14.34º 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 #E04413 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 68 | 19 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.12 |
| HSL | 14.34º | 0.84% | 0.48% | - |
| HSV(B) | 14.34º | 0.92% | 0.88% | - |
| XYZ | 32.93 | 20.03 | 2.75 | - |
| YUV | 109.06 | 77.18 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 68 | 19 | 0 | 0.70 | 0.92 | 0.12 | 14.34 | 0.84 | 0.48 |
| Hex | E0 | 44 | 13 | 0 | 46 | 5C | C | E | 54 | 30 |
| Octal | 340 | 104 | 23 | 0 | 106 | 134 | 14 | 16 | 124 | 60 |
| Binary | 11100000 | 1000100 | 10011 | 0 | 1000110 | 1011100 | 1100 | 1110 | 1010100 | 110000 |
Color Harmonies of #E04413
Complementary color
Monochromatic Colors of #E04413
Black with #E04413
Text Example
Text Example
White with #E04413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04413; }
p { color: rgb(224,68,19); }
H1.HeaderClassName
{
color: #E04413;
}
.AnyTagClassName
{
color: #E04413;
}
</style>
background-color css
<style>
a { background-color: #E04413; }
a { background-color: rgb(224,68,19); }
div.DivClassName
{
background-color: #E04413;
}
.BgClassName
{
background-color: #E04413;
}
</style>
border-color css
<style>
span { border-color: #E04413; }
span { border-color: rgb(224,68,19); }
td.TdClassName
{
border-color: #E04413;
}
.TagClassName
{
border-color: #E04413;
}
</style>