Html Css Color HEX #E1400D Harley Davidson Orange
📋 copy color: '#E1400D'red 225 ◦ green 64 ◦ blue 13
Shades of Harley Davidson Orange #E1400D
Tints of Harley Davidson Orange #E1400D
RGB
CMYK
RGB Variations
Color information
#E1400D (or 0xE1400D) is known color: Harley Davidson Orange. HEX triplet: E1, 40 and 0D. RGB value is (225,64,13). Sum of RGB (Red+Green+Blue) = 225+64+13=302 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.50% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 225 - color contains mainly: red. Hex color #E1400D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1400D is #1EBFF2. Grayscale: #6A6A6A. Windows color (decimal): -2015219 or 868577. OLE color: 868577.
HSL color Cylindrical-coordinate representation of color #E1400D: hue angle of 14.43º degrees, saturation: 0.89, 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 #E1400D is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 64 | 13 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.12 |
| HSL | 14.43º | 0.89% | 0.47% | - |
| HSV(B) | 14.43º | 0.94% | 0.88% | - |
| XYZ | 32.96 | 19.7 | 2.45 | - |
| YUV | 106.33 | 75.34 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 64 | 13 | 0 | 0.72 | 0.94 | 0.12 | 14.43 | 0.89 | 0.47 |
| Hex | E1 | 40 | D | 0 | 48 | 5E | C | E | 59 | 2F |
| Octal | 341 | 100 | 15 | 0 | 110 | 136 | 14 | 16 | 131 | 57 |
| Binary | 11100001 | 1000000 | 1101 | 0 | 1001000 | 1011110 | 1100 | 1110 | 1011001 | 101111 |
Color Harmonies of #E1400D
Complementary color
Monochromatic Colors of #E1400D
Black with #E1400D
Text Example
Text Example
White with #E1400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1400D; }
p { color: rgb(225,64,13); }
H1.HeaderClassName
{
color: #E1400D;
}
.AnyTagClassName
{
color: #E1400D;
}
</style>
background-color css
<style>
a { background-color: #E1400D; }
a { background-color: rgb(225,64,13); }
div.DivClassName
{
background-color: #E1400D;
}
.BgClassName
{
background-color: #E1400D;
}
</style>
border-color css
<style>
span { border-color: #E1400D; }
span { border-color: rgb(225,64,13); }
td.TdClassName
{
border-color: #E1400D;
}
.TagClassName
{
border-color: #E1400D;
}
</style>