Html Css Color HEX #E22B16 Harley Davidson Orange
📋 copy color: '#E22B16'red 226 ◦ green 43 ◦ blue 22
Shades of Harley Davidson Orange #E22B16
Tints of Harley Davidson Orange #E22B16
RGB
CMYK
RGB Variations
Color information
#E22B16 (or 0xE22B16) is known color: Harley Davidson Orange. HEX triplet: E2, 2B and 16. RGB value is (226,43,22). Sum of RGB (Red+Green+Blue) = 226+43+22=291 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.66% from 291); Green value is 43 (17.19% from 255 or 14.78% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 226 - color contains mainly: red. Hex color #E22B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22B16 is #1DD4E9. Grayscale: #5F5F5F. Windows color (decimal): -1955050 or 1453026. OLE color: 1453026.
HSL color Cylindrical-coordinate representation of color #E22B16: hue angle of 6.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 #E22B16 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 43 | 22 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.11 |
| HSL | 6.18º | 0.82% | 0.49% | - |
| HSV(B) | 6.18º | 0.9% | 0.89% | - |
| XYZ | 32.37 | 17.95 | 2.52 | - |
| YUV | 95.32 | 86.63 | 221.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 43 | 22 | 0 | 0.81 | 0.90 | 0.11 | 6.18 | 0.82 | 0.49 |
| Hex | E2 | 2B | 16 | 0 | 51 | 5A | B | 6 | 52 | 31 |
| Octal | 342 | 53 | 26 | 0 | 121 | 132 | 13 | 6 | 122 | 61 |
| Binary | 11100010 | 101011 | 10110 | 0 | 1010001 | 1011010 | 1011 | 110 | 1010010 | 110001 |
Color Harmonies of #E22B16
Complementary color
Monochromatic Colors of #E22B16
Black with #E22B16
Text Example
Text Example
White with #E22B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22B16; }
p { color: rgb(226,43,22); }
H1.HeaderClassName
{
color: #E22B16;
}
.AnyTagClassName
{
color: #E22B16;
}
</style>
background-color css
<style>
a { background-color: #E22B16; }
a { background-color: rgb(226,43,22); }
div.DivClassName
{
background-color: #E22B16;
}
.BgClassName
{
background-color: #E22B16;
}
</style>
border-color css
<style>
span { border-color: #E22B16; }
span { border-color: rgb(226,43,22); }
td.TdClassName
{
border-color: #E22B16;
}
.TagClassName
{
border-color: #E22B16;
}
</style>