Html Css Color HEX #E22D08 Harley Davidson Orange
📋 copy color: '#E22D08'red 226 ◦ green 45 ◦ blue 8
Shades of Harley Davidson Orange #E22D08
Tints of Harley Davidson Orange #E22D08
RGB
CMYK
RGB Variations
Color information
#E22D08 (or 0xE22D08) is known color: Harley Davidson Orange. HEX triplet: E2, 2D and 08. RGB value is (226,45,8). Sum of RGB (Red+Green+Blue) = 226+45+8=279 (36% of max value = 765). Red value is 226 (88.67% from 255 or 81.00% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 226 - color contains mainly: red. Hex color #E22D08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22D08 is #1DD2F7. Grayscale: #5F5F5F. Windows color (decimal): -1954552 or 536034. OLE color: 536034.
HSL color Cylindrical-coordinate representation of color #E22D08: hue angle of 10.18º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E22D08 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 45 | 8 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.11 |
| HSL | 10.18º | 0.93% | 0.46% | - |
| HSV(B) | 10.18º | 0.96% | 0.89% | - |
| XYZ | 32.35 | 18.06 | 2.01 | - |
| YUV | 94.9 | 78.97 | 221.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 45 | 8 | 0 | 0.80 | 0.96 | 0.11 | 10.18 | 0.93 | 0.46 |
| Hex | E2 | 2D | 8 | 0 | 50 | 60 | B | A | 5D | 2E |
| Octal | 342 | 55 | 10 | 0 | 120 | 140 | 13 | 12 | 135 | 56 |
| Binary | 11100010 | 101101 | 1000 | 0 | 1010000 | 1100000 | 1011 | 1010 | 1011101 | 101110 |
Color Harmonies of #E22D08
Complementary color
Monochromatic Colors of #E22D08
Black with #E22D08
Text Example
Text Example
White with #E22D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22D08; }
p { color: rgb(226,45,8); }
H1.HeaderClassName
{
color: #E22D08;
}
.AnyTagClassName
{
color: #E22D08;
}
</style>
background-color css
<style>
a { background-color: #E22D08; }
a { background-color: rgb(226,45,8); }
div.DivClassName
{
background-color: #E22D08;
}
.BgClassName
{
background-color: #E22D08;
}
</style>
border-color css
<style>
span { border-color: #E22D08; }
span { border-color: rgb(226,45,8); }
td.TdClassName
{
border-color: #E22D08;
}
.TagClassName
{
border-color: #E22D08;
}
</style>