Html Css Color HEX #E1390E Harley Davidson Orange
📋 copy color: '#E1390E'red 225 ◦ green 57 ◦ blue 14
Shades of Harley Davidson Orange #E1390E
Tints of Harley Davidson Orange #E1390E
RGB
CMYK
RGB Variations
Color information
#E1390E (or 0xE1390E) is known color: Harley Davidson Orange. HEX triplet: E1, 39 and 0E. RGB value is (225,57,14). Sum of RGB (Red+Green+Blue) = 225+57+14=296 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.01% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 14 (5.86% from 255 or 4.73% from 296); Max value from RGB is 225 - color contains mainly: red. Hex color #E1390E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1390E is #1EC6F1. Grayscale: #666666. Windows color (decimal): -2017010 or 932321. OLE color: 932321.
HSL color Cylindrical-coordinate representation of color #E1390E: hue angle of 12.23º 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 #E1390E is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 57 | 14 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.12 |
| HSL | 12.23º | 0.88% | 0.47% | - |
| HSV(B) | 12.23º | 0.94% | 0.88% | - |
| XYZ | 32.59 | 18.97 | 2.36 | - |
| YUV | 102.33 | 78.16 | 215.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 57 | 14 | 0 | 0.75 | 0.94 | 0.12 | 12.23 | 0.88 | 0.47 |
| Hex | E1 | 39 | E | 0 | 4B | 5E | C | C | 58 | 2F |
| Octal | 341 | 71 | 16 | 0 | 113 | 136 | 14 | 14 | 130 | 57 |
| Binary | 11100001 | 111001 | 1110 | 0 | 1001011 | 1011110 | 1100 | 1100 | 1011000 | 101111 |
Color Harmonies of #E1390E
Complementary color
Monochromatic Colors of #E1390E
Black with #E1390E
Text Example
Text Example
White with #E1390E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1390E; }
p { color: rgb(225,57,14); }
H1.HeaderClassName
{
color: #E1390E;
}
.AnyTagClassName
{
color: #E1390E;
}
</style>
background-color css
<style>
a { background-color: #E1390E; }
a { background-color: rgb(225,57,14); }
div.DivClassName
{
background-color: #E1390E;
}
.BgClassName
{
background-color: #E1390E;
}
</style>
border-color css
<style>
span { border-color: #E1390E; }
span { border-color: rgb(225,57,14); }
td.TdClassName
{
border-color: #E1390E;
}
.TagClassName
{
border-color: #E1390E;
}
</style>