Html Css Color HEX #E3211A Harley Davidson Orange
📋 copy color: '#E3211A'red 227 ◦ green 33 ◦ blue 26
Shades of Harley Davidson Orange #E3211A
Tints of Harley Davidson Orange #E3211A
RGB
CMYK
RGB Variations
Color information
#E3211A (or 0xE3211A) is known color: Harley Davidson Orange. HEX triplet: E3, 21 and 1A. RGB value is (227,33,26). Sum of RGB (Red+Green+Blue) = 227+33+26=286 (37% of max value = 765). Red value is 227 (89.06% from 255 or 79.37% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 227 - color contains mainly: red. Hex color #E3211A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3211A is #1CDEE5. Grayscale: #5A5A5A. Windows color (decimal): -1892070 or 1712611. OLE color: 1712611.
HSL color Cylindrical-coordinate representation of color #E3211A: hue angle of 2.09º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E3211A is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 33 | 26 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.11 |
| HSL | 2.09º | 0.79% | 0.5% | - |
| HSV(B) | 2.09º | 0.89% | 0.89% | - |
| XYZ | 32.41 | 17.49 | 2.65 | - |
| YUV | 90.21 | 91.77 | 225.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 33 | 26 | 0 | 0.85 | 0.89 | 0.11 | 2.09 | 0.79 | 0.5 |
| Hex | E3 | 21 | 1A | 0 | 55 | 59 | B | 2 | 4F | 32 |
| Octal | 343 | 41 | 32 | 0 | 125 | 131 | 13 | 2 | 117 | 62 |
| Binary | 11100011 | 100001 | 11010 | 0 | 1010101 | 1011001 | 1011 | 10 | 1001111 | 110010 |
Color Harmonies of #E3211A
Complementary color
Monochromatic Colors of #E3211A
Black with #E3211A
Text Example
Text Example
White with #E3211A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3211A; }
p { color: rgb(227,33,26); }
H1.HeaderClassName
{
color: #E3211A;
}
.AnyTagClassName
{
color: #E3211A;
}
</style>
background-color css
<style>
a { background-color: #E3211A; }
a { background-color: rgb(227,33,26); }
div.DivClassName
{
background-color: #E3211A;
}
.BgClassName
{
background-color: #E3211A;
}
</style>
border-color css
<style>
span { border-color: #E3211A; }
span { border-color: rgb(227,33,26); }
td.TdClassName
{
border-color: #E3211A;
}
.TagClassName
{
border-color: #E3211A;
}
</style>