Html Css Color HEX #E3350A Harley Davidson Orange
📋 copy color: '#E3350A'red 227 ◦ green 53 ◦ blue 10
Shades of Harley Davidson Orange #E3350A
Tints of Harley Davidson Orange #E3350A
RGB
CMYK
RGB Variations
Color information
#E3350A (or 0xE3350A) is known color: Harley Davidson Orange. HEX triplet: E3, 35 and 0A. RGB value is (227,53,10). Sum of RGB (Red+Green+Blue) = 227+53+10=290 (38% of max value = 765). Red value is 227 (89.06% from 255 or 78.28% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 10 (4.30% from 255 or 3.45% from 290); Max value from RGB is 227 - color contains mainly: red. Hex color #E3350A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3350A is #1CCAF5. Grayscale: #646464. Windows color (decimal): -1886966 or 669155. OLE color: 669155.
HSL color Cylindrical-coordinate representation of color #E3350A: hue angle of 11.89º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E3350A is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 53 | 10 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.11 |
| HSL | 11.89º | 0.92% | 0.46% | - |
| HSV(B) | 11.89º | 0.96% | 0.89% | - |
| XYZ | 33.01 | 18.9 | 2.2 | - |
| YUV | 100.12 | 77.15 | 218.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 53 | 10 | 0 | 0.77 | 0.96 | 0.11 | 11.89 | 0.92 | 0.46 |
| Hex | E3 | 35 | A | 0 | 4D | 60 | B | C | 5C | 2E |
| Octal | 343 | 65 | 12 | 0 | 115 | 140 | 13 | 14 | 134 | 56 |
| Binary | 11100011 | 110101 | 1010 | 0 | 1001101 | 1100000 | 1011 | 1100 | 1011100 | 101110 |
Color Harmonies of #E3350A
Complementary color
Monochromatic Colors of #E3350A
Black with #E3350A
Text Example
Text Example
White with #E3350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3350A; }
p { color: rgb(227,53,10); }
H1.HeaderClassName
{
color: #E3350A;
}
.AnyTagClassName
{
color: #E3350A;
}
</style>
background-color css
<style>
a { background-color: #E3350A; }
a { background-color: rgb(227,53,10); }
div.DivClassName
{
background-color: #E3350A;
}
.BgClassName
{
background-color: #E3350A;
}
</style>
border-color css
<style>
span { border-color: #E3350A; }
span { border-color: rgb(227,53,10); }
td.TdClassName
{
border-color: #E3350A;
}
.TagClassName
{
border-color: #E3350A;
}
</style>