Html Css Color HEX #E4350D Harley Davidson Orange
📋 copy color: '#E4350D'red 228 ◦ green 53 ◦ blue 13
Shades of Harley Davidson Orange #E4350D
Tints of Harley Davidson Orange #E4350D
RGB
CMYK
RGB Variations
Color information
#E4350D (or 0xE4350D) is known color: Harley Davidson Orange. HEX triplet: E4, 35 and 0D. RGB value is (228,53,13). Sum of RGB (Red+Green+Blue) = 228+53+13=294 (38% of max value = 765). Red value is 228 (89.45% from 255 or 77.55% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 13 (5.47% from 255 or 4.42% from 294); Max value from RGB is 228 - color contains mainly: red. Hex color #E4350D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E4350D is #1BCAF2. Grayscale: #656565. Windows color (decimal): -1821427 or 865764. OLE color: 865764.
HSL color Cylindrical-coordinate representation of color #E4350D: hue angle of 11.16º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E4350D is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 53 | 13 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.11 |
| HSL | 11.16º | 0.89% | 0.47% | - |
| HSV(B) | 11.16º | 0.94% | 0.89% | - |
| XYZ | 33.34 | 19.07 | 2.3 | - |
| YUV | 100.77 | 78.48 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 53 | 13 | 0 | 0.77 | 0.94 | 0.11 | 11.16 | 0.89 | 0.47 |
| Hex | E4 | 35 | D | 0 | 4D | 5E | B | B | 59 | 2F |
| Octal | 344 | 65 | 15 | 0 | 115 | 136 | 13 | 13 | 131 | 57 |
| Binary | 11100100 | 110101 | 1101 | 0 | 1001101 | 1011110 | 1011 | 1011 | 1011001 | 101111 |
Color Harmonies of #E4350D
Complementary color
Monochromatic Colors of #E4350D
Black with #E4350D
Text Example
Text Example
White with #E4350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4350D; }
p { color: rgb(228,53,13); }
H1.HeaderClassName
{
color: #E4350D;
}
.AnyTagClassName
{
color: #E4350D;
}
</style>
background-color css
<style>
a { background-color: #E4350D; }
a { background-color: rgb(228,53,13); }
div.DivClassName
{
background-color: #E4350D;
}
.BgClassName
{
background-color: #E4350D;
}
</style>
border-color css
<style>
span { border-color: #E4350D; }
span { border-color: rgb(228,53,13); }
td.TdClassName
{
border-color: #E4350D;
}
.TagClassName
{
border-color: #E4350D;
}
</style>