Html Css Color HEX #E3280E Harley Davidson Orange
📋 copy color: '#E3280E'red 227 ◦ green 40 ◦ blue 14
Shades of Harley Davidson Orange #E3280E
Tints of Harley Davidson Orange #E3280E
RGB
CMYK
RGB Variations
Color information
#E3280E (or 0xE3280E) is known color: Harley Davidson Orange. HEX triplet: E3, 28 and 0E. RGB value is (227,40,14). Sum of RGB (Red+Green+Blue) = 227+40+14=281 (37% of max value = 765). Red value is 227 (89.06% from 255 or 80.78% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 14 (5.86% from 255 or 4.98% from 281); Max value from RGB is 227 - color contains mainly: red. Hex color #E3280E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3280E is #1CD7F1. Grayscale: #5D5D5D. Windows color (decimal): -1890290 or 927971. OLE color: 927971.
HSL color Cylindrical-coordinate representation of color #E3280E: hue angle of 7.32º degrees, saturation: 0.88, 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 #E3280E is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 40 | 14 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.11 |
| HSL | 7.32º | 0.88% | 0.47% | - |
| HSV(B) | 7.32º | 0.94% | 0.89% | - |
| XYZ | 32.52 | 17.88 | 2.15 | - |
| YUV | 92.95 | 83.45 | 223.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 40 | 14 | 0 | 0.82 | 0.94 | 0.11 | 7.32 | 0.88 | 0.47 |
| Hex | E3 | 28 | E | 0 | 52 | 5E | B | 7 | 58 | 2F |
| Octal | 343 | 50 | 16 | 0 | 122 | 136 | 13 | 7 | 130 | 57 |
| Binary | 11100011 | 101000 | 1110 | 0 | 1010010 | 1011110 | 1011 | 111 | 1011000 | 101111 |
Color Harmonies of #E3280E
Complementary color
Monochromatic Colors of #E3280E
Black with #E3280E
Text Example
Text Example
White with #E3280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3280E; }
p { color: rgb(227,40,14); }
H1.HeaderClassName
{
color: #E3280E;
}
.AnyTagClassName
{
color: #E3280E;
}
</style>
background-color css
<style>
a { background-color: #E3280E; }
a { background-color: rgb(227,40,14); }
div.DivClassName
{
background-color: #E3280E;
}
.BgClassName
{
background-color: #E3280E;
}
</style>
border-color css
<style>
span { border-color: #E3280E; }
span { border-color: rgb(227,40,14); }
td.TdClassName
{
border-color: #E3280E;
}
.TagClassName
{
border-color: #E3280E;
}
</style>