Html Css Color HEX #E8350D Harley Davidson Orange
📋 copy color: '#E8350D'red 232 ◦ green 53 ◦ blue 13
Shades of Harley Davidson Orange #E8350D
Tints of Harley Davidson Orange #E8350D
RGB
CMYK
RGB Variations
Color information
#E8350D (or 0xE8350D) is known color: Harley Davidson Orange. HEX triplet: E8, 35 and 0D. RGB value is (232,53,13). Sum of RGB (Red+Green+Blue) = 232+53+13=298 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.85% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 232 - color contains mainly: red. Hex color #E8350D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8350D is #17CAF2. Grayscale: #666666. Windows color (decimal): -1559283 or 865768. OLE color: 865768.
HSL color Cylindrical-coordinate representation of color #E8350D: hue angle of 10.96º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E8350D is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 53 | 13 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.09 |
| HSL | 10.96º | 0.89% | 0.48% | - |
| HSV(B) | 10.96º | 0.94% | 0.91% | - |
| XYZ | 34.62 | 19.73 | 2.36 | - |
| YUV | 101.96 | 77.8 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 53 | 13 | 0 | 0.77 | 0.94 | 0.09 | 10.96 | 0.89 | 0.48 |
| Hex | E8 | 35 | D | 0 | 4D | 5E | 9 | B | 59 | 30 |
| Octal | 350 | 65 | 15 | 0 | 115 | 136 | 11 | 13 | 131 | 60 |
| Binary | 11101000 | 110101 | 1101 | 0 | 1001101 | 1011110 | 1001 | 1011 | 1011001 | 110000 |
Color Harmonies of #E8350D
Complementary color
Monochromatic Colors of #E8350D
Black with #E8350D
Text Example
Text Example
White with #E8350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8350D; }
p { color: rgb(232,53,13); }
H1.HeaderClassName
{
color: #E8350D;
}
.AnyTagClassName
{
color: #E8350D;
}
</style>
background-color css
<style>
a { background-color: #E8350D; }
a { background-color: rgb(232,53,13); }
div.DivClassName
{
background-color: #E8350D;
}
.BgClassName
{
background-color: #E8350D;
}
</style>
border-color css
<style>
span { border-color: #E8350D; }
span { border-color: rgb(232,53,13); }
td.TdClassName
{
border-color: #E8350D;
}
.TagClassName
{
border-color: #E8350D;
}
</style>