Html Css Color HEX #E1410E Harley Davidson Orange
📋 copy color: '#E1410E'red 225 ◦ green 65 ◦ blue 14
Shades of Harley Davidson Orange #E1410E
Tints of Harley Davidson Orange #E1410E
RGB
CMYK
RGB Variations
Color information
#E1410E (or 0xE1410E) is known color: Harley Davidson Orange. HEX triplet: E1, 41 and 0E. RGB value is (225,65,14). Sum of RGB (Red+Green+Blue) = 225+65+14=304 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.01% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 14 (5.86% from 255 or 4.61% from 304); Max value from RGB is 225 - color contains mainly: red. Hex color #E1410E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1410E is #1EBEF1. Grayscale: #6B6B6B. Windows color (decimal): -2014962 or 934369. OLE color: 934369.
HSL color Cylindrical-coordinate representation of color #E1410E: hue angle of 14.5º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E1410E is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 65 | 14 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.12 |
| HSL | 14.5º | 0.88% | 0.47% | - |
| HSV(B) | 14.5º | 0.94% | 0.88% | - |
| XYZ | 33.02 | 19.82 | 2.5 | - |
| YUV | 107.03 | 75.51 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 65 | 14 | 0 | 0.71 | 0.94 | 0.12 | 14.5 | 0.88 | 0.47 |
| Hex | E1 | 41 | E | 0 | 47 | 5E | C | F | 58 | 2F |
| Octal | 341 | 101 | 16 | 0 | 107 | 136 | 14 | 17 | 130 | 57 |
| Binary | 11100001 | 1000001 | 1110 | 0 | 1000111 | 1011110 | 1100 | 1111 | 1011000 | 101111 |
Color Harmonies of #E1410E
Complementary color
Monochromatic Colors of #E1410E
Black with #E1410E
Text Example
Text Example
White with #E1410E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1410E; }
p { color: rgb(225,65,14); }
H1.HeaderClassName
{
color: #E1410E;
}
.AnyTagClassName
{
color: #E1410E;
}
</style>
background-color css
<style>
a { background-color: #E1410E; }
a { background-color: rgb(225,65,14); }
div.DivClassName
{
background-color: #E1410E;
}
.BgClassName
{
background-color: #E1410E;
}
</style>
border-color css
<style>
span { border-color: #E1410E; }
span { border-color: rgb(225,65,14); }
td.TdClassName
{
border-color: #E1410E;
}
.TagClassName
{
border-color: #E1410E;
}
</style>