Html Css Color HEX #E1390A Harley Davidson Orange
📋 copy color: '#E1390A'red 225 ◦ green 57 ◦ blue 10
Shades of Harley Davidson Orange #E1390A
Tints of Harley Davidson Orange #E1390A
RGB
CMYK
RGB Variations
Color information
#E1390A (or 0xE1390A) is known color: Harley Davidson Orange. HEX triplet: E1, 39 and 0A. RGB value is (225,57,10). Sum of RGB (Red+Green+Blue) = 225+57+10=292 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.05% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 10 (4.30% from 255 or 3.42% from 292); Max value from RGB is 225 - color contains mainly: red. Hex color #E1390A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1390A is #1EC6F5. Grayscale: #666666. Windows color (decimal): -2017014 or 670177. OLE color: 670177.
HSL color Cylindrical-coordinate representation of color #E1390A: hue angle of 13.12º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1390A is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 57 | 10 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.12 |
| HSL | 13.12º | 0.91% | 0.46% | - |
| HSV(B) | 13.12º | 0.96% | 0.88% | - |
| XYZ | 32.57 | 18.96 | 2.23 | - |
| YUV | 101.87 | 76.16 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 57 | 10 | 0 | 0.75 | 0.96 | 0.12 | 13.12 | 0.91 | 0.46 |
| Hex | E1 | 39 | A | 0 | 4B | 60 | C | D | 5B | 2E |
| Octal | 341 | 71 | 12 | 0 | 113 | 140 | 14 | 15 | 133 | 56 |
| Binary | 11100001 | 111001 | 1010 | 0 | 1001011 | 1100000 | 1100 | 1101 | 1011011 | 101110 |
Color Harmonies of #E1390A
Complementary color
Monochromatic Colors of #E1390A
Black with #E1390A
Text Example
Text Example
White with #E1390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1390A; }
p { color: rgb(225,57,10); }
H1.HeaderClassName
{
color: #E1390A;
}
.AnyTagClassName
{
color: #E1390A;
}
</style>
background-color css
<style>
a { background-color: #E1390A; }
a { background-color: rgb(225,57,10); }
div.DivClassName
{
background-color: #E1390A;
}
.BgClassName
{
background-color: #E1390A;
}
</style>
border-color css
<style>
span { border-color: #E1390A; }
span { border-color: rgb(225,57,10); }
td.TdClassName
{
border-color: #E1390A;
}
.TagClassName
{
border-color: #E1390A;
}
</style>