Html Css Color HEX #E1360A Harley Davidson Orange
📋 copy color: '#E1360A'red 225 ◦ green 54 ◦ blue 10
Shades of Harley Davidson Orange #E1360A
Tints of Harley Davidson Orange #E1360A
RGB
CMYK
RGB Variations
Color information
#E1360A (or 0xE1360A) is known color: Harley Davidson Orange. HEX triplet: E1, 36 and 0A. RGB value is (225,54,10). Sum of RGB (Red+Green+Blue) = 225+54+10=289 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.85% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 225 - color contains mainly: red. Hex color #E1360A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1360A is #1EC9F5. Grayscale: #646464. Windows color (decimal): -2017782 or 669409. OLE color: 669409.
HSL color Cylindrical-coordinate representation of color #E1360A: hue angle of 12.28º 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 #E1360A is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 54 | 10 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.12 |
| HSL | 12.28º | 0.91% | 0.46% | - |
| HSV(B) | 12.28º | 0.96% | 0.88% | - |
| XYZ | 32.43 | 18.67 | 2.18 | - |
| YUV | 100.11 | 77.15 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 54 | 10 | 0 | 0.76 | 0.96 | 0.12 | 12.28 | 0.91 | 0.46 |
| Hex | E1 | 36 | A | 0 | 4C | 60 | C | C | 5B | 2E |
| Octal | 341 | 66 | 12 | 0 | 114 | 140 | 14 | 14 | 133 | 56 |
| Binary | 11100001 | 110110 | 1010 | 0 | 1001100 | 1100000 | 1100 | 1100 | 1011011 | 101110 |
Color Harmonies of #E1360A
Complementary color
Monochromatic Colors of #E1360A
Black with #E1360A
Text Example
Text Example
White with #E1360A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1360A; }
p { color: rgb(225,54,10); }
H1.HeaderClassName
{
color: #E1360A;
}
.AnyTagClassName
{
color: #E1360A;
}
</style>
background-color css
<style>
a { background-color: #E1360A; }
a { background-color: rgb(225,54,10); }
div.DivClassName
{
background-color: #E1360A;
}
.BgClassName
{
background-color: #E1360A;
}
</style>
border-color css
<style>
span { border-color: #E1360A; }
span { border-color: rgb(225,54,10); }
td.TdClassName
{
border-color: #E1360A;
}
.TagClassName
{
border-color: #E1360A;
}
</style>