Html Css Color HEX #E2201A Harley Davidson Orange
📋 copy color: '#E2201A'red 226 ◦ green 32 ◦ blue 26
Shades of Harley Davidson Orange #E2201A
Tints of Harley Davidson Orange #E2201A
RGB
CMYK
RGB Variations
Color information
#E2201A (or 0xE2201A) is known color: Harley Davidson Orange. HEX triplet: E2, 20 and 1A. RGB value is (226,32,26). Sum of RGB (Red+Green+Blue) = 226+32+26=284 (37% of max value = 765). Red value is 226 (88.67% from 255 or 79.58% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 226 - color contains mainly: red. Hex color #E2201A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2201A is #1DDFE5. Grayscale: #595959. Windows color (decimal): -1957862 or 1712354. OLE color: 1712354.
HSL color Cylindrical-coordinate representation of color #E2201A: hue angle of 1.8º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2201A is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 32 | 26 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.11 |
| HSL | 1.8º | 0.79% | 0.49% | - |
| HSV(B) | 1.8º | 0.88% | 0.89% | - |
| XYZ | 32.07 | 17.28 | 2.62 | - |
| YUV | 89.32 | 92.27 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 26 | 0 | 0.86 | 0.88 | 0.11 | 1.8 | 0.79 | 0.49 |
| Hex | E2 | 20 | 1A | 0 | 56 | 58 | B | 2 | 4F | 31 |
| Octal | 342 | 40 | 32 | 0 | 126 | 130 | 13 | 2 | 117 | 61 |
| Binary | 11100010 | 100000 | 11010 | 0 | 1010110 | 1011000 | 1011 | 10 | 1001111 | 110001 |
Color Harmonies of #E2201A
Complementary color
Monochromatic Colors of #E2201A
Black with #E2201A
Text Example
Text Example
White with #E2201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2201A; }
p { color: rgb(226,32,26); }
H1.HeaderClassName
{
color: #E2201A;
}
.AnyTagClassName
{
color: #E2201A;
}
</style>
background-color css
<style>
a { background-color: #E2201A; }
a { background-color: rgb(226,32,26); }
div.DivClassName
{
background-color: #E2201A;
}
.BgClassName
{
background-color: #E2201A;
}
</style>
border-color css
<style>
span { border-color: #E2201A; }
span { border-color: rgb(226,32,26); }
td.TdClassName
{
border-color: #E2201A;
}
.TagClassName
{
border-color: #E2201A;
}
</style>