Html Css Color HEX #E32812 Harley Davidson Orange
📋 copy color: '#E32812'red 227 ◦ green 40 ◦ blue 18
Shades of Harley Davidson Orange #E32812
Tints of Harley Davidson Orange #E32812
RGB
CMYK
RGB Variations
Color information
#E32812 (or 0xE32812) is known color: Harley Davidson Orange. HEX triplet: E3, 28 and 12. RGB value is (227,40,18). Sum of RGB (Red+Green+Blue) = 227+40+18=285 (37% of max value = 765). Red value is 227 (89.06% from 255 or 79.65% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 227 - color contains mainly: red. Hex color #E32812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32812 is #1CD7ED. Grayscale: #5D5D5D. Windows color (decimal): -1890286 or 1190115. OLE color: 1190115.
HSL color Cylindrical-coordinate representation of color #E32812: hue angle of 6.32º 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 #E32812 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 40 | 18 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.11 |
| HSL | 6.32º | 0.85% | 0.48% | - |
| HSV(B) | 6.32º | 0.92% | 0.89% | - |
| XYZ | 32.55 | 17.89 | 2.31 | - |
| YUV | 93.41 | 85.45 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 40 | 18 | 0 | 0.82 | 0.92 | 0.11 | 6.32 | 0.85 | 0.48 |
| Hex | E3 | 28 | 12 | 0 | 52 | 5C | B | 6 | 55 | 30 |
| Octal | 343 | 50 | 22 | 0 | 122 | 134 | 13 | 6 | 125 | 60 |
| Binary | 11100011 | 101000 | 10010 | 0 | 1010010 | 1011100 | 1011 | 110 | 1010101 | 110000 |
Color Harmonies of #E32812
Complementary color
Monochromatic Colors of #E32812
Black with #E32812
Text Example
Text Example
White with #E32812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32812; }
p { color: rgb(227,40,18); }
H1.HeaderClassName
{
color: #E32812;
}
.AnyTagClassName
{
color: #E32812;
}
</style>
background-color css
<style>
a { background-color: #E32812; }
a { background-color: rgb(227,40,18); }
div.DivClassName
{
background-color: #E32812;
}
.BgClassName
{
background-color: #E32812;
}
</style>
border-color css
<style>
span { border-color: #E32812; }
span { border-color: rgb(227,40,18); }
td.TdClassName
{
border-color: #E32812;
}
.TagClassName
{
border-color: #E32812;
}
</style>