Html Css Color HEX #E2340A Harley Davidson Orange
📋 copy color: '#E2340A'red 226 ◦ green 52 ◦ blue 10
Shades of Harley Davidson Orange #E2340A
Tints of Harley Davidson Orange #E2340A
RGB
CMYK
RGB Variations
Color information
#E2340A (or 0xE2340A) is known color: Harley Davidson Orange. HEX triplet: E2, 34 and 0A. RGB value is (226,52,10). Sum of RGB (Red+Green+Blue) = 226+52+10=288 (38% of max value = 765). Red value is 226 (88.67% from 255 or 78.47% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 10 (4.30% from 255 or 3.47% from 288); Max value from RGB is 226 - color contains mainly: red. Hex color #E2340A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2340A is #1DCBF5. Grayscale: #636363. Windows color (decimal): -1952758 or 668898. OLE color: 668898.
HSL color Cylindrical-coordinate representation of color #E2340A: hue angle of 11.67º 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 #E2340A is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 52 | 10 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.11 |
| HSL | 11.67º | 0.92% | 0.46% | - |
| HSV(B) | 11.67º | 0.96% | 0.89% | - |
| XYZ | 32.65 | 18.65 | 2.17 | - |
| YUV | 99.24 | 77.65 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 52 | 10 | 0 | 0.77 | 0.96 | 0.11 | 11.67 | 0.92 | 0.46 |
| Hex | E2 | 34 | A | 0 | 4D | 60 | B | C | 5C | 2E |
| Octal | 342 | 64 | 12 | 0 | 115 | 140 | 13 | 14 | 134 | 56 |
| Binary | 11100010 | 110100 | 1010 | 0 | 1001101 | 1100000 | 1011 | 1100 | 1011100 | 101110 |
Color Harmonies of #E2340A
Complementary color
Monochromatic Colors of #E2340A
Black with #E2340A
Text Example
Text Example
White with #E2340A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2340A; }
p { color: rgb(226,52,10); }
H1.HeaderClassName
{
color: #E2340A;
}
.AnyTagClassName
{
color: #E2340A;
}
</style>
background-color css
<style>
a { background-color: #E2340A; }
a { background-color: rgb(226,52,10); }
div.DivClassName
{
background-color: #E2340A;
}
.BgClassName
{
background-color: #E2340A;
}
</style>
border-color css
<style>
span { border-color: #E2340A; }
span { border-color: rgb(226,52,10); }
td.TdClassName
{
border-color: #E2340A;
}
.TagClassName
{
border-color: #E2340A;
}
</style>