Html Css Color HEX #E3280C Harley Davidson Orange
📋 copy color: '#E3280C'red 227 ◦ green 40 ◦ blue 12
Shades of Harley Davidson Orange #E3280C
Tints of Harley Davidson Orange #E3280C
RGB
CMYK
RGB Variations
Color information
#E3280C (or 0xE3280C) is known color: Harley Davidson Orange. HEX triplet: E3, 28 and 0C. RGB value is (227,40,12). Sum of RGB (Red+Green+Blue) = 227+40+12=279 (36% of max value = 765). Red value is 227 (89.06% from 255 or 81.36% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 227 - color contains mainly: red. Hex color #E3280C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3280C is #1CD7F3. Grayscale: #5D5D5D. Windows color (decimal): -1890292 or 796899. OLE color: 796899.
HSL color Cylindrical-coordinate representation of color #E3280C: hue angle of 7.81º degrees, saturation: 0.9, 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 #E3280C is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 40 | 12 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.11 |
| HSL | 7.81º | 0.9% | 0.47% | - |
| HSV(B) | 7.81º | 0.95% | 0.89% | - |
| XYZ | 32.5 | 17.88 | 2.08 | - |
| YUV | 92.72 | 82.45 | 223.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 40 | 12 | 0 | 0.82 | 0.95 | 0.11 | 7.81 | 0.9 | 0.47 |
| Hex | E3 | 28 | C | 0 | 52 | 5F | B | 8 | 5A | 2F |
| Octal | 343 | 50 | 14 | 0 | 122 | 137 | 13 | 10 | 132 | 57 |
| Binary | 11100011 | 101000 | 1100 | 0 | 1010010 | 1011111 | 1011 | 1000 | 1011010 | 101111 |
Color Harmonies of #E3280C
Complementary color
Monochromatic Colors of #E3280C
Black with #E3280C
Text Example
Text Example
White with #E3280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3280C; }
p { color: rgb(227,40,12); }
H1.HeaderClassName
{
color: #E3280C;
}
.AnyTagClassName
{
color: #E3280C;
}
</style>
background-color css
<style>
a { background-color: #E3280C; }
a { background-color: rgb(227,40,12); }
div.DivClassName
{
background-color: #E3280C;
}
.BgClassName
{
background-color: #E3280C;
}
</style>
border-color css
<style>
span { border-color: #E3280C; }
span { border-color: rgb(227,40,12); }
td.TdClassName
{
border-color: #E3280C;
}
.TagClassName
{
border-color: #E3280C;
}
</style>