Html Css Color HEX #E1400A Harley Davidson Orange
📋 copy color: '#E1400A'red 225 ◦ green 64 ◦ blue 10
Shades of Harley Davidson Orange #E1400A
Tints of Harley Davidson Orange #E1400A
RGB
CMYK
RGB Variations
Color information
#E1400A (or 0xE1400A) is known color: Harley Davidson Orange. HEX triplet: E1, 40 and 0A. RGB value is (225,64,10). Sum of RGB (Red+Green+Blue) = 225+64+10=299 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.25% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 225 - color contains mainly: red. Hex color #E1400A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1400A is #1EBFF5. Grayscale: #6A6A6A. Windows color (decimal): -2015222 or 671969. OLE color: 671969.
HSL color Cylindrical-coordinate representation of color #E1400A: hue angle of 15.07º 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 #E1400A is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 64 | 10 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.12 |
| HSL | 15.07º | 0.91% | 0.46% | - |
| HSV(B) | 15.07º | 0.96% | 0.88% | - |
| XYZ | 32.94 | 19.7 | 2.35 | - |
| YUV | 105.98 | 73.84 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 64 | 10 | 0 | 0.72 | 0.96 | 0.12 | 15.07 | 0.91 | 0.46 |
| Hex | E1 | 40 | A | 0 | 48 | 60 | C | F | 5B | 2E |
| Octal | 341 | 100 | 12 | 0 | 110 | 140 | 14 | 17 | 133 | 56 |
| Binary | 11100001 | 1000000 | 1010 | 0 | 1001000 | 1100000 | 1100 | 1111 | 1011011 | 101110 |
Color Harmonies of #E1400A
Complementary color
Monochromatic Colors of #E1400A
Black with #E1400A
Text Example
Text Example
White with #E1400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1400A; }
p { color: rgb(225,64,10); }
H1.HeaderClassName
{
color: #E1400A;
}
.AnyTagClassName
{
color: #E1400A;
}
</style>
background-color css
<style>
a { background-color: #E1400A; }
a { background-color: rgb(225,64,10); }
div.DivClassName
{
background-color: #E1400A;
}
.BgClassName
{
background-color: #E1400A;
}
</style>
border-color css
<style>
span { border-color: #E1400A; }
span { border-color: rgb(225,64,10); }
td.TdClassName
{
border-color: #E1400A;
}
.TagClassName
{
border-color: #E1400A;
}
</style>