Html Css Color HEX #E1291E Harley Davidson Orange
📋 copy color: '#E1291E'red 225 ◦ green 41 ◦ blue 30
Shades of Harley Davidson Orange #E1291E
Tints of Harley Davidson Orange #E1291E
RGB
CMYK
RGB Variations
Color information
#E1291E (or 0xE1291E) is known color: Harley Davidson Orange. HEX triplet: E1, 29 and 1E. RGB value is (225,41,30). Sum of RGB (Red+Green+Blue) = 225+41+30=296 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.01% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 30 (12.11% from 255 or 10.14% from 296); Max value from RGB is 225 - color contains mainly: red. Hex color #E1291E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1291E is #1ED6E1. Grayscale: #5E5E5E. Windows color (decimal): -2021090 or 1976801. OLE color: 1976801.
HSL color Cylindrical-coordinate representation of color #E1291E: hue angle of 3.38º 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 #E1291E is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 41 | 30 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.12 |
| HSL | 3.38º | 0.76% | 0.5% | - |
| HSV(B) | 3.38º | 0.87% | 0.88% | - |
| XYZ | 32.08 | 17.69 | 2.95 | - |
| YUV | 94.76 | 91.46 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 30 | 0 | 0.82 | 0.87 | 0.12 | 3.38 | 0.76 | 0.5 |
| Hex | E1 | 29 | 1E | 0 | 52 | 57 | C | 3 | 4C | 32 |
| Octal | 341 | 51 | 36 | 0 | 122 | 127 | 14 | 3 | 114 | 62 |
| Binary | 11100001 | 101001 | 11110 | 0 | 1010010 | 1010111 | 1100 | 11 | 1001100 | 110010 |
Color Harmonies of #E1291E
Complementary color
Monochromatic Colors of #E1291E
Black with #E1291E
Text Example
Text Example
White with #E1291E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1291E; }
p { color: rgb(225,41,30); }
H1.HeaderClassName
{
color: #E1291E;
}
.AnyTagClassName
{
color: #E1291E;
}
</style>
background-color css
<style>
a { background-color: #E1291E; }
a { background-color: rgb(225,41,30); }
div.DivClassName
{
background-color: #E1291E;
}
.BgClassName
{
background-color: #E1291E;
}
</style>
border-color css
<style>
span { border-color: #E1291E; }
span { border-color: rgb(225,41,30); }
td.TdClassName
{
border-color: #E1291E;
}
.TagClassName
{
border-color: #E1291E;
}
</style>