Html Css Color HEX #E43514 Harley Davidson Orange
📋 copy color: '#E43514'red 228 ◦ green 53 ◦ blue 20
Shades of Harley Davidson Orange #E43514
Tints of Harley Davidson Orange #E43514
RGB
CMYK
RGB Variations
Color information
#E43514 (or 0xE43514) is known color: Harley Davidson Orange. HEX triplet: E4, 35 and 14. RGB value is (228,53,20). Sum of RGB (Red+Green+Blue) = 228+53+20=301 (39% of max value = 765). Red value is 228 (89.45% from 255 or 75.75% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 228 - color contains mainly: red. Hex color #E43514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E43514 is #1BCAEB. Grayscale: #656565. Windows color (decimal): -1821420 or 1324516. OLE color: 1324516.
HSL color Cylindrical-coordinate representation of color #E43514: hue angle of 9.52º 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 #E43514 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 53 | 20 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.11 |
| HSL | 9.52º | 0.84% | 0.49% | - |
| HSV(B) | 9.52º | 0.91% | 0.89% | - |
| XYZ | 33.39 | 19.09 | 2.59 | - |
| YUV | 101.56 | 81.98 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 53 | 20 | 0 | 0.77 | 0.91 | 0.11 | 9.52 | 0.84 | 0.49 |
| Hex | E4 | 35 | 14 | 0 | 4D | 5B | B | A | 54 | 31 |
| Octal | 344 | 65 | 24 | 0 | 115 | 133 | 13 | 12 | 124 | 61 |
| Binary | 11100100 | 110101 | 10100 | 0 | 1001101 | 1011011 | 1011 | 1010 | 1010100 | 110001 |
Color Harmonies of #E43514
Complementary color
Monochromatic Colors of #E43514
Black with #E43514
Text Example
Text Example
White with #E43514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43514; }
p { color: rgb(228,53,20); }
H1.HeaderClassName
{
color: #E43514;
}
.AnyTagClassName
{
color: #E43514;
}
</style>
background-color css
<style>
a { background-color: #E43514; }
a { background-color: rgb(228,53,20); }
div.DivClassName
{
background-color: #E43514;
}
.BgClassName
{
background-color: #E43514;
}
</style>
border-color css
<style>
span { border-color: #E43514; }
span { border-color: rgb(228,53,20); }
td.TdClassName
{
border-color: #E43514;
}
.TagClassName
{
border-color: #E43514;
}
</style>