Html Css Color HEX #E14616 Harley Davidson Orange
📋 copy color: '#E14616'red 225 ◦ green 70 ◦ blue 22
Shades of Harley Davidson Orange #E14616
Tints of Harley Davidson Orange #E14616
RGB
CMYK
RGB Variations
Color information
#E14616 (or 0xE14616) is known color: Harley Davidson Orange. HEX triplet: E1, 46 and 16. RGB value is (225,70,22). Sum of RGB (Red+Green+Blue) = 225+70+22=317 (41% of max value = 765). Red value is 225 (88.28% from 255 or 70.98% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 225 - color contains mainly: red. Hex color #E14616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14616 is #1EB9E9. Grayscale: #6F6F6F. Windows color (decimal): -2013674 or 1459937. OLE color: 1459937.
HSL color Cylindrical-coordinate representation of color #E14616: hue angle of 14.19º 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 #E14616 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 70 | 22 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.12 |
| HSL | 14.19º | 0.82% | 0.48% | - |
| HSV(B) | 14.19º | 0.9% | 0.88% | - |
| XYZ | 33.39 | 20.45 | 2.95 | - |
| YUV | 110.87 | 77.85 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 70 | 22 | 0 | 0.69 | 0.90 | 0.12 | 14.19 | 0.82 | 0.48 |
| Hex | E1 | 46 | 16 | 0 | 45 | 5A | C | E | 52 | 30 |
| Octal | 341 | 106 | 26 | 0 | 105 | 132 | 14 | 16 | 122 | 60 |
| Binary | 11100001 | 1000110 | 10110 | 0 | 1000101 | 1011010 | 1100 | 1110 | 1010010 | 110000 |
Color Harmonies of #E14616
Complementary color
Monochromatic Colors of #E14616
Black with #E14616
Text Example
Text Example
White with #E14616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14616; }
p { color: rgb(225,70,22); }
H1.HeaderClassName
{
color: #E14616;
}
.AnyTagClassName
{
color: #E14616;
}
</style>
background-color css
<style>
a { background-color: #E14616; }
a { background-color: rgb(225,70,22); }
div.DivClassName
{
background-color: #E14616;
}
.BgClassName
{
background-color: #E14616;
}
</style>
border-color css
<style>
span { border-color: #E14616; }
span { border-color: rgb(225,70,22); }
td.TdClassName
{
border-color: #E14616;
}
.TagClassName
{
border-color: #E14616;
}
</style>