Html Css Color HEX #E32E12 Harley Davidson Orange
📋 copy color: '#E32E12'red 227 ◦ green 46 ◦ blue 18
Shades of Harley Davidson Orange #E32E12
Tints of Harley Davidson Orange #E32E12
RGB
CMYK
RGB Variations
Color information
#E32E12 (or 0xE32E12) is known color: Harley Davidson Orange. HEX triplet: E3, 2E and 12. RGB value is (227,46,18). Sum of RGB (Red+Green+Blue) = 227+46+18=291 (38% of max value = 765). Red value is 227 (89.06% from 255 or 78.01% from 291); Green value is 46 (18.36% from 255 or 15.81% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 227 - color contains mainly: red. Hex color #E32E12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32E12 is #1CD1ED. Grayscale: #616161. Windows color (decimal): -1888750 or 1191651. OLE color: 1191651.
HSL color Cylindrical-coordinate representation of color #E32E12: hue angle of 8.04º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E32E12 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 46 | 18 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.11 |
| HSL | 8.04º | 0.85% | 0.48% | - |
| HSV(B) | 8.04º | 0.92% | 0.89% | - |
| XYZ | 32.76 | 18.33 | 2.38 | - |
| YUV | 96.93 | 83.47 | 220.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 46 | 18 | 0 | 0.80 | 0.92 | 0.11 | 8.04 | 0.85 | 0.48 |
| Hex | E3 | 2E | 12 | 0 | 50 | 5C | B | 8 | 55 | 30 |
| Octal | 343 | 56 | 22 | 0 | 120 | 134 | 13 | 10 | 125 | 60 |
| Binary | 11100011 | 101110 | 10010 | 0 | 1010000 | 1011100 | 1011 | 1000 | 1010101 | 110000 |
Color Harmonies of #E32E12
Complementary color
Monochromatic Colors of #E32E12
Black with #E32E12
Text Example
Text Example
White with #E32E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32E12; }
p { color: rgb(227,46,18); }
H1.HeaderClassName
{
color: #E32E12;
}
.AnyTagClassName
{
color: #E32E12;
}
</style>
background-color css
<style>
a { background-color: #E32E12; }
a { background-color: rgb(227,46,18); }
div.DivClassName
{
background-color: #E32E12;
}
.BgClassName
{
background-color: #E32E12;
}
</style>
border-color css
<style>
span { border-color: #E32E12; }
span { border-color: rgb(227,46,18); }
td.TdClassName
{
border-color: #E32E12;
}
.TagClassName
{
border-color: #E32E12;
}
</style>