Html Css Color HEX #E0210C Harley Davidson Orange
📋 copy color: '#E0210C'red 224 ◦ green 33 ◦ blue 12
Shades of Harley Davidson Orange #E0210C
Tints of Harley Davidson Orange #E0210C
RGB
CMYK
RGB Variations
Color information
#E0210C (or 0xE0210C) is known color: Harley Davidson Orange. HEX triplet: E0, 21 and 0C. RGB value is (224,33,12). Sum of RGB (Red+Green+Blue) = 224+33+12=269 (35% of max value = 765). Red value is 224 (87.89% from 255 or 83.27% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 224 - color contains mainly: red. Hex color #E0210C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0210C is #1FDEF3. Grayscale: #575757. Windows color (decimal): -2088692 or 795104. OLE color: 795104.
HSL color Cylindrical-coordinate representation of color #E0210C: hue angle of 5.94º 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 #E0210C is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 12 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.12 |
| HSL | 5.94º | 0.9% | 0.46% | - |
| HSV(B) | 5.94º | 0.95% | 0.88% | - |
| XYZ | 31.35 | 16.96 | 1.97 | - |
| YUV | 87.72 | 85.28 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 12 | 0 | 0.85 | 0.95 | 0.12 | 5.94 | 0.9 | 0.46 |
| Hex | E0 | 21 | C | 0 | 55 | 5F | C | 6 | 5A | 2E |
| Octal | 340 | 41 | 14 | 0 | 125 | 137 | 14 | 6 | 132 | 56 |
| Binary | 11100000 | 100001 | 1100 | 0 | 1010101 | 1011111 | 1100 | 110 | 1011010 | 101110 |
Color Harmonies of #E0210C
Complementary color
Monochromatic Colors of #E0210C
Black with #E0210C
Text Example
Text Example
White with #E0210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0210C; }
p { color: rgb(224,33,12); }
H1.HeaderClassName
{
color: #E0210C;
}
.AnyTagClassName
{
color: #E0210C;
}
</style>
background-color css
<style>
a { background-color: #E0210C; }
a { background-color: rgb(224,33,12); }
div.DivClassName
{
background-color: #E0210C;
}
.BgClassName
{
background-color: #E0210C;
}
</style>
border-color css
<style>
span { border-color: #E0210C; }
span { border-color: rgb(224,33,12); }
td.TdClassName
{
border-color: #E0210C;
}
.TagClassName
{
border-color: #E0210C;
}
</style>