Html Css Color HEX #E32B13 Harley Davidson Orange
📋 copy color: '#E32B13'red 227 ◦ green 43 ◦ blue 19
Shades of Harley Davidson Orange #E32B13
Tints of Harley Davidson Orange #E32B13
RGB
CMYK
RGB Variations
Color information
#E32B13 (or 0xE32B13) is known color: Harley Davidson Orange. HEX triplet: E3, 2B and 13. RGB value is (227,43,19). Sum of RGB (Red+Green+Blue) = 227+43+19=289 (38% of max value = 765). Red value is 227 (89.06% from 255 or 78.55% from 289); Green value is 43 (17.19% from 255 or 14.88% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 227 - color contains mainly: red. Hex color #E32B13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32B13 is #1CD4EC. Grayscale: #5F5F5F. Windows color (decimal): -1889517 or 1256419. OLE color: 1256419.
HSL color Cylindrical-coordinate representation of color #E32B13: hue angle of 6.92º 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 #E32B13 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 43 | 19 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.11 |
| HSL | 6.92º | 0.85% | 0.48% | - |
| HSV(B) | 6.92º | 0.92% | 0.89% | - |
| XYZ | 32.66 | 18.11 | 2.39 | - |
| YUV | 95.28 | 84.96 | 221.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 43 | 19 | 0 | 0.81 | 0.92 | 0.11 | 6.92 | 0.85 | 0.48 |
| Hex | E3 | 2B | 13 | 0 | 51 | 5C | B | 7 | 55 | 30 |
| Octal | 343 | 53 | 23 | 0 | 121 | 134 | 13 | 7 | 125 | 60 |
| Binary | 11100011 | 101011 | 10011 | 0 | 1010001 | 1011100 | 1011 | 111 | 1010101 | 110000 |
Color Harmonies of #E32B13
Complementary color
Monochromatic Colors of #E32B13
Black with #E32B13
Text Example
Text Example
White with #E32B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32B13; }
p { color: rgb(227,43,19); }
H1.HeaderClassName
{
color: #E32B13;
}
.AnyTagClassName
{
color: #E32B13;
}
</style>
background-color css
<style>
a { background-color: #E32B13; }
a { background-color: rgb(227,43,19); }
div.DivClassName
{
background-color: #E32B13;
}
.BgClassName
{
background-color: #E32B13;
}
</style>
border-color css
<style>
span { border-color: #E32B13; }
span { border-color: rgb(227,43,19); }
td.TdClassName
{
border-color: #E32B13;
}
.TagClassName
{
border-color: #E32B13;
}
</style>