Html Css Color HEX #E1370F Harley Davidson Orange
📋 copy color: '#E1370F'red 225 ◦ green 55 ◦ blue 15
Shades of Harley Davidson Orange #E1370F
Tints of Harley Davidson Orange #E1370F
RGB
CMYK
RGB Variations
Color information
#E1370F (or 0xE1370F) is known color: Harley Davidson Orange. HEX triplet: E1, 37 and 0F. RGB value is (225,55,15). Sum of RGB (Red+Green+Blue) = 225+55+15=295 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.27% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 225 - color contains mainly: red. Hex color #E1370F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1370F is #1EC8F0. Grayscale: #656565. Windows color (decimal): -2017521 or 997345. OLE color: 997345.
HSL color Cylindrical-coordinate representation of color #E1370F: hue angle of 11.43º 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 #E1370F is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 55 | 15 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.12 |
| HSL | 11.43º | 0.88% | 0.47% | - |
| HSV(B) | 11.43º | 0.93% | 0.88% | - |
| XYZ | 32.5 | 18.77 | 2.36 | - |
| YUV | 101.27 | 79.32 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 55 | 15 | 0 | 0.76 | 0.93 | 0.12 | 11.43 | 0.88 | 0.47 |
| Hex | E1 | 37 | F | 0 | 4C | 5D | C | B | 58 | 2F |
| Octal | 341 | 67 | 17 | 0 | 114 | 135 | 14 | 13 | 130 | 57 |
| Binary | 11100001 | 110111 | 1111 | 0 | 1001100 | 1011101 | 1100 | 1011 | 1011000 | 101111 |
Color Harmonies of #E1370F
Complementary color
Monochromatic Colors of #E1370F
Black with #E1370F
Text Example
Text Example
White with #E1370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1370F; }
p { color: rgb(225,55,15); }
H1.HeaderClassName
{
color: #E1370F;
}
.AnyTagClassName
{
color: #E1370F;
}
</style>
background-color css
<style>
a { background-color: #E1370F; }
a { background-color: rgb(225,55,15); }
div.DivClassName
{
background-color: #E1370F;
}
.BgClassName
{
background-color: #E1370F;
}
</style>
border-color css
<style>
span { border-color: #E1370F; }
span { border-color: rgb(225,55,15); }
td.TdClassName
{
border-color: #E1370F;
}
.TagClassName
{
border-color: #E1370F;
}
</style>