Html Css Color HEX #E03212 Harley Davidson Orange
📋 copy color: '#E03212'red 224 ◦ green 50 ◦ blue 18
Shades of Harley Davidson Orange #E03212
Tints of Harley Davidson Orange #E03212
RGB
CMYK
RGB Variations
Color information
#E03212 (or 0xE03212) is known color: Harley Davidson Orange. HEX triplet: E0, 32 and 12. RGB value is (224,50,18). Sum of RGB (Red+Green+Blue) = 224+50+18=292 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.71% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 224 - color contains mainly: red. Hex color #E03212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03212 is #1FCDED. Grayscale: #626262. Windows color (decimal): -2084334 or 1192672. OLE color: 1192672.
HSL color Cylindrical-coordinate representation of color #E03212: hue angle of 9.32º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E03212 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 18 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.12 |
| HSL | 9.32º | 0.85% | 0.47% | - |
| HSV(B) | 9.32º | 0.92% | 0.88% | - |
| XYZ | 31.99 | 18.17 | 2.39 | - |
| YUV | 98.38 | 82.65 | 217.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 18 | 0 | 0.78 | 0.92 | 0.12 | 9.32 | 0.85 | 0.47 |
| Hex | E0 | 32 | 12 | 0 | 4E | 5C | C | 9 | 55 | 2F |
| Octal | 340 | 62 | 22 | 0 | 116 | 134 | 14 | 11 | 125 | 57 |
| Binary | 11100000 | 110010 | 10010 | 0 | 1001110 | 1011100 | 1100 | 1001 | 1010101 | 101111 |
Color Harmonies of #E03212
Complementary color
Monochromatic Colors of #E03212
Black with #E03212
Text Example
Text Example
White with #E03212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03212; }
p { color: rgb(224,50,18); }
H1.HeaderClassName
{
color: #E03212;
}
.AnyTagClassName
{
color: #E03212;
}
</style>
background-color css
<style>
a { background-color: #E03212; }
a { background-color: rgb(224,50,18); }
div.DivClassName
{
background-color: #E03212;
}
.BgClassName
{
background-color: #E03212;
}
</style>
border-color css
<style>
span { border-color: #E03212; }
span { border-color: rgb(224,50,18); }
td.TdClassName
{
border-color: #E03212;
}
.TagClassName
{
border-color: #E03212;
}
</style>