Html Css Color HEX #E2291C Harley Davidson Orange
📋 copy color: '#E2291C'red 226 ◦ green 41 ◦ blue 28
Shades of Harley Davidson Orange #E2291C
Tints of Harley Davidson Orange #E2291C
RGB
CMYK
RGB Variations
Color information
#E2291C (or 0xE2291C) is known color: Harley Davidson Orange. HEX triplet: E2, 29 and 1C. RGB value is (226,41,28). Sum of RGB (Red+Green+Blue) = 226+41+28=295 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.61% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 226 - color contains mainly: red. Hex color #E2291C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2291C is #1DD6E3. Grayscale: #5F5F5F. Windows color (decimal): -1955556 or 1845730. OLE color: 1845730.
HSL color Cylindrical-coordinate representation of color #E2291C: hue angle of 3.94º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2291C is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 41 | 28 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.11 |
| HSL | 3.94º | 0.78% | 0.5% | - |
| HSV(B) | 3.94º | 0.88% | 0.89% | - |
| XYZ | 32.37 | 17.84 | 2.84 | - |
| YUV | 94.83 | 90.29 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 41 | 28 | 0 | 0.82 | 0.88 | 0.11 | 3.94 | 0.78 | 0.5 |
| Hex | E2 | 29 | 1C | 0 | 52 | 58 | B | 4 | 4E | 32 |
| Octal | 342 | 51 | 34 | 0 | 122 | 130 | 13 | 4 | 116 | 62 |
| Binary | 11100010 | 101001 | 11100 | 0 | 1010010 | 1011000 | 1011 | 100 | 1001110 | 110010 |
Color Harmonies of #E2291C
Complementary color
Monochromatic Colors of #E2291C
Black with #E2291C
Text Example
Text Example
White with #E2291C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2291C; }
p { color: rgb(226,41,28); }
H1.HeaderClassName
{
color: #E2291C;
}
.AnyTagClassName
{
color: #E2291C;
}
</style>
background-color css
<style>
a { background-color: #E2291C; }
a { background-color: rgb(226,41,28); }
div.DivClassName
{
background-color: #E2291C;
}
.BgClassName
{
background-color: #E2291C;
}
</style>
border-color css
<style>
span { border-color: #E2291C; }
span { border-color: rgb(226,41,28); }
td.TdClassName
{
border-color: #E2291C;
}
.TagClassName
{
border-color: #E2291C;
}
</style>