Html Css Color HEX #E42C17 Harley Davidson Orange
📋 copy color: '#E42C17'red 228 ◦ green 44 ◦ blue 23
Shades of Harley Davidson Orange #E42C17
Tints of Harley Davidson Orange #E42C17
RGB
CMYK
RGB Variations
Color information
#E42C17 (or 0xE42C17) is known color: Harley Davidson Orange. HEX triplet: E4, 2C and 17. RGB value is (228,44,23). Sum of RGB (Red+Green+Blue) = 228+44+23=295 (39% of max value = 765). Red value is 228 (89.45% from 255 or 77.29% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 228 - color contains mainly: red. Hex color #E42C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42C17 is #1BD3E8. Grayscale: #606060. Windows color (decimal): -1823721 or 1518820. OLE color: 1518820.
HSL color Cylindrical-coordinate representation of color #E42C17: hue angle of 6.15º 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 #E42C17 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 44 | 23 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.11 |
| HSL | 6.15º | 0.82% | 0.49% | - |
| HSV(B) | 6.15º | 0.9% | 0.89% | - |
| XYZ | 33.05 | 18.36 | 2.61 | - |
| YUV | 96.62 | 86.46 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 44 | 23 | 0 | 0.81 | 0.90 | 0.11 | 6.15 | 0.82 | 0.49 |
| Hex | E4 | 2C | 17 | 0 | 51 | 5A | B | 6 | 52 | 31 |
| Octal | 344 | 54 | 27 | 0 | 121 | 132 | 13 | 6 | 122 | 61 |
| Binary | 11100100 | 101100 | 10111 | 0 | 1010001 | 1011010 | 1011 | 110 | 1010010 | 110001 |
Color Harmonies of #E42C17
Complementary color
Monochromatic Colors of #E42C17
Black with #E42C17
Text Example
Text Example
White with #E42C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42C17; }
p { color: rgb(228,44,23); }
H1.HeaderClassName
{
color: #E42C17;
}
.AnyTagClassName
{
color: #E42C17;
}
</style>
background-color css
<style>
a { background-color: #E42C17; }
a { background-color: rgb(228,44,23); }
div.DivClassName
{
background-color: #E42C17;
}
.BgClassName
{
background-color: #E42C17;
}
</style>
border-color css
<style>
span { border-color: #E42C17; }
span { border-color: rgb(228,44,23); }
td.TdClassName
{
border-color: #E42C17;
}
.TagClassName
{
border-color: #E42C17;
}
</style>