Html Css Color HEX #E22D16 Harley Davidson Orange
📋 copy color: '#E22D16'red 226 ◦ green 45 ◦ blue 22
Shades of Harley Davidson Orange #E22D16
Tints of Harley Davidson Orange #E22D16
RGB
CMYK
RGB Variations
Color information
#E22D16 (or 0xE22D16) is known color: Harley Davidson Orange. HEX triplet: E2, 2D and 16. RGB value is (226,45,22). Sum of RGB (Red+Green+Blue) = 226+45+22=293 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.13% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 226 - color contains mainly: red. Hex color #E22D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22D16 is #1DD2E9. Grayscale: #606060. Windows color (decimal): -1954538 or 1453538. OLE color: 1453538.
HSL color Cylindrical-coordinate representation of color #E22D16: hue angle of 6.76º 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 #E22D16 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 45 | 22 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.11 |
| HSL | 6.76º | 0.82% | 0.49% | - |
| HSV(B) | 6.76º | 0.9% | 0.89% | - |
| XYZ | 32.45 | 18.1 | 2.54 | - |
| YUV | 96.5 | 85.97 | 220.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 45 | 22 | 0 | 0.80 | 0.90 | 0.11 | 6.76 | 0.82 | 0.49 |
| Hex | E2 | 2D | 16 | 0 | 50 | 5A | B | 7 | 52 | 31 |
| Octal | 342 | 55 | 26 | 0 | 120 | 132 | 13 | 7 | 122 | 61 |
| Binary | 11100010 | 101101 | 10110 | 0 | 1010000 | 1011010 | 1011 | 111 | 1010010 | 110001 |
Color Harmonies of #E22D16
Complementary color
Monochromatic Colors of #E22D16
Black with #E22D16
Text Example
Text Example
White with #E22D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22D16; }
p { color: rgb(226,45,22); }
H1.HeaderClassName
{
color: #E22D16;
}
.AnyTagClassName
{
color: #E22D16;
}
</style>
background-color css
<style>
a { background-color: #E22D16; }
a { background-color: rgb(226,45,22); }
div.DivClassName
{
background-color: #E22D16;
}
.BgClassName
{
background-color: #E22D16;
}
</style>
border-color css
<style>
span { border-color: #E22D16; }
span { border-color: rgb(226,45,22); }
td.TdClassName
{
border-color: #E22D16;
}
.TagClassName
{
border-color: #E22D16;
}
</style>