Html Css Color HEX #E1320E Harley Davidson Orange
📋 copy color: '#E1320E'red 225 ◦ green 50 ◦ blue 14
Shades of Harley Davidson Orange #E1320E
Tints of Harley Davidson Orange #E1320E
RGB
CMYK
RGB Variations
Color information
#E1320E (or 0xE1320E) is known color: Harley Davidson Orange. HEX triplet: E1, 32 and 0E. RGB value is (225,50,14). Sum of RGB (Red+Green+Blue) = 225+50+14=289 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.85% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 225 - color contains mainly: red. Hex color #E1320E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1320E is #1ECDF1. Grayscale: #626262. Windows color (decimal): -2018802 or 930529. OLE color: 930529.
HSL color Cylindrical-coordinate representation of color #E1320E: hue angle of 10.24º 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 #E1320E is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 50 | 14 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.12 |
| HSL | 10.24º | 0.88% | 0.47% | - |
| HSV(B) | 10.24º | 0.94% | 0.88% | - |
| XYZ | 32.27 | 18.32 | 2.25 | - |
| YUV | 98.22 | 80.48 | 218.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 50 | 14 | 0 | 0.78 | 0.94 | 0.12 | 10.24 | 0.88 | 0.47 |
| Hex | E1 | 32 | E | 0 | 4E | 5E | C | A | 58 | 2F |
| Octal | 341 | 62 | 16 | 0 | 116 | 136 | 14 | 12 | 130 | 57 |
| Binary | 11100001 | 110010 | 1110 | 0 | 1001110 | 1011110 | 1100 | 1010 | 1011000 | 101111 |
Color Harmonies of #E1320E
Complementary color
Monochromatic Colors of #E1320E
Black with #E1320E
Text Example
Text Example
White with #E1320E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1320E; }
p { color: rgb(225,50,14); }
H1.HeaderClassName
{
color: #E1320E;
}
.AnyTagClassName
{
color: #E1320E;
}
</style>
background-color css
<style>
a { background-color: #E1320E; }
a { background-color: rgb(225,50,14); }
div.DivClassName
{
background-color: #E1320E;
}
.BgClassName
{
background-color: #E1320E;
}
</style>
border-color css
<style>
span { border-color: #E1320E; }
span { border-color: rgb(225,50,14); }
td.TdClassName
{
border-color: #E1320E;
}
.TagClassName
{
border-color: #E1320E;
}
</style>