Html Css Color HEX #E22316 Harley Davidson Orange
📋 copy color: '#E22316'red 226 ◦ green 35 ◦ blue 22
Shades of Harley Davidson Orange #E22316
Tints of Harley Davidson Orange #E22316
RGB
CMYK
RGB Variations
Color information
#E22316 (or 0xE22316) is known color: Harley Davidson Orange. HEX triplet: E2, 23 and 16. RGB value is (226,35,22). Sum of RGB (Red+Green+Blue) = 226+35+22=283 (37% of max value = 765). Red value is 226 (88.67% from 255 or 79.86% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 226 - color contains mainly: red. Hex color #E22316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22316 is #1DDCE9. Grayscale: #5A5A5A. Windows color (decimal): -1957098 or 1450978. OLE color: 1450978.
HSL color Cylindrical-coordinate representation of color #E22316: hue angle of 3.82º 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 #E22316 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 35 | 22 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.11 |
| HSL | 3.82º | 0.82% | 0.49% | - |
| HSV(B) | 3.82º | 0.9% | 0.89% | - |
| XYZ | 32.11 | 17.43 | 2.43 | - |
| YUV | 90.63 | 89.28 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 35 | 22 | 0 | 0.85 | 0.90 | 0.11 | 3.82 | 0.82 | 0.49 |
| Hex | E2 | 23 | 16 | 0 | 55 | 5A | B | 4 | 52 | 31 |
| Octal | 342 | 43 | 26 | 0 | 125 | 132 | 13 | 4 | 122 | 61 |
| Binary | 11100010 | 100011 | 10110 | 0 | 1010101 | 1011010 | 1011 | 100 | 1010010 | 110001 |
Color Harmonies of #E22316
Complementary color
Monochromatic Colors of #E22316
Black with #E22316
Text Example
Text Example
White with #E22316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22316; }
p { color: rgb(226,35,22); }
H1.HeaderClassName
{
color: #E22316;
}
.AnyTagClassName
{
color: #E22316;
}
</style>
background-color css
<style>
a { background-color: #E22316; }
a { background-color: rgb(226,35,22); }
div.DivClassName
{
background-color: #E22316;
}
.BgClassName
{
background-color: #E22316;
}
</style>
border-color css
<style>
span { border-color: #E22316; }
span { border-color: rgb(226,35,22); }
td.TdClassName
{
border-color: #E22316;
}
.TagClassName
{
border-color: #E22316;
}
</style>