Html Css Color HEX #E42314 Harley Davidson Orange
📋 copy color: '#E42314'red 228 ◦ green 35 ◦ blue 20
Shades of Harley Davidson Orange #E42314
Tints of Harley Davidson Orange #E42314
RGB
CMYK
RGB Variations
Color information
#E42314 (or 0xE42314) is known color: Harley Davidson Orange. HEX triplet: E4, 23 and 14. RGB value is (228,35,20). Sum of RGB (Red+Green+Blue) = 228+35+20=283 (37% of max value = 765). Red value is 228 (89.45% from 255 or 80.57% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 228 - color contains mainly: red. Hex color #E42314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42314 is #1BDCEB. Grayscale: #5B5B5B. Windows color (decimal): -1826028 or 1319908. OLE color: 1319908.
HSL color Cylindrical-coordinate representation of color #E42314: hue angle of 4.33º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E42314 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 35 | 20 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.11 |
| HSL | 4.33º | 0.84% | 0.49% | - |
| HSV(B) | 4.33º | 0.91% | 0.89% | - |
| XYZ | 32.72 | 17.75 | 2.36 | - |
| YUV | 91 | 87.94 | 225.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 35 | 20 | 0 | 0.85 | 0.91 | 0.11 | 4.33 | 0.84 | 0.49 |
| Hex | E4 | 23 | 14 | 0 | 55 | 5B | B | 4 | 54 | 31 |
| Octal | 344 | 43 | 24 | 0 | 125 | 133 | 13 | 4 | 124 | 61 |
| Binary | 11100100 | 100011 | 10100 | 0 | 1010101 | 1011011 | 1011 | 100 | 1010100 | 110001 |
Color Harmonies of #E42314
Complementary color
Monochromatic Colors of #E42314
Black with #E42314
Text Example
Text Example
White with #E42314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42314; }
p { color: rgb(228,35,20); }
H1.HeaderClassName
{
color: #E42314;
}
.AnyTagClassName
{
color: #E42314;
}
</style>
background-color css
<style>
a { background-color: #E42314; }
a { background-color: rgb(228,35,20); }
div.DivClassName
{
background-color: #E42314;
}
.BgClassName
{
background-color: #E42314;
}
</style>
border-color css
<style>
span { border-color: #E42314; }
span { border-color: rgb(228,35,20); }
td.TdClassName
{
border-color: #E42314;
}
.TagClassName
{
border-color: #E42314;
}
</style>