Html Css Color HEX #E0211A Harley Davidson Orange
📋 copy color: '#E0211A'red 224 ◦ green 33 ◦ blue 26
Shades of Harley Davidson Orange #E0211A
Tints of Harley Davidson Orange #E0211A
RGB
CMYK
RGB Variations
Color information
#E0211A (or 0xE0211A) is known color: Harley Davidson Orange. HEX triplet: E0, 21 and 1A. RGB value is (224,33,26). Sum of RGB (Red+Green+Blue) = 224+33+26=283 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.15% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 224 - color contains mainly: red. Hex color #E0211A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0211A is #1FDEE5. Grayscale: #595959. Windows color (decimal): -2088678 or 1712608. OLE color: 1712608.
HSL color Cylindrical-coordinate representation of color #E0211A: hue angle of 2.12º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E0211A is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 26 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.12 |
| HSL | 2.12º | 0.79% | 0.49% | - |
| HSV(B) | 2.12º | 0.88% | 0.88% | - |
| XYZ | 31.47 | 17.01 | 2.6 | - |
| YUV | 89.31 | 92.28 | 224.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 26 | 0 | 0.85 | 0.88 | 0.12 | 2.12 | 0.79 | 0.49 |
| Hex | E0 | 21 | 1A | 0 | 55 | 58 | C | 2 | 4F | 31 |
| Octal | 340 | 41 | 32 | 0 | 125 | 130 | 14 | 2 | 117 | 61 |
| Binary | 11100000 | 100001 | 11010 | 0 | 1010101 | 1011000 | 1100 | 10 | 1001111 | 110001 |
Color Harmonies of #E0211A
Complementary color
Monochromatic Colors of #E0211A
Black with #E0211A
Text Example
Text Example
White with #E0211A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0211A; }
p { color: rgb(224,33,26); }
H1.HeaderClassName
{
color: #E0211A;
}
.AnyTagClassName
{
color: #E0211A;
}
</style>
background-color css
<style>
a { background-color: #E0211A; }
a { background-color: rgb(224,33,26); }
div.DivClassName
{
background-color: #E0211A;
}
.BgClassName
{
background-color: #E0211A;
}
</style>
border-color css
<style>
span { border-color: #E0211A; }
span { border-color: rgb(224,33,26); }
td.TdClassName
{
border-color: #E0211A;
}
.TagClassName
{
border-color: #E0211A;
}
</style>