Html Css Color HEX #E42B16 Harley Davidson Orange
📋 copy color: '#E42B16'red 228 ◦ green 43 ◦ blue 22
Shades of Harley Davidson Orange #E42B16
Tints of Harley Davidson Orange #E42B16
RGB
CMYK
RGB Variations
Color information
#E42B16 (or 0xE42B16) is known color: Harley Davidson Orange. HEX triplet: E4, 2B and 16. RGB value is (228,43,22). Sum of RGB (Red+Green+Blue) = 228+43+22=293 (38% of max value = 765). Red value is 228 (89.45% from 255 or 77.82% from 293); Green value is 43 (17.19% from 255 or 14.68% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 228 - color contains mainly: red. Hex color #E42B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42B16 is #1BD4E9. Grayscale: #606060. Windows color (decimal): -1823978 or 1453028. OLE color: 1453028.
HSL color Cylindrical-coordinate representation of color #E42B16: hue angle of 6.12º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E42B16 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 43 | 22 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.11 |
| HSL | 6.12º | 0.82% | 0.49% | - |
| HSV(B) | 6.12º | 0.9% | 0.89% | - |
| XYZ | 33 | 18.28 | 2.55 | - |
| YUV | 95.92 | 86.29 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 43 | 22 | 0 | 0.81 | 0.90 | 0.11 | 6.12 | 0.82 | 0.49 |
| Hex | E4 | 2B | 16 | 0 | 51 | 5A | B | 6 | 52 | 31 |
| Octal | 344 | 53 | 26 | 0 | 121 | 132 | 13 | 6 | 122 | 61 |
| Binary | 11100100 | 101011 | 10110 | 0 | 1010001 | 1011010 | 1011 | 110 | 1010010 | 110001 |
Color Harmonies of #E42B16
Complementary color
Monochromatic Colors of #E42B16
Black with #E42B16
Text Example
Text Example
White with #E42B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42B16; }
p { color: rgb(228,43,22); }
H1.HeaderClassName
{
color: #E42B16;
}
.AnyTagClassName
{
color: #E42B16;
}
</style>
background-color css
<style>
a { background-color: #E42B16; }
a { background-color: rgb(228,43,22); }
div.DivClassName
{
background-color: #E42B16;
}
.BgClassName
{
background-color: #E42B16;
}
</style>
border-color css
<style>
span { border-color: #E42B16; }
span { border-color: rgb(228,43,22); }
td.TdClassName
{
border-color: #E42B16;
}
.TagClassName
{
border-color: #E42B16;
}
</style>