Html Css Color HEX #E32212 Harley Davidson Orange
📋 copy color: '#E32212'red 227 ◦ green 34 ◦ blue 18
Shades of Harley Davidson Orange #E32212
Tints of Harley Davidson Orange #E32212
RGB
CMYK
RGB Variations
Color information
#E32212 (or 0xE32212) is known color: Harley Davidson Orange. HEX triplet: E3, 22 and 12. RGB value is (227,34,18). Sum of RGB (Red+Green+Blue) = 227+34+18=279 (36% of max value = 765). Red value is 227 (89.06% from 255 or 81.36% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 227 - color contains mainly: red. Hex color #E32212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32212 is #1CDDED. Grayscale: #5A5A5A. Windows color (decimal): -1891822 or 1188579. OLE color: 1188579.
HSL color Cylindrical-coordinate representation of color #E32212: hue angle of 4.59º 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 #E32212 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 34 | 18 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.11 |
| HSL | 4.59º | 0.85% | 0.48% | - |
| HSV(B) | 4.59º | 0.92% | 0.89% | - |
| XYZ | 32.36 | 17.52 | 2.25 | - |
| YUV | 89.88 | 87.44 | 225.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 34 | 18 | 0 | 0.85 | 0.92 | 0.11 | 4.59 | 0.85 | 0.48 |
| Hex | E3 | 22 | 12 | 0 | 55 | 5C | B | 5 | 55 | 30 |
| Octal | 343 | 42 | 22 | 0 | 125 | 134 | 13 | 5 | 125 | 60 |
| Binary | 11100011 | 100010 | 10010 | 0 | 1010101 | 1011100 | 1011 | 101 | 1010101 | 110000 |
Color Harmonies of #E32212
Complementary color
Monochromatic Colors of #E32212
Black with #E32212
Text Example
Text Example
White with #E32212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32212; }
p { color: rgb(227,34,18); }
H1.HeaderClassName
{
color: #E32212;
}
.AnyTagClassName
{
color: #E32212;
}
</style>
background-color css
<style>
a { background-color: #E32212; }
a { background-color: rgb(227,34,18); }
div.DivClassName
{
background-color: #E32212;
}
.BgClassName
{
background-color: #E32212;
}
</style>
border-color css
<style>
span { border-color: #E32212; }
span { border-color: rgb(227,34,18); }
td.TdClassName
{
border-color: #E32212;
}
.TagClassName
{
border-color: #E32212;
}
</style>