Html Css Color HEX #E3310B Harley Davidson Orange
📋 copy color: '#E3310B'red 227 ◦ green 49 ◦ blue 11
Shades of Harley Davidson Orange #E3310B
Tints of Harley Davidson Orange #E3310B
RGB
CMYK
RGB Variations
Color information
#E3310B (or 0xE3310B) is known color: Harley Davidson Orange. HEX triplet: E3, 31 and 0B. RGB value is (227,49,11). Sum of RGB (Red+Green+Blue) = 227+49+11=287 (38% of max value = 765). Red value is 227 (89.06% from 255 or 79.09% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 227 - color contains mainly: red. Hex color #E3310B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3310B is #1CCEF4. Grayscale: #626262. Windows color (decimal): -1887989 or 733667. OLE color: 733667.
HSL color Cylindrical-coordinate representation of color #E3310B: hue angle of 10.56º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E3310B is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 49 | 11 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.11 |
| HSL | 10.56º | 0.91% | 0.47% | - |
| HSV(B) | 10.56º | 0.95% | 0.89% | - |
| XYZ | 32.84 | 18.55 | 2.17 | - |
| YUV | 97.89 | 78.97 | 220.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 49 | 11 | 0 | 0.78 | 0.95 | 0.11 | 10.56 | 0.91 | 0.47 |
| Hex | E3 | 31 | B | 0 | 4E | 5F | B | B | 5B | 2F |
| Octal | 343 | 61 | 13 | 0 | 116 | 137 | 13 | 13 | 133 | 57 |
| Binary | 11100011 | 110001 | 1011 | 0 | 1001110 | 1011111 | 1011 | 1011 | 1011011 | 101111 |
Color Harmonies of #E3310B
Complementary color
Monochromatic Colors of #E3310B
Black with #E3310B
Text Example
Text Example
White with #E3310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3310B; }
p { color: rgb(227,49,11); }
H1.HeaderClassName
{
color: #E3310B;
}
.AnyTagClassName
{
color: #E3310B;
}
</style>
background-color css
<style>
a { background-color: #E3310B; }
a { background-color: rgb(227,49,11); }
div.DivClassName
{
background-color: #E3310B;
}
.BgClassName
{
background-color: #E3310B;
}
</style>
border-color css
<style>
span { border-color: #E3310B; }
span { border-color: rgb(227,49,11); }
td.TdClassName
{
border-color: #E3310B;
}
.TagClassName
{
border-color: #E3310B;
}
</style>