Html Css Color HEX #E42216 Harley Davidson Orange
📋 copy color: '#E42216'red 228 ◦ green 34 ◦ blue 22
Shades of Harley Davidson Orange #E42216
Tints of Harley Davidson Orange #E42216
RGB
CMYK
RGB Variations
Color information
#E42216 (or 0xE42216) is known color: Harley Davidson Orange. HEX triplet: E4, 22 and 16. RGB value is (228,34,22). Sum of RGB (Red+Green+Blue) = 228+34+22=284 (37% of max value = 765). Red value is 228 (89.45% from 255 or 80.28% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 228 - color contains mainly: red. Hex color #E42216 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42216 is #1BDDE9. Grayscale: #5A5A5A. Windows color (decimal): -1826282 or 1450724. OLE color: 1450724.
HSL color Cylindrical-coordinate representation of color #E42216: hue angle of 3.5º 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 #E42216 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 34 | 22 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.11 |
| HSL | 3.5º | 0.82% | 0.49% | - |
| HSV(B) | 3.5º | 0.9% | 0.89% | - |
| XYZ | 32.71 | 17.7 | 2.45 | - |
| YUV | 90.64 | 89.27 | 225.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 34 | 22 | 0 | 0.85 | 0.90 | 0.11 | 3.5 | 0.82 | 0.49 |
| Hex | E4 | 22 | 16 | 0 | 55 | 5A | B | 3 | 52 | 31 |
| Octal | 344 | 42 | 26 | 0 | 125 | 132 | 13 | 3 | 122 | 61 |
| Binary | 11100100 | 100010 | 10110 | 0 | 1010101 | 1011010 | 1011 | 11 | 1010010 | 110001 |
Color Harmonies of #E42216
Complementary color
Monochromatic Colors of #E42216
Black with #E42216
Text Example
Text Example
White with #E42216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42216; }
p { color: rgb(228,34,22); }
H1.HeaderClassName
{
color: #E42216;
}
.AnyTagClassName
{
color: #E42216;
}
</style>
background-color css
<style>
a { background-color: #E42216; }
a { background-color: rgb(228,34,22); }
div.DivClassName
{
background-color: #E42216;
}
.BgClassName
{
background-color: #E42216;
}
</style>
border-color css
<style>
span { border-color: #E42216; }
span { border-color: rgb(228,34,22); }
td.TdClassName
{
border-color: #E42216;
}
.TagClassName
{
border-color: #E42216;
}
</style>