Html Css Color HEX #E33E12 Harley Davidson Orange
📋 copy color: '#E33E12'red 227 ◦ green 62 ◦ blue 18
Shades of Harley Davidson Orange #E33E12
Tints of Harley Davidson Orange #E33E12
RGB
CMYK
RGB Variations
Color information
#E33E12 (or 0xE33E12) is known color: Harley Davidson Orange. HEX triplet: E3, 3E and 12. RGB value is (227,62,18). Sum of RGB (Red+Green+Blue) = 227+62+18=307 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.94% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 227 - color contains mainly: red. Hex color #E33E12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E33E12 is #1CC1ED. Grayscale: #6A6A6A. Windows color (decimal): -1884654 or 1195747. OLE color: 1195747.
HSL color Cylindrical-coordinate representation of color #E33E12: hue angle of 12.63º 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 #E33E12 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 62 | 18 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.11 |
| HSL | 12.63º | 0.85% | 0.48% | - |
| HSV(B) | 12.63º | 0.92% | 0.89% | - |
| XYZ | 33.51 | 19.82 | 2.63 | - |
| YUV | 106.32 | 78.16 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 62 | 18 | 0 | 0.73 | 0.92 | 0.11 | 12.63 | 0.85 | 0.48 |
| Hex | E3 | 3E | 12 | 0 | 49 | 5C | B | D | 55 | 30 |
| Octal | 343 | 76 | 22 | 0 | 111 | 134 | 13 | 15 | 125 | 60 |
| Binary | 11100011 | 111110 | 10010 | 0 | 1001001 | 1011100 | 1011 | 1101 | 1010101 | 110000 |
Color Harmonies of #E33E12
Complementary color
Monochromatic Colors of #E33E12
Black with #E33E12
Text Example
Text Example
White with #E33E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33E12; }
p { color: rgb(227,62,18); }
H1.HeaderClassName
{
color: #E33E12;
}
.AnyTagClassName
{
color: #E33E12;
}
</style>
background-color css
<style>
a { background-color: #E33E12; }
a { background-color: rgb(227,62,18); }
div.DivClassName
{
background-color: #E33E12;
}
.BgClassName
{
background-color: #E33E12;
}
</style>
border-color css
<style>
span { border-color: #E33E12; }
span { border-color: rgb(227,62,18); }
td.TdClassName
{
border-color: #E33E12;
}
.TagClassName
{
border-color: #E33E12;
}
</style>