Html Css Color HEX #E1310F Harley Davidson Orange
📋 copy color: '#E1310F'red 225 ◦ green 49 ◦ blue 15
Shades of Harley Davidson Orange #E1310F
Tints of Harley Davidson Orange #E1310F
RGB
CMYK
RGB Variations
Color information
#E1310F (or 0xE1310F) is known color: Harley Davidson Orange. HEX triplet: E1, 31 and 0F. RGB value is (225,49,15). Sum of RGB (Red+Green+Blue) = 225+49+15=289 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.85% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 225 - color contains mainly: red. Hex color #E1310F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1310F is #1ECEF0. Grayscale: #626262. Windows color (decimal): -2019057 or 995809. OLE color: 995809.
HSL color Cylindrical-coordinate representation of color #E1310F: hue angle of 9.71º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1310F is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 49 | 15 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.12 |
| HSL | 9.71º | 0.88% | 0.47% | - |
| HSV(B) | 9.71º | 0.93% | 0.88% | - |
| XYZ | 32.24 | 18.24 | 2.27 | - |
| YUV | 97.75 | 81.31 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 49 | 15 | 0 | 0.78 | 0.93 | 0.12 | 9.71 | 0.88 | 0.47 |
| Hex | E1 | 31 | F | 0 | 4E | 5D | C | A | 58 | 2F |
| Octal | 341 | 61 | 17 | 0 | 116 | 135 | 14 | 12 | 130 | 57 |
| Binary | 11100001 | 110001 | 1111 | 0 | 1001110 | 1011101 | 1100 | 1010 | 1011000 | 101111 |
Color Harmonies of #E1310F
Complementary color
Monochromatic Colors of #E1310F
Black with #E1310F
Text Example
Text Example
White with #E1310F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1310F; }
p { color: rgb(225,49,15); }
H1.HeaderClassName
{
color: #E1310F;
}
.AnyTagClassName
{
color: #E1310F;
}
</style>
background-color css
<style>
a { background-color: #E1310F; }
a { background-color: rgb(225,49,15); }
div.DivClassName
{
background-color: #E1310F;
}
.BgClassName
{
background-color: #E1310F;
}
</style>
border-color css
<style>
span { border-color: #E1310F; }
span { border-color: rgb(225,49,15); }
td.TdClassName
{
border-color: #E1310F;
}
.TagClassName
{
border-color: #E1310F;
}
</style>