Html Css Color HEX #E42D16 Harley Davidson Orange
📋 copy color: '#E42D16'red 228 ◦ green 45 ◦ blue 22
Shades of Harley Davidson Orange #E42D16
Tints of Harley Davidson Orange #E42D16
RGB
CMYK
RGB Variations
Color information
#E42D16 (or 0xE42D16) is known color: Harley Davidson Orange. HEX triplet: E4, 2D and 16. RGB value is (228,45,22). Sum of RGB (Red+Green+Blue) = 228+45+22=295 (39% of max value = 765). Red value is 228 (89.45% from 255 or 77.29% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 228 - color contains mainly: red. Hex color #E42D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42D16 is #1BD2E9. Grayscale: #616161. Windows color (decimal): -1823466 or 1453540. OLE color: 1453540.
HSL color Cylindrical-coordinate representation of color #E42D16: hue angle of 6.7º 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 #E42D16 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 45 | 22 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.11 |
| HSL | 6.7º | 0.82% | 0.49% | - |
| HSV(B) | 6.7º | 0.9% | 0.89% | - |
| XYZ | 33.08 | 18.43 | 2.57 | - |
| YUV | 97.1 | 85.63 | 221.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 45 | 22 | 0 | 0.80 | 0.90 | 0.11 | 6.7 | 0.82 | 0.49 |
| Hex | E4 | 2D | 16 | 0 | 50 | 5A | B | 7 | 52 | 31 |
| Octal | 344 | 55 | 26 | 0 | 120 | 132 | 13 | 7 | 122 | 61 |
| Binary | 11100100 | 101101 | 10110 | 0 | 1010000 | 1011010 | 1011 | 111 | 1010010 | 110001 |
Color Harmonies of #E42D16
Complementary color
Monochromatic Colors of #E42D16
Black with #E42D16
Text Example
Text Example
White with #E42D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42D16; }
p { color: rgb(228,45,22); }
H1.HeaderClassName
{
color: #E42D16;
}
.AnyTagClassName
{
color: #E42D16;
}
</style>
background-color css
<style>
a { background-color: #E42D16; }
a { background-color: rgb(228,45,22); }
div.DivClassName
{
background-color: #E42D16;
}
.BgClassName
{
background-color: #E42D16;
}
</style>
border-color css
<style>
span { border-color: #E42D16; }
span { border-color: rgb(228,45,22); }
td.TdClassName
{
border-color: #E42D16;
}
.TagClassName
{
border-color: #E42D16;
}
</style>