Html Css Color HEX #E14617 Harley Davidson Orange
📋 copy color: '#E14617'red 225 ◦ green 70 ◦ blue 23
Shades of Harley Davidson Orange #E14617
Tints of Harley Davidson Orange #E14617
RGB
CMYK
RGB Variations
Color information
#E14617 (or 0xE14617) is known color: Harley Davidson Orange. HEX triplet: E1, 46 and 17. RGB value is (225,70,23). Sum of RGB (Red+Green+Blue) = 225+70+23=318 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.75% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 23 (9.38% from 255 or 7.23% from 318); Max value from RGB is 225 - color contains mainly: red. Hex color #E14617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14617 is #1EB9E8. Grayscale: #6F6F6F. Windows color (decimal): -2013673 or 1525473. OLE color: 1525473.
HSL color Cylindrical-coordinate representation of color #E14617: hue angle of 13.96º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E14617 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 70 | 23 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.12 |
| HSL | 13.96º | 0.81% | 0.49% | - |
| HSV(B) | 13.96º | 0.9% | 0.88% | - |
| XYZ | 33.4 | 20.45 | 3 | - |
| YUV | 110.99 | 78.35 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 70 | 23 | 0 | 0.69 | 0.90 | 0.12 | 13.96 | 0.81 | 0.49 |
| Hex | E1 | 46 | 17 | 0 | 45 | 5A | C | E | 51 | 31 |
| Octal | 341 | 106 | 27 | 0 | 105 | 132 | 14 | 16 | 121 | 61 |
| Binary | 11100001 | 1000110 | 10111 | 0 | 1000101 | 1011010 | 1100 | 1110 | 1010001 | 110001 |
Color Harmonies of #E14617
Complementary color
Monochromatic Colors of #E14617
Black with #E14617
Text Example
Text Example
White with #E14617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14617; }
p { color: rgb(225,70,23); }
H1.HeaderClassName
{
color: #E14617;
}
.AnyTagClassName
{
color: #E14617;
}
</style>
background-color css
<style>
a { background-color: #E14617; }
a { background-color: rgb(225,70,23); }
div.DivClassName
{
background-color: #E14617;
}
.BgClassName
{
background-color: #E14617;
}
</style>
border-color css
<style>
span { border-color: #E14617; }
span { border-color: rgb(225,70,23); }
td.TdClassName
{
border-color: #E14617;
}
.TagClassName
{
border-color: #E14617;
}
</style>