Html Css Color HEX #E33114 Harley Davidson Orange
📋 copy color: '#E33114'red 227 ◦ green 49 ◦ blue 20
Shades of Harley Davidson Orange #E33114
Tints of Harley Davidson Orange #E33114
RGB
CMYK
RGB Variations
Color information
#E33114 (or 0xE33114) is known color: Harley Davidson Orange. HEX triplet: E3, 31 and 14. RGB value is (227,49,20). Sum of RGB (Red+Green+Blue) = 227+49+20=296 (39% of max value = 765). Red value is 227 (89.06% from 255 or 76.69% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 227 - color contains mainly: red. Hex color #E33114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E33114 is #1CCEEB. Grayscale: #636363. Windows color (decimal): -1887980 or 1323491. OLE color: 1323491.
HSL color Cylindrical-coordinate representation of color #E33114: hue angle of 8.41º 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 #E33114 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 49 | 20 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.11 |
| HSL | 8.41º | 0.84% | 0.48% | - |
| HSV(B) | 8.41º | 0.91% | 0.89% | - |
| XYZ | 32.9 | 18.58 | 2.51 | - |
| YUV | 98.92 | 83.47 | 219.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 49 | 20 | 0 | 0.78 | 0.91 | 0.11 | 8.41 | 0.84 | 0.48 |
| Hex | E3 | 31 | 14 | 0 | 4E | 5B | B | 8 | 54 | 30 |
| Octal | 343 | 61 | 24 | 0 | 116 | 133 | 13 | 10 | 124 | 60 |
| Binary | 11100011 | 110001 | 10100 | 0 | 1001110 | 1011011 | 1011 | 1000 | 1010100 | 110000 |
Color Harmonies of #E33114
Complementary color
Monochromatic Colors of #E33114
Black with #E33114
Text Example
Text Example
White with #E33114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33114; }
p { color: rgb(227,49,20); }
H1.HeaderClassName
{
color: #E33114;
}
.AnyTagClassName
{
color: #E33114;
}
</style>
background-color css
<style>
a { background-color: #E33114; }
a { background-color: rgb(227,49,20); }
div.DivClassName
{
background-color: #E33114;
}
.BgClassName
{
background-color: #E33114;
}
</style>
border-color css
<style>
span { border-color: #E33114; }
span { border-color: rgb(227,49,20); }
td.TdClassName
{
border-color: #E33114;
}
.TagClassName
{
border-color: #E33114;
}
</style>