Html Css Color HEX #E33412 Harley Davidson Orange
📋 copy color: '#E33412'red 227 ◦ green 52 ◦ blue 18
Shades of Harley Davidson Orange #E33412
Tints of Harley Davidson Orange #E33412
RGB
CMYK
RGB Variations
Color information
#E33412 (or 0xE33412) is known color: Harley Davidson Orange. HEX triplet: E3, 34 and 12. RGB value is (227,52,18). Sum of RGB (Red+Green+Blue) = 227+52+18=297 (39% of max value = 765). Red value is 227 (89.06% from 255 or 76.43% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 227 - color contains mainly: red. Hex color #E33412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E33412 is #1CCBED. Grayscale: #646464. Windows color (decimal): -1887214 or 1193187. OLE color: 1193187.
HSL color Cylindrical-coordinate representation of color #E33412: hue angle of 9.76º 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 #E33412 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 52 | 18 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.11 |
| HSL | 9.76º | 0.85% | 0.48% | - |
| HSV(B) | 9.76º | 0.92% | 0.89% | - |
| XYZ | 33.02 | 18.83 | 2.47 | - |
| YUV | 100.45 | 81.48 | 218.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 52 | 18 | 0 | 0.77 | 0.92 | 0.11 | 9.76 | 0.85 | 0.48 |
| Hex | E3 | 34 | 12 | 0 | 4D | 5C | B | A | 55 | 30 |
| Octal | 343 | 64 | 22 | 0 | 115 | 134 | 13 | 12 | 125 | 60 |
| Binary | 11100011 | 110100 | 10010 | 0 | 1001101 | 1011100 | 1011 | 1010 | 1010101 | 110000 |
Color Harmonies of #E33412
Complementary color
Monochromatic Colors of #E33412
Black with #E33412
Text Example
Text Example
White with #E33412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33412; }
p { color: rgb(227,52,18); }
H1.HeaderClassName
{
color: #E33412;
}
.AnyTagClassName
{
color: #E33412;
}
</style>
background-color css
<style>
a { background-color: #E33412; }
a { background-color: rgb(227,52,18); }
div.DivClassName
{
background-color: #E33412;
}
.BgClassName
{
background-color: #E33412;
}
</style>
border-color css
<style>
span { border-color: #E33412; }
span { border-color: rgb(227,52,18); }
td.TdClassName
{
border-color: #E33412;
}
.TagClassName
{
border-color: #E33412;
}
</style>