Html Css Color HEX #E33D12 Harley Davidson Orange
📋 copy color: '#E33D12'red 227 ◦ green 61 ◦ blue 18
Shades of Harley Davidson Orange #E33D12
Tints of Harley Davidson Orange #E33D12
RGB
CMYK
RGB Variations
Color information
#E33D12 (or 0xE33D12) is known color: Harley Davidson Orange. HEX triplet: E3, 3D and 12. RGB value is (227,61,18). Sum of RGB (Red+Green+Blue) = 227+61+18=306 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.18% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 18 (7.42% from 255 or 5.88% from 306); Max value from RGB is 227 - color contains mainly: red. Hex color #E33D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E33D12 is #1CC2ED. Grayscale: #6A6A6A. Windows color (decimal): -1884910 or 1195491. OLE color: 1195491.
HSL color Cylindrical-coordinate representation of color #E33D12: hue angle of 12.34º 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 #E33D12 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 61 | 18 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.11 |
| HSL | 12.34º | 0.85% | 0.48% | - |
| HSV(B) | 12.34º | 0.92% | 0.89% | - |
| XYZ | 33.46 | 19.71 | 2.61 | - |
| YUV | 105.73 | 78.5 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 61 | 18 | 0 | 0.73 | 0.92 | 0.11 | 12.34 | 0.85 | 0.48 |
| Hex | E3 | 3D | 12 | 0 | 49 | 5C | B | C | 55 | 30 |
| Octal | 343 | 75 | 22 | 0 | 111 | 134 | 13 | 14 | 125 | 60 |
| Binary | 11100011 | 111101 | 10010 | 0 | 1001001 | 1011100 | 1011 | 1100 | 1010101 | 110000 |
Color Harmonies of #E33D12
Complementary color
Monochromatic Colors of #E33D12
Black with #E33D12
Text Example
Text Example
White with #E33D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33D12; }
p { color: rgb(227,61,18); }
H1.HeaderClassName
{
color: #E33D12;
}
.AnyTagClassName
{
color: #E33D12;
}
</style>
background-color css
<style>
a { background-color: #E33D12; }
a { background-color: rgb(227,61,18); }
div.DivClassName
{
background-color: #E33D12;
}
.BgClassName
{
background-color: #E33D12;
}
</style>
border-color css
<style>
span { border-color: #E33D12; }
span { border-color: rgb(227,61,18); }
td.TdClassName
{
border-color: #E33D12;
}
.TagClassName
{
border-color: #E33D12;
}
</style>