Html Css Color HEX #E43413 Harley Davidson Orange
📋 copy color: '#E43413'red 228 ◦ green 52 ◦ blue 19
Shades of Harley Davidson Orange #E43413
Tints of Harley Davidson Orange #E43413
RGB
CMYK
RGB Variations
Color information
#E43413 (or 0xE43413) is known color: Harley Davidson Orange. HEX triplet: E4, 34 and 13. RGB value is (228,52,19). Sum of RGB (Red+Green+Blue) = 228+52+19=299 (39% of max value = 765). Red value is 228 (89.45% from 255 or 76.25% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 19 (7.81% from 255 or 6.35% from 299); Max value from RGB is 228 - color contains mainly: red. Hex color #E43413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E43413 is #1BCBEC. Grayscale: #656565. Windows color (decimal): -1821677 or 1258724. OLE color: 1258724.
HSL color Cylindrical-coordinate representation of color #E43413: hue angle of 9.47º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E43413 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 52 | 19 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.11 |
| HSL | 9.47º | 0.85% | 0.48% | - |
| HSV(B) | 9.47º | 0.92% | 0.89% | - |
| XYZ | 33.34 | 19 | 2.53 | - |
| YUV | 100.86 | 81.81 | 218.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 52 | 19 | 0 | 0.77 | 0.92 | 0.11 | 9.47 | 0.85 | 0.48 |
| Hex | E4 | 34 | 13 | 0 | 4D | 5C | B | 9 | 55 | 30 |
| Octal | 344 | 64 | 23 | 0 | 115 | 134 | 13 | 11 | 125 | 60 |
| Binary | 11100100 | 110100 | 10011 | 0 | 1001101 | 1011100 | 1011 | 1001 | 1010101 | 110000 |
Color Harmonies of #E43413
Complementary color
Monochromatic Colors of #E43413
Black with #E43413
Text Example
Text Example
White with #E43413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43413; }
p { color: rgb(228,52,19); }
H1.HeaderClassName
{
color: #E43413;
}
.AnyTagClassName
{
color: #E43413;
}
</style>
background-color css
<style>
a { background-color: #E43413; }
a { background-color: rgb(228,52,19); }
div.DivClassName
{
background-color: #E43413;
}
.BgClassName
{
background-color: #E43413;
}
</style>
border-color css
<style>
span { border-color: #E43413; }
span { border-color: rgb(228,52,19); }
td.TdClassName
{
border-color: #E43413;
}
.TagClassName
{
border-color: #E43413;
}
</style>