Html Css Color HEX #E14217 Harley Davidson Orange
📋 copy color: '#E14217'red 225 ◦ green 66 ◦ blue 23
Shades of Harley Davidson Orange #E14217
Tints of Harley Davidson Orange #E14217
RGB
CMYK
RGB Variations
Color information
#E14217 (or 0xE14217) is known color: Harley Davidson Orange. HEX triplet: E1, 42 and 17. RGB value is (225,66,23). Sum of RGB (Red+Green+Blue) = 225+66+23=314 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.66% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 225 - color contains mainly: red. Hex color #E14217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14217 is #1EBDE8. Grayscale: #6C6C6C. Windows color (decimal): -2014697 or 1524449. OLE color: 1524449.
HSL color Cylindrical-coordinate representation of color #E14217: hue angle of 12.77º 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 #E14217 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 66 | 23 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.12 |
| HSL | 12.77º | 0.81% | 0.49% | - |
| HSV(B) | 12.77º | 0.9% | 0.88% | - |
| XYZ | 33.15 | 19.97 | 2.92 | - |
| YUV | 108.64 | 79.68 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 66 | 23 | 0 | 0.71 | 0.90 | 0.12 | 12.77 | 0.81 | 0.49 |
| Hex | E1 | 42 | 17 | 0 | 47 | 5A | C | D | 51 | 31 |
| Octal | 341 | 102 | 27 | 0 | 107 | 132 | 14 | 15 | 121 | 61 |
| Binary | 11100001 | 1000010 | 10111 | 0 | 1000111 | 1011010 | 1100 | 1101 | 1010001 | 110001 |
Color Harmonies of #E14217
Complementary color
Monochromatic Colors of #E14217
Black with #E14217
Text Example
Text Example
White with #E14217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14217; }
p { color: rgb(225,66,23); }
H1.HeaderClassName
{
color: #E14217;
}
.AnyTagClassName
{
color: #E14217;
}
</style>
background-color css
<style>
a { background-color: #E14217; }
a { background-color: rgb(225,66,23); }
div.DivClassName
{
background-color: #E14217;
}
.BgClassName
{
background-color: #E14217;
}
</style>
border-color css
<style>
span { border-color: #E14217; }
span { border-color: rgb(225,66,23); }
td.TdClassName
{
border-color: #E14217;
}
.TagClassName
{
border-color: #E14217;
}
</style>