Html Css Color HEX #E1370A Harley Davidson Orange
📋 copy color: '#E1370A'red 225 ◦ green 55 ◦ blue 10
Shades of Harley Davidson Orange #E1370A
Tints of Harley Davidson Orange #E1370A
RGB
CMYK
RGB Variations
Color information
#E1370A (or 0xE1370A) is known color: Harley Davidson Orange. HEX triplet: E1, 37 and 0A. RGB value is (225,55,10). Sum of RGB (Red+Green+Blue) = 225+55+10=290 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.59% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 10 (4.30% from 255 or 3.45% from 290); Max value from RGB is 225 - color contains mainly: red. Hex color #E1370A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1370A is #1EC8F5. Grayscale: #656565. Windows color (decimal): -2017526 or 669665. OLE color: 669665.
HSL color Cylindrical-coordinate representation of color #E1370A: hue angle of 12.56º 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 #E1370A is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 55 | 10 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.12 |
| HSL | 12.56º | 0.91% | 0.46% | - |
| HSV(B) | 12.56º | 0.96% | 0.88% | - |
| XYZ | 32.47 | 18.76 | 2.2 | - |
| YUV | 100.7 | 76.82 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 55 | 10 | 0 | 0.76 | 0.96 | 0.12 | 12.56 | 0.91 | 0.46 |
| Hex | E1 | 37 | A | 0 | 4C | 60 | C | D | 5B | 2E |
| Octal | 341 | 67 | 12 | 0 | 114 | 140 | 14 | 15 | 133 | 56 |
| Binary | 11100001 | 110111 | 1010 | 0 | 1001100 | 1100000 | 1100 | 1101 | 1011011 | 101110 |
Color Harmonies of #E1370A
Complementary color
Monochromatic Colors of #E1370A
Black with #E1370A
Text Example
Text Example
White with #E1370A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1370A; }
p { color: rgb(225,55,10); }
H1.HeaderClassName
{
color: #E1370A;
}
.AnyTagClassName
{
color: #E1370A;
}
</style>
background-color css
<style>
a { background-color: #E1370A; }
a { background-color: rgb(225,55,10); }
div.DivClassName
{
background-color: #E1370A;
}
.BgClassName
{
background-color: #E1370A;
}
</style>
border-color css
<style>
span { border-color: #E1370A; }
span { border-color: rgb(225,55,10); }
td.TdClassName
{
border-color: #E1370A;
}
.TagClassName
{
border-color: #E1370A;
}
</style>