Html Css Color HEX #E32713 Harley Davidson Orange
📋 copy color: '#E32713'red 227 ◦ green 39 ◦ blue 19
Shades of Harley Davidson Orange #E32713
Tints of Harley Davidson Orange #E32713
RGB
CMYK
RGB Variations
Color information
#E32713 (or 0xE32713) is known color: Harley Davidson Orange. HEX triplet: E3, 27 and 13. RGB value is (227,39,19). Sum of RGB (Red+Green+Blue) = 227+39+19=285 (37% of max value = 765). Red value is 227 (89.06% from 255 or 79.65% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 227 - color contains mainly: red. Hex color #E32713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32713 is #1CD8EC. Grayscale: #5D5D5D. Windows color (decimal): -1890541 or 1255395. OLE color: 1255395.
HSL color Cylindrical-coordinate representation of color #E32713: hue angle of 5.77º 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 #E32713 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 39 | 19 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.11 |
| HSL | 5.77º | 0.85% | 0.48% | - |
| HSV(B) | 5.77º | 0.92% | 0.89% | - |
| XYZ | 32.52 | 17.83 | 2.34 | - |
| YUV | 92.93 | 86.28 | 223.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 39 | 19 | 0 | 0.83 | 0.92 | 0.11 | 5.77 | 0.85 | 0.48 |
| Hex | E3 | 27 | 13 | 0 | 53 | 5C | B | 6 | 55 | 30 |
| Octal | 343 | 47 | 23 | 0 | 123 | 134 | 13 | 6 | 125 | 60 |
| Binary | 11100011 | 100111 | 10011 | 0 | 1010011 | 1011100 | 1011 | 110 | 1010101 | 110000 |
Color Harmonies of #E32713
Complementary color
Monochromatic Colors of #E32713
Black with #E32713
Text Example
Text Example
White with #E32713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32713; }
p { color: rgb(227,39,19); }
H1.HeaderClassName
{
color: #E32713;
}
.AnyTagClassName
{
color: #E32713;
}
</style>
background-color css
<style>
a { background-color: #E32713; }
a { background-color: rgb(227,39,19); }
div.DivClassName
{
background-color: #E32713;
}
.BgClassName
{
background-color: #E32713;
}
</style>
border-color css
<style>
span { border-color: #E32713; }
span { border-color: rgb(227,39,19); }
td.TdClassName
{
border-color: #E32713;
}
.TagClassName
{
border-color: #E32713;
}
</style>