Html Css Color HEX #E0220F Harley Davidson Orange
📋 copy color: '#E0220F'red 224 ◦ green 34 ◦ blue 15
Shades of Harley Davidson Orange #E0220F
Tints of Harley Davidson Orange #E0220F
RGB
CMYK
RGB Variations
Color information
#E0220F (or 0xE0220F) is known color: Harley Davidson Orange. HEX triplet: E0, 22 and 0F. RGB value is (224,34,15). Sum of RGB (Red+Green+Blue) = 224+34+15=273 (36% of max value = 765). Red value is 224 (87.89% from 255 or 82.05% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 224 - color contains mainly: red. Hex color #E0220F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0220F is #1FDDF0. Grayscale: #585858. Windows color (decimal): -2088433 or 991968. OLE color: 991968.
HSL color Cylindrical-coordinate representation of color #E0220F: hue angle of 5.45º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E0220F is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 34 | 15 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.12 |
| HSL | 5.45º | 0.87% | 0.47% | - |
| HSV(B) | 5.45º | 0.93% | 0.88% | - |
| XYZ | 31.4 | 17.03 | 2.08 | - |
| YUV | 88.64 | 86.45 | 224.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 34 | 15 | 0 | 0.85 | 0.93 | 0.12 | 5.45 | 0.87 | 0.47 |
| Hex | E0 | 22 | F | 0 | 55 | 5D | C | 5 | 57 | 2F |
| Octal | 340 | 42 | 17 | 0 | 125 | 135 | 14 | 5 | 127 | 57 |
| Binary | 11100000 | 100010 | 1111 | 0 | 1010101 | 1011101 | 1100 | 101 | 1010111 | 101111 |
Color Harmonies of #E0220F
Complementary color
Monochromatic Colors of #E0220F
Black with #E0220F
Text Example
Text Example
White with #E0220F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0220F; }
p { color: rgb(224,34,15); }
H1.HeaderClassName
{
color: #E0220F;
}
.AnyTagClassName
{
color: #E0220F;
}
</style>
background-color css
<style>
a { background-color: #E0220F; }
a { background-color: rgb(224,34,15); }
div.DivClassName
{
background-color: #E0220F;
}
.BgClassName
{
background-color: #E0220F;
}
</style>
border-color css
<style>
span { border-color: #E0220F; }
span { border-color: rgb(224,34,15); }
td.TdClassName
{
border-color: #E0220F;
}
.TagClassName
{
border-color: #E0220F;
}
</style>