Html Css Color HEX #E32013 Harley Davidson Orange
📋 copy color: '#E32013'red 227 ◦ green 32 ◦ blue 19
Shades of Harley Davidson Orange #E32013
Tints of Harley Davidson Orange #E32013
RGB
CMYK
RGB Variations
Color information
#E32013 (or 0xE32013) is known color: Harley Davidson Orange. HEX triplet: E3, 20 and 13. RGB value is (227,32,19). Sum of RGB (Red+Green+Blue) = 227+32+19=278 (36% of max value = 765). Red value is 227 (89.06% from 255 or 81.65% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 227 - color contains mainly: red. Hex color #E32013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32013 is #1CDFEC. Grayscale: #595959. Windows color (decimal): -1892333 or 1253603. OLE color: 1253603.
HSL color Cylindrical-coordinate representation of color #E32013: hue angle of 3.75º 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 #E32013 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 32 | 19 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.11 |
| HSL | 3.75º | 0.85% | 0.48% | - |
| HSV(B) | 3.75º | 0.92% | 0.89% | - |
| XYZ | 32.31 | 17.41 | 2.27 | - |
| YUV | 88.82 | 88.6 | 226.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 32 | 19 | 0 | 0.86 | 0.92 | 0.11 | 3.75 | 0.85 | 0.48 |
| Hex | E3 | 20 | 13 | 0 | 56 | 5C | B | 4 | 55 | 30 |
| Octal | 343 | 40 | 23 | 0 | 126 | 134 | 13 | 4 | 125 | 60 |
| Binary | 11100011 | 100000 | 10011 | 0 | 1010110 | 1011100 | 1011 | 100 | 1010101 | 110000 |
Color Harmonies of #E32013
Complementary color
Monochromatic Colors of #E32013
Black with #E32013
Text Example
Text Example
White with #E32013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32013; }
p { color: rgb(227,32,19); }
H1.HeaderClassName
{
color: #E32013;
}
.AnyTagClassName
{
color: #E32013;
}
</style>
background-color css
<style>
a { background-color: #E32013; }
a { background-color: rgb(227,32,19); }
div.DivClassName
{
background-color: #E32013;
}
.BgClassName
{
background-color: #E32013;
}
</style>
border-color css
<style>
span { border-color: #E32013; }
span { border-color: rgb(227,32,19); }
td.TdClassName
{
border-color: #E32013;
}
.TagClassName
{
border-color: #E32013;
}
</style>