Html Css Color HEX #E1291C Harley Davidson Orange
📋 copy color: '#E1291C'red 225 ◦ green 41 ◦ blue 28
Shades of Harley Davidson Orange #E1291C
Tints of Harley Davidson Orange #E1291C
RGB
CMYK
RGB Variations
Color information
#E1291C (or 0xE1291C) is known color: Harley Davidson Orange. HEX triplet: E1, 29 and 1C. RGB value is (225,41,28). Sum of RGB (Red+Green+Blue) = 225+41+28=294 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.53% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 225 - color contains mainly: red. Hex color #E1291C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1291C is #1ED6E3. Grayscale: #5E5E5E. Windows color (decimal): -2021092 or 1845729. OLE color: 1845729.
HSL color Cylindrical-coordinate representation of color #E1291C: hue angle of 3.96º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1291C is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 41 | 28 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.12 |
| HSL | 3.96º | 0.78% | 0.5% | - |
| HSV(B) | 3.96º | 0.88% | 0.88% | - |
| XYZ | 32.05 | 17.68 | 2.82 | - |
| YUV | 94.53 | 90.46 | 221.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 28 | 0 | 0.82 | 0.88 | 0.12 | 3.96 | 0.78 | 0.5 |
| Hex | E1 | 29 | 1C | 0 | 52 | 58 | C | 4 | 4E | 32 |
| Octal | 341 | 51 | 34 | 0 | 122 | 130 | 14 | 4 | 116 | 62 |
| Binary | 11100001 | 101001 | 11100 | 0 | 1010010 | 1011000 | 1100 | 100 | 1001110 | 110010 |
Color Harmonies of #E1291C
Complementary color
Monochromatic Colors of #E1291C
Black with #E1291C
Text Example
Text Example
White with #E1291C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1291C; }
p { color: rgb(225,41,28); }
H1.HeaderClassName
{
color: #E1291C;
}
.AnyTagClassName
{
color: #E1291C;
}
</style>
background-color css
<style>
a { background-color: #E1291C; }
a { background-color: rgb(225,41,28); }
div.DivClassName
{
background-color: #E1291C;
}
.BgClassName
{
background-color: #E1291C;
}
</style>
border-color css
<style>
span { border-color: #E1291C; }
span { border-color: rgb(225,41,28); }
td.TdClassName
{
border-color: #E1291C;
}
.TagClassName
{
border-color: #E1291C;
}
</style>