Html Css Color HEX #E21A16 Harley Davidson Orange
📋 copy color: '#E21A16'red 226 ◦ green 26 ◦ blue 22
Shades of Harley Davidson Orange #E21A16
Tints of Harley Davidson Orange #E21A16
RGB
CMYK
RGB Variations
Color information
#E21A16 (or 0xE21A16) is known color: Harley Davidson Orange. HEX triplet: E2, 1A and 16. RGB value is (226,26,22). Sum of RGB (Red+Green+Blue) = 226+26+22=274 (36% of max value = 765). Red value is 226 (88.67% from 255 or 82.48% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E21A16 is #1DE5E9. Grayscale: #555555. Windows color (decimal): -1959402 or 1448674. OLE color: 1448674.
HSL color Cylindrical-coordinate representation of color #E21A16: hue angle of 1.18º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E21A16 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 26 | 22 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.11 |
| HSL | 1.18º | 0.82% | 0.49% | - |
| HSV(B) | 1.18º | 0.9% | 0.89% | - |
| XYZ | 31.88 | 16.97 | 2.35 | - |
| YUV | 85.34 | 92.26 | 228.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 26 | 22 | 0 | 0.88 | 0.90 | 0.11 | 1.18 | 0.82 | 0.49 |
| Hex | E2 | 1A | 16 | 0 | 58 | 5A | B | 1 | 52 | 31 |
| Octal | 342 | 32 | 26 | 0 | 130 | 132 | 13 | 1 | 122 | 61 |
| Binary | 11100010 | 11010 | 10110 | 0 | 1011000 | 1011010 | 1011 | 1 | 1010010 | 110001 |
Color Harmonies of #E21A16
Complementary color
Monochromatic Colors of #E21A16
Black with #E21A16
Text Example
Text Example
White with #E21A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21A16; }
p { color: rgb(226,26,22); }
H1.HeaderClassName
{
color: #E21A16;
}
.AnyTagClassName
{
color: #E21A16;
}
</style>
background-color css
<style>
a { background-color: #E21A16; }
a { background-color: rgb(226,26,22); }
div.DivClassName
{
background-color: #E21A16;
}
.BgClassName
{
background-color: #E21A16;
}
</style>
border-color css
<style>
span { border-color: #E21A16; }
span { border-color: rgb(226,26,22); }
td.TdClassName
{
border-color: #E21A16;
}
.TagClassName
{
border-color: #E21A16;
}
</style>