Html Css Color HEX #E2350A Harley Davidson Orange
📋 copy color: '#E2350A'red 226 ◦ green 53 ◦ blue 10
Shades of Harley Davidson Orange #E2350A
Tints of Harley Davidson Orange #E2350A
RGB
CMYK
RGB Variations
Color information
#E2350A (or 0xE2350A) is known color: Harley Davidson Orange. HEX triplet: E2, 35 and 0A. RGB value is (226,53,10). Sum of RGB (Red+Green+Blue) = 226+53+10=289 (38% of max value = 765). Red value is 226 (88.67% from 255 or 78.20% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 226 - color contains mainly: red. Hex color #E2350A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2350A is #1DCAF5. Grayscale: #646464. Windows color (decimal): -1952502 or 669154. OLE color: 669154.
HSL color Cylindrical-coordinate representation of color #E2350A: hue angle of 11.94º 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 #E2350A is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 53 | 10 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.11 |
| HSL | 11.94º | 0.92% | 0.46% | - |
| HSV(B) | 11.94º | 0.96% | 0.89% | - |
| XYZ | 32.69 | 18.74 | 2.18 | - |
| YUV | 99.83 | 77.31 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 53 | 10 | 0 | 0.77 | 0.96 | 0.11 | 11.94 | 0.92 | 0.46 |
| Hex | E2 | 35 | A | 0 | 4D | 60 | B | C | 5C | 2E |
| Octal | 342 | 65 | 12 | 0 | 115 | 140 | 13 | 14 | 134 | 56 |
| Binary | 11100010 | 110101 | 1010 | 0 | 1001101 | 1100000 | 1011 | 1100 | 1011100 | 101110 |
Color Harmonies of #E2350A
Complementary color
Monochromatic Colors of #E2350A
Black with #E2350A
Text Example
Text Example
White with #E2350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2350A; }
p { color: rgb(226,53,10); }
H1.HeaderClassName
{
color: #E2350A;
}
.AnyTagClassName
{
color: #E2350A;
}
</style>
background-color css
<style>
a { background-color: #E2350A; }
a { background-color: rgb(226,53,10); }
div.DivClassName
{
background-color: #E2350A;
}
.BgClassName
{
background-color: #E2350A;
}
</style>
border-color css
<style>
span { border-color: #E2350A; }
span { border-color: rgb(226,53,10); }
td.TdClassName
{
border-color: #E2350A;
}
.TagClassName
{
border-color: #E2350A;
}
</style>