Html Css Color HEX #E42716 Harley Davidson Orange
📋 copy color: '#E42716'red 228 ◦ green 39 ◦ blue 22
Shades of Harley Davidson Orange #E42716
Tints of Harley Davidson Orange #E42716
RGB
CMYK
RGB Variations
Color information
#E42716 (or 0xE42716) is known color: Harley Davidson Orange. HEX triplet: E4, 27 and 16. RGB value is (228,39,22). Sum of RGB (Red+Green+Blue) = 228+39+22=289 (38% of max value = 765). Red value is 228 (89.45% from 255 or 78.89% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 228 - color contains mainly: red. Hex color #E42716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42716 is #1BD8E9. Grayscale: #5D5D5D. Windows color (decimal): -1825002 or 1452004. OLE color: 1452004.
HSL color Cylindrical-coordinate representation of color #E42716: hue angle of 4.95º 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 #E42716 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 39 | 22 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.11 |
| HSL | 4.95º | 0.82% | 0.49% | - |
| HSV(B) | 4.95º | 0.9% | 0.89% | - |
| XYZ | 32.87 | 18 | 2.5 | - |
| YUV | 93.57 | 87.62 | 223.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 39 | 22 | 0 | 0.83 | 0.90 | 0.11 | 4.95 | 0.82 | 0.49 |
| Hex | E4 | 27 | 16 | 0 | 53 | 5A | B | 5 | 52 | 31 |
| Octal | 344 | 47 | 26 | 0 | 123 | 132 | 13 | 5 | 122 | 61 |
| Binary | 11100100 | 100111 | 10110 | 0 | 1010011 | 1011010 | 1011 | 101 | 1010010 | 110001 |
Color Harmonies of #E42716
Complementary color
Monochromatic Colors of #E42716
Black with #E42716
Text Example
Text Example
White with #E42716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42716; }
p { color: rgb(228,39,22); }
H1.HeaderClassName
{
color: #E42716;
}
.AnyTagClassName
{
color: #E42716;
}
</style>
background-color css
<style>
a { background-color: #E42716; }
a { background-color: rgb(228,39,22); }
div.DivClassName
{
background-color: #E42716;
}
.BgClassName
{
background-color: #E42716;
}
</style>
border-color css
<style>
span { border-color: #E42716; }
span { border-color: rgb(228,39,22); }
td.TdClassName
{
border-color: #E42716;
}
.TagClassName
{
border-color: #E42716;
}
</style>