Html Css Color HEX #E23114 Harley Davidson Orange
📋 copy color: '#E23114'red 226 ◦ green 49 ◦ blue 20
Shades of Harley Davidson Orange #E23114
Tints of Harley Davidson Orange #E23114
RGB
CMYK
RGB Variations
Color information
#E23114 (or 0xE23114) is known color: Harley Davidson Orange. HEX triplet: E2, 31 and 14. RGB value is (226,49,20). Sum of RGB (Red+Green+Blue) = 226+49+20=295 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.61% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 226 - color contains mainly: red. Hex color #E23114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E23114 is #1DCEEB. Grayscale: #626262. Windows color (decimal): -1953516 or 1323490. OLE color: 1323490.
HSL color Cylindrical-coordinate representation of color #E23114: hue angle of 8.45º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E23114 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 49 | 20 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.11 |
| HSL | 8.45º | 0.84% | 0.48% | - |
| HSV(B) | 8.45º | 0.91% | 0.89% | - |
| XYZ | 32.59 | 18.42 | 2.5 | - |
| YUV | 98.62 | 83.64 | 218.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 49 | 20 | 0 | 0.78 | 0.91 | 0.11 | 8.45 | 0.84 | 0.48 |
| Hex | E2 | 31 | 14 | 0 | 4E | 5B | B | 8 | 54 | 30 |
| Octal | 342 | 61 | 24 | 0 | 116 | 133 | 13 | 10 | 124 | 60 |
| Binary | 11100010 | 110001 | 10100 | 0 | 1001110 | 1011011 | 1011 | 1000 | 1010100 | 110000 |
Color Harmonies of #E23114
Complementary color
Monochromatic Colors of #E23114
Black with #E23114
Text Example
Text Example
White with #E23114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23114; }
p { color: rgb(226,49,20); }
H1.HeaderClassName
{
color: #E23114;
}
.AnyTagClassName
{
color: #E23114;
}
</style>
background-color css
<style>
a { background-color: #E23114; }
a { background-color: rgb(226,49,20); }
div.DivClassName
{
background-color: #E23114;
}
.BgClassName
{
background-color: #E23114;
}
</style>
border-color css
<style>
span { border-color: #E23114; }
span { border-color: rgb(226,49,20); }
td.TdClassName
{
border-color: #E23114;
}
.TagClassName
{
border-color: #E23114;
}
</style>