Html Css Color HEX #E04214 Harley Davidson Orange
📋 copy color: '#E04214'red 224 ◦ green 66 ◦ blue 20
Shades of Harley Davidson Orange #E04214
Tints of Harley Davidson Orange #E04214
RGB
CMYK
RGB Variations
Color information
#E04214 (or 0xE04214) is known color: Harley Davidson Orange. HEX triplet: E0, 42 and 14. RGB value is (224,66,20). Sum of RGB (Red+Green+Blue) = 224+66+20=310 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.26% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 224 - color contains mainly: red. Hex color #E04214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04214 is #1FBDEB. Grayscale: #6C6C6C. Windows color (decimal): -2080236 or 1327840. OLE color: 1327840.
HSL color Cylindrical-coordinate representation of color #E04214: hue angle of 13.53º 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 #E04214 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 66 | 20 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.12 |
| HSL | 13.53º | 0.84% | 0.48% | - |
| HSV(B) | 13.53º | 0.91% | 0.88% | - |
| XYZ | 32.81 | 19.79 | 2.75 | - |
| YUV | 108 | 78.35 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 66 | 20 | 0 | 0.71 | 0.91 | 0.12 | 13.53 | 0.84 | 0.48 |
| Hex | E0 | 42 | 14 | 0 | 47 | 5B | C | E | 54 | 30 |
| Octal | 340 | 102 | 24 | 0 | 107 | 133 | 14 | 16 | 124 | 60 |
| Binary | 11100000 | 1000010 | 10100 | 0 | 1000111 | 1011011 | 1100 | 1110 | 1010100 | 110000 |
Color Harmonies of #E04214
Complementary color
Monochromatic Colors of #E04214
Black with #E04214
Text Example
Text Example
White with #E04214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04214; }
p { color: rgb(224,66,20); }
H1.HeaderClassName
{
color: #E04214;
}
.AnyTagClassName
{
color: #E04214;
}
</style>
background-color css
<style>
a { background-color: #E04214; }
a { background-color: rgb(224,66,20); }
div.DivClassName
{
background-color: #E04214;
}
.BgClassName
{
background-color: #E04214;
}
</style>
border-color css
<style>
span { border-color: #E04214; }
span { border-color: rgb(224,66,20); }
td.TdClassName
{
border-color: #E04214;
}
.TagClassName
{
border-color: #E04214;
}
</style>