Html Css Color HEX #E42816 Harley Davidson Orange
📋 copy color: '#E42816'red 228 ◦ green 40 ◦ blue 22
Shades of Harley Davidson Orange #E42816
Tints of Harley Davidson Orange #E42816
RGB
CMYK
RGB Variations
Color information
#E42816 (or 0xE42816) is known color: Harley Davidson Orange. HEX triplet: E4, 28 and 16. RGB value is (228,40,22). Sum of RGB (Red+Green+Blue) = 228+40+22=290 (38% of max value = 765). Red value is 228 (89.45% from 255 or 78.62% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 228 - color contains mainly: red. Hex color #E42816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42816 is #1BD7E9. Grayscale: #5E5E5E. Windows color (decimal): -1824746 or 1452260. OLE color: 1452260.
HSL color Cylindrical-coordinate representation of color #E42816: hue angle of 5.24º 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 #E42816 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 40 | 22 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.11 |
| HSL | 5.24º | 0.82% | 0.49% | - |
| HSV(B) | 5.24º | 0.9% | 0.89% | - |
| XYZ | 32.9 | 18.07 | 2.51 | - |
| YUV | 94.16 | 87.28 | 223.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 40 | 22 | 0 | 0.82 | 0.90 | 0.11 | 5.24 | 0.82 | 0.49 |
| Hex | E4 | 28 | 16 | 0 | 52 | 5A | B | 5 | 52 | 31 |
| Octal | 344 | 50 | 26 | 0 | 122 | 132 | 13 | 5 | 122 | 61 |
| Binary | 11100100 | 101000 | 10110 | 0 | 1010010 | 1011010 | 1011 | 101 | 1010010 | 110001 |
Color Harmonies of #E42816
Complementary color
Monochromatic Colors of #E42816
Black with #E42816
Text Example
Text Example
White with #E42816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42816; }
p { color: rgb(228,40,22); }
H1.HeaderClassName
{
color: #E42816;
}
.AnyTagClassName
{
color: #E42816;
}
</style>
background-color css
<style>
a { background-color: #E42816; }
a { background-color: rgb(228,40,22); }
div.DivClassName
{
background-color: #E42816;
}
.BgClassName
{
background-color: #E42816;
}
</style>
border-color css
<style>
span { border-color: #E42816; }
span { border-color: rgb(228,40,22); }
td.TdClassName
{
border-color: #E42816;
}
.TagClassName
{
border-color: #E42816;
}
</style>