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