Html Css Color HEX #E32E13 Harley Davidson Orange
📋 copy color: '#E32E13'red 227 ◦ green 46 ◦ blue 19
Shades of Harley Davidson Orange #E32E13
Tints of Harley Davidson Orange #E32E13
RGB
CMYK
RGB Variations
Color information
#E32E13 (or 0xE32E13) is known color: Harley Davidson Orange. HEX triplet: E3, 2E and 13. RGB value is (227,46,19). Sum of RGB (Red+Green+Blue) = 227+46+19=292 (38% of max value = 765). Red value is 227 (89.06% from 255 or 77.74% from 292); Green value is 46 (18.36% from 255 or 15.75% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 227 - color contains mainly: red. Hex color #E32E13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32E13 is #1CD1EC. Grayscale: #616161. Windows color (decimal): -1888749 or 1257187. OLE color: 1257187.
HSL color Cylindrical-coordinate representation of color #E32E13: hue angle of 7.79º 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 #E32E13 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 46 | 19 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.11 |
| HSL | 7.79º | 0.85% | 0.48% | - |
| HSV(B) | 7.79º | 0.92% | 0.89% | - |
| XYZ | 32.77 | 18.33 | 2.43 | - |
| YUV | 97.04 | 83.97 | 220.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 46 | 19 | 0 | 0.80 | 0.92 | 0.11 | 7.79 | 0.85 | 0.48 |
| Hex | E3 | 2E | 13 | 0 | 50 | 5C | B | 8 | 55 | 30 |
| Octal | 343 | 56 | 23 | 0 | 120 | 134 | 13 | 10 | 125 | 60 |
| Binary | 11100011 | 101110 | 10011 | 0 | 1010000 | 1011100 | 1011 | 1000 | 1010101 | 110000 |
Color Harmonies of #E32E13
Complementary color
Monochromatic Colors of #E32E13
Black with #E32E13
Text Example
Text Example
White with #E32E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32E13; }
p { color: rgb(227,46,19); }
H1.HeaderClassName
{
color: #E32E13;
}
.AnyTagClassName
{
color: #E32E13;
}
</style>
background-color css
<style>
a { background-color: #E32E13; }
a { background-color: rgb(227,46,19); }
div.DivClassName
{
background-color: #E32E13;
}
.BgClassName
{
background-color: #E32E13;
}
</style>
border-color css
<style>
span { border-color: #E32E13; }
span { border-color: rgb(227,46,19); }
td.TdClassName
{
border-color: #E32E13;
}
.TagClassName
{
border-color: #E32E13;
}
</style>