Html Css Color HEX #E0220C Harley Davidson Orange
📋 copy color: '#E0220C'red 224 ◦ green 34 ◦ blue 12
Shades of Harley Davidson Orange #E0220C
Tints of Harley Davidson Orange #E0220C
RGB
CMYK
RGB Variations
Color information
#E0220C (or 0xE0220C) is known color: Harley Davidson Orange. HEX triplet: E0, 22 and 0C. RGB value is (224,34,12). Sum of RGB (Red+Green+Blue) = 224+34+12=270 (35% of max value = 765). Red value is 224 (87.89% from 255 or 82.96% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 224 - color contains mainly: red. Hex color #E0220C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0220C is #1FDDF3. Grayscale: #585858. Windows color (decimal): -2088436 or 795360. OLE color: 795360.
HSL color Cylindrical-coordinate representation of color #E0220C: hue angle of 6.23º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0220C is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 34 | 12 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.12 |
| HSL | 6.23º | 0.9% | 0.46% | - |
| HSV(B) | 6.23º | 0.95% | 0.88% | - |
| XYZ | 31.38 | 17.02 | 1.98 | - |
| YUV | 88.3 | 84.95 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 34 | 12 | 0 | 0.85 | 0.95 | 0.12 | 6.23 | 0.9 | 0.46 |
| Hex | E0 | 22 | C | 0 | 55 | 5F | C | 6 | 5A | 2E |
| Octal | 340 | 42 | 14 | 0 | 125 | 137 | 14 | 6 | 132 | 56 |
| Binary | 11100000 | 100010 | 1100 | 0 | 1010101 | 1011111 | 1100 | 110 | 1011010 | 101110 |
Color Harmonies of #E0220C
Complementary color
Monochromatic Colors of #E0220C
Black with #E0220C
Text Example
Text Example
White with #E0220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0220C; }
p { color: rgb(224,34,12); }
H1.HeaderClassName
{
color: #E0220C;
}
.AnyTagClassName
{
color: #E0220C;
}
</style>
background-color css
<style>
a { background-color: #E0220C; }
a { background-color: rgb(224,34,12); }
div.DivClassName
{
background-color: #E0220C;
}
.BgClassName
{
background-color: #E0220C;
}
</style>
border-color css
<style>
span { border-color: #E0220C; }
span { border-color: rgb(224,34,12); }
td.TdClassName
{
border-color: #E0220C;
}
.TagClassName
{
border-color: #E0220C;
}
</style>