Html Css Color HEX #E2230D Harley Davidson Orange
📋 copy color: '#E2230D'red 226 ◦ green 35 ◦ blue 13
Shades of Harley Davidson Orange #E2230D
Tints of Harley Davidson Orange #E2230D
RGB
CMYK
RGB Variations
Color information
#E2230D (or 0xE2230D) is known color: Harley Davidson Orange. HEX triplet: E2, 23 and 0D. RGB value is (226,35,13). Sum of RGB (Red+Green+Blue) = 226+35+13=274 (36% of max value = 765). Red value is 226 (88.67% from 255 or 82.48% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 226 - color contains mainly: red. Hex color #E2230D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2230D is #1DDCF2. Grayscale: #595959. Windows color (decimal): -1957107 or 861154. OLE color: 861154.
HSL color Cylindrical-coordinate representation of color #E2230D: hue angle of 6.2º 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 #E2230D is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 35 | 13 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.11 |
| HSL | 6.2º | 0.89% | 0.47% | - |
| HSV(B) | 6.2º | 0.94% | 0.89% | - |
| XYZ | 32.04 | 17.4 | 2.05 | - |
| YUV | 89.6 | 84.78 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 35 | 13 | 0 | 0.85 | 0.94 | 0.11 | 6.2 | 0.89 | 0.47 |
| Hex | E2 | 23 | D | 0 | 55 | 5E | B | 6 | 59 | 2F |
| Octal | 342 | 43 | 15 | 0 | 125 | 136 | 13 | 6 | 131 | 57 |
| Binary | 11100010 | 100011 | 1101 | 0 | 1010101 | 1011110 | 1011 | 110 | 1011001 | 101111 |
Color Harmonies of #E2230D
Complementary color
Monochromatic Colors of #E2230D
Black with #E2230D
Text Example
Text Example
White with #E2230D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2230D; }
p { color: rgb(226,35,13); }
H1.HeaderClassName
{
color: #E2230D;
}
.AnyTagClassName
{
color: #E2230D;
}
</style>
background-color css
<style>
a { background-color: #E2230D; }
a { background-color: rgb(226,35,13); }
div.DivClassName
{
background-color: #E2230D;
}
.BgClassName
{
background-color: #E2230D;
}
</style>
border-color css
<style>
span { border-color: #E2230D; }
span { border-color: rgb(226,35,13); }
td.TdClassName
{
border-color: #E2230D;
}
.TagClassName
{
border-color: #E2230D;
}
</style>