Html Css Color HEX #E42B11 Harley Davidson Orange
📋 copy color: '#E42B11'red 228 ◦ green 43 ◦ blue 17
Shades of Harley Davidson Orange #E42B11
Tints of Harley Davidson Orange #E42B11
RGB
CMYK
RGB Variations
Color information
#E42B11 (or 0xE42B11) is known color: Harley Davidson Orange. HEX triplet: E4, 2B and 11. RGB value is (228,43,17). Sum of RGB (Red+Green+Blue) = 228+43+17=288 (38% of max value = 765). Red value is 228 (89.45% from 255 or 79.17% from 288); Green value is 43 (17.19% from 255 or 14.93% from 288); Blue value is 17 (7.03% from 255 or 5.90% from 288); Max value from RGB is 228 - color contains mainly: red. Hex color #E42B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42B11 is #1BD4EE. Grayscale: #5F5F5F. Windows color (decimal): -1823983 or 1125348. OLE color: 1125348.
HSL color Cylindrical-coordinate representation of color #E42B11: hue angle of 7.39º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E42B11 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 43 | 17 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.11 |
| HSL | 7.39º | 0.86% | 0.48% | - |
| HSV(B) | 7.39º | 0.93% | 0.89% | - |
| XYZ | 32.96 | 18.26 | 2.32 | - |
| YUV | 95.35 | 83.79 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 43 | 17 | 0 | 0.81 | 0.93 | 0.11 | 7.39 | 0.86 | 0.48 |
| Hex | E4 | 2B | 11 | 0 | 51 | 5D | B | 7 | 56 | 30 |
| Octal | 344 | 53 | 21 | 0 | 121 | 135 | 13 | 7 | 126 | 60 |
| Binary | 11100100 | 101011 | 10001 | 0 | 1010001 | 1011101 | 1011 | 111 | 1010110 | 110000 |
Color Harmonies of #E42B11
Complementary color
Monochromatic Colors of #E42B11
Black with #E42B11
Text Example
Text Example
White with #E42B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42B11; }
p { color: rgb(228,43,17); }
H1.HeaderClassName
{
color: #E42B11;
}
.AnyTagClassName
{
color: #E42B11;
}
</style>
background-color css
<style>
a { background-color: #E42B11; }
a { background-color: rgb(228,43,17); }
div.DivClassName
{
background-color: #E42B11;
}
.BgClassName
{
background-color: #E42B11;
}
</style>
border-color css
<style>
span { border-color: #E42B11; }
span { border-color: rgb(228,43,17); }
td.TdClassName
{
border-color: #E42B11;
}
.TagClassName
{
border-color: #E42B11;
}
</style>