Html Css Color HEX #E4310B Harley Davidson Orange
📋 copy color: '#E4310B'red 228 ◦ green 49 ◦ blue 11
Shades of Harley Davidson Orange #E4310B
Tints of Harley Davidson Orange #E4310B
RGB
CMYK
RGB Variations
Color information
#E4310B (or 0xE4310B) is known color: Harley Davidson Orange. HEX triplet: E4, 31 and 0B. RGB value is (228,49,11). Sum of RGB (Red+Green+Blue) = 228+49+11=288 (38% of max value = 765). Red value is 228 (89.45% from 255 or 79.17% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 11 (4.69% from 255 or 3.82% from 288); Max value from RGB is 228 - color contains mainly: red. Hex color #E4310B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E4310B is #1BCEF4. Grayscale: #626262. Windows color (decimal): -1822453 or 733668. OLE color: 733668.
HSL color Cylindrical-coordinate representation of color #E4310B: hue angle of 10.51º 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 #E4310B is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 49 | 11 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.11 |
| HSL | 10.51º | 0.91% | 0.47% | - |
| HSV(B) | 10.51º | 0.95% | 0.89% | - |
| XYZ | 33.15 | 18.71 | 2.18 | - |
| YUV | 98.19 | 78.8 | 220.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 49 | 11 | 0 | 0.79 | 0.95 | 0.11 | 10.51 | 0.91 | 0.47 |
| Hex | E4 | 31 | B | 0 | 4F | 5F | B | B | 5B | 2F |
| Octal | 344 | 61 | 13 | 0 | 117 | 137 | 13 | 13 | 133 | 57 |
| Binary | 11100100 | 110001 | 1011 | 0 | 1001111 | 1011111 | 1011 | 1011 | 1011011 | 101111 |
Color Harmonies of #E4310B
Complementary color
Monochromatic Colors of #E4310B
Black with #E4310B
Text Example
Text Example
White with #E4310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4310B; }
p { color: rgb(228,49,11); }
H1.HeaderClassName
{
color: #E4310B;
}
.AnyTagClassName
{
color: #E4310B;
}
</style>
background-color css
<style>
a { background-color: #E4310B; }
a { background-color: rgb(228,49,11); }
div.DivClassName
{
background-color: #E4310B;
}
.BgClassName
{
background-color: #E4310B;
}
</style>
border-color css
<style>
span { border-color: #E4310B; }
span { border-color: rgb(228,49,11); }
td.TdClassName
{
border-color: #E4310B;
}
.TagClassName
{
border-color: #E4310B;
}
</style>