Html Css Color HEX #E22F10 Harley Davidson Orange
📋 copy color: '#E22F10'red 226 ◦ green 47 ◦ blue 16
Shades of Harley Davidson Orange #E22F10
Tints of Harley Davidson Orange #E22F10
RGB
CMYK
RGB Variations
Color information
#E22F10 (or 0xE22F10) is known color: Harley Davidson Orange. HEX triplet: E2, 2F and 10. RGB value is (226,47,16). Sum of RGB (Red+Green+Blue) = 226+47+16=289 (38% of max value = 765). Red value is 226 (88.67% from 255 or 78.20% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 226 - color contains mainly: red. Hex color #E22F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22F10 is #1DD0EF. Grayscale: #616161. Windows color (decimal): -1954032 or 1060834. OLE color: 1060834.
HSL color Cylindrical-coordinate representation of color #E22F10: hue angle of 8.86º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E22F10 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 47 | 16 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.11 |
| HSL | 8.86º | 0.87% | 0.47% | - |
| HSV(B) | 8.86º | 0.93% | 0.89% | - |
| XYZ | 32.47 | 18.24 | 2.3 | - |
| YUV | 96.99 | 82.3 | 220.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 47 | 16 | 0 | 0.79 | 0.93 | 0.11 | 8.86 | 0.87 | 0.47 |
| Hex | E2 | 2F | 10 | 0 | 4F | 5D | B | 9 | 57 | 2F |
| Octal | 342 | 57 | 20 | 0 | 117 | 135 | 13 | 11 | 127 | 57 |
| Binary | 11100010 | 101111 | 10000 | 0 | 1001111 | 1011101 | 1011 | 1001 | 1010111 | 101111 |
Color Harmonies of #E22F10
Complementary color
Monochromatic Colors of #E22F10
Black with #E22F10
Text Example
Text Example
White with #E22F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22F10; }
p { color: rgb(226,47,16); }
H1.HeaderClassName
{
color: #E22F10;
}
.AnyTagClassName
{
color: #E22F10;
}
</style>
background-color css
<style>
a { background-color: #E22F10; }
a { background-color: rgb(226,47,16); }
div.DivClassName
{
background-color: #E22F10;
}
.BgClassName
{
background-color: #E22F10;
}
</style>
border-color css
<style>
span { border-color: #E22F10; }
span { border-color: rgb(226,47,16); }
td.TdClassName
{
border-color: #E22F10;
}
.TagClassName
{
border-color: #E22F10;
}
</style>