Html Css Color HEX #E04216 Harley Davidson Orange
📋 copy color: '#E04216'red 224 ◦ green 66 ◦ blue 22
Shades of Harley Davidson Orange #E04216
Tints of Harley Davidson Orange #E04216
RGB
CMYK
RGB Variations
Color information
#E04216 (or 0xE04216) is known color: Harley Davidson Orange. HEX triplet: E0, 42 and 16. RGB value is (224,66,22). Sum of RGB (Red+Green+Blue) = 224+66+22=312 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.79% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 224 - color contains mainly: red. Hex color #E04216 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04216 is #1FBDE9. Grayscale: #6C6C6C. Windows color (decimal): -2080234 or 1458912. OLE color: 1458912.
HSL color Cylindrical-coordinate representation of color #E04216: hue angle of 13.07º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E04216 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 66 | 22 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.12 |
| HSL | 13.07º | 0.82% | 0.48% | - |
| HSV(B) | 13.07º | 0.9% | 0.88% | - |
| XYZ | 32.83 | 19.8 | 2.85 | - |
| YUV | 108.23 | 79.35 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 66 | 22 | 0 | 0.71 | 0.90 | 0.12 | 13.07 | 0.82 | 0.48 |
| Hex | E0 | 42 | 16 | 0 | 47 | 5A | C | D | 52 | 30 |
| Octal | 340 | 102 | 26 | 0 | 107 | 132 | 14 | 15 | 122 | 60 |
| Binary | 11100000 | 1000010 | 10110 | 0 | 1000111 | 1011010 | 1100 | 1101 | 1010010 | 110000 |
Color Harmonies of #E04216
Complementary color
Monochromatic Colors of #E04216
Black with #E04216
Text Example
Text Example
White with #E04216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04216; }
p { color: rgb(224,66,22); }
H1.HeaderClassName
{
color: #E04216;
}
.AnyTagClassName
{
color: #E04216;
}
</style>
background-color css
<style>
a { background-color: #E04216; }
a { background-color: rgb(224,66,22); }
div.DivClassName
{
background-color: #E04216;
}
.BgClassName
{
background-color: #E04216;
}
</style>
border-color css
<style>
span { border-color: #E04216; }
span { border-color: rgb(224,66,22); }
td.TdClassName
{
border-color: #E04216;
}
.TagClassName
{
border-color: #E04216;
}
</style>