Html Css Color HEX #E22C05 Harley Davidson Orange
📋 copy color: '#E22C05'red 226 ◦ green 44 ◦ blue 5
Shades of Harley Davidson Orange #E22C05
Tints of Harley Davidson Orange #E22C05
RGB
CMYK
RGB Variations
Color information
#E22C05 (or 0xE22C05) is known color: Harley Davidson Orange. HEX triplet: E2, 2C and 05. RGB value is (226,44,5). Sum of RGB (Red+Green+Blue) = 226+44+5=275 (36% of max value = 765). Red value is 226 (88.67% from 255 or 82.18% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 5 (2.34% from 255 or 1.82% from 275); Max value from RGB is 226 - color contains mainly: red. Hex color #E22C05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22C05 is #1DD3FA. Grayscale: #5E5E5E. Windows color (decimal): -1954811 or 339170. OLE color: 339170.
HSL color Cylindrical-coordinate representation of color #E22C05: hue angle of 10.59º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E22C05 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 44 | 5 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.11 |
| HSL | 10.59º | 0.96% | 0.45% | - |
| HSV(B) | 10.59º | 0.98% | 0.89% | - |
| XYZ | 32.29 | 17.98 | 1.91 | - |
| YUV | 93.97 | 77.8 | 222.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 44 | 5 | 0 | 0.81 | 0.98 | 0.11 | 10.59 | 0.96 | 0.45 |
| Hex | E2 | 2C | 5 | 0 | 51 | 62 | B | B | 60 | 2D |
| Octal | 342 | 54 | 5 | 0 | 121 | 142 | 13 | 13 | 140 | 55 |
| Binary | 11100010 | 101100 | 101 | 0 | 1010001 | 1100010 | 1011 | 1011 | 1100000 | 101101 |
Color Harmonies of #E22C05
Complementary color
Monochromatic Colors of #E22C05
Black with #E22C05
Text Example
Text Example
White with #E22C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22C05; }
p { color: rgb(226,44,5); }
H1.HeaderClassName
{
color: #E22C05;
}
.AnyTagClassName
{
color: #E22C05;
}
</style>
background-color css
<style>
a { background-color: #E22C05; }
a { background-color: rgb(226,44,5); }
div.DivClassName
{
background-color: #E22C05;
}
.BgClassName
{
background-color: #E22C05;
}
</style>
border-color css
<style>
span { border-color: #E22C05; }
span { border-color: rgb(226,44,5); }
td.TdClassName
{
border-color: #E22C05;
}
.TagClassName
{
border-color: #E22C05;
}
</style>