Html Css Color HEX #E1281E Harley Davidson Orange
📋 copy color: '#E1281E'red 225 ◦ green 40 ◦ blue 30
Shades of Harley Davidson Orange #E1281E
Tints of Harley Davidson Orange #E1281E
RGB
CMYK
RGB Variations
Color information
#E1281E (or 0xE1281E) is known color: Harley Davidson Orange. HEX triplet: E1, 28 and 1E. RGB value is (225,40,30). Sum of RGB (Red+Green+Blue) = 225+40+30=295 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.27% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 225 - color contains mainly: red. Hex color #E1281E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1281E is #1ED7E1. Grayscale: #5E5E5E. Windows color (decimal): -2021346 or 1976545. OLE color: 1976545.
HSL color Cylindrical-coordinate representation of color #E1281E: hue angle of 3.08º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E1281E is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 30 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.12 |
| HSL | 3.08º | 0.76% | 0.5% | - |
| HSV(B) | 3.08º | 0.87% | 0.88% | - |
| XYZ | 32.04 | 17.62 | 2.94 | - |
| YUV | 94.18 | 91.79 | 221.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 30 | 0 | 0.82 | 0.87 | 0.12 | 3.08 | 0.76 | 0.5 |
| Hex | E1 | 28 | 1E | 0 | 52 | 57 | C | 3 | 4C | 32 |
| Octal | 341 | 50 | 36 | 0 | 122 | 127 | 14 | 3 | 114 | 62 |
| Binary | 11100001 | 101000 | 11110 | 0 | 1010010 | 1010111 | 1100 | 11 | 1001100 | 110010 |
Color Harmonies of #E1281E
Complementary color
Monochromatic Colors of #E1281E
Black with #E1281E
Text Example
Text Example
White with #E1281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1281E; }
p { color: rgb(225,40,30); }
H1.HeaderClassName
{
color: #E1281E;
}
.AnyTagClassName
{
color: #E1281E;
}
</style>
background-color css
<style>
a { background-color: #E1281E; }
a { background-color: rgb(225,40,30); }
div.DivClassName
{
background-color: #E1281E;
}
.BgClassName
{
background-color: #E1281E;
}
</style>
border-color css
<style>
span { border-color: #E1281E; }
span { border-color: rgb(225,40,30); }
td.TdClassName
{
border-color: #E1281E;
}
.TagClassName
{
border-color: #E1281E;
}
</style>