Html Css Color HEX #E1320D Harley Davidson Orange
📋 copy color: '#E1320D'red 225 ◦ green 50 ◦ blue 13
Shades of Harley Davidson Orange #E1320D
Tints of Harley Davidson Orange #E1320D
RGB
CMYK
RGB Variations
Color information
#E1320D (or 0xE1320D) is known color: Harley Davidson Orange. HEX triplet: E1, 32 and 0D. RGB value is (225,50,13). Sum of RGB (Red+Green+Blue) = 225+50+13=288 (38% of max value = 765). Red value is 225 (88.28% from 255 or 78.12% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 225 - color contains mainly: red. Hex color #E1320D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1320D is #1ECDF2. Grayscale: #626262. Windows color (decimal): -2018803 or 864993. OLE color: 864993.
HSL color Cylindrical-coordinate representation of color #E1320D: hue angle of 10.47º 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 #E1320D is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 50 | 13 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.12 |
| HSL | 10.47º | 0.89% | 0.47% | - |
| HSV(B) | 10.47º | 0.94% | 0.88% | - |
| XYZ | 32.26 | 18.32 | 2.22 | - |
| YUV | 98.11 | 79.98 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 50 | 13 | 0 | 0.78 | 0.94 | 0.12 | 10.47 | 0.89 | 0.47 |
| Hex | E1 | 32 | D | 0 | 4E | 5E | C | A | 59 | 2F |
| Octal | 341 | 62 | 15 | 0 | 116 | 136 | 14 | 12 | 131 | 57 |
| Binary | 11100001 | 110010 | 1101 | 0 | 1001110 | 1011110 | 1100 | 1010 | 1011001 | 101111 |
Color Harmonies of #E1320D
Complementary color
Monochromatic Colors of #E1320D
Black with #E1320D
Text Example
Text Example
White with #E1320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1320D; }
p { color: rgb(225,50,13); }
H1.HeaderClassName
{
color: #E1320D;
}
.AnyTagClassName
{
color: #E1320D;
}
</style>
background-color css
<style>
a { background-color: #E1320D; }
a { background-color: rgb(225,50,13); }
div.DivClassName
{
background-color: #E1320D;
}
.BgClassName
{
background-color: #E1320D;
}
</style>
border-color css
<style>
span { border-color: #E1320D; }
span { border-color: rgb(225,50,13); }
td.TdClassName
{
border-color: #E1320D;
}
.TagClassName
{
border-color: #E1320D;
}
</style>