Html Css Color HEX #E3280F Harley Davidson Orange
📋 copy color: '#E3280F'red 227 ◦ green 40 ◦ blue 15
Shades of Harley Davidson Orange #E3280F
Tints of Harley Davidson Orange #E3280F
RGB
CMYK
RGB Variations
Color information
#E3280F (or 0xE3280F) is known color: Harley Davidson Orange. HEX triplet: E3, 28 and 0F. RGB value is (227,40,15). Sum of RGB (Red+Green+Blue) = 227+40+15=282 (37% of max value = 765). Red value is 227 (89.06% from 255 or 80.50% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 227 - color contains mainly: red. Hex color #E3280F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3280F is #1CD7F0. Grayscale: #5D5D5D. Windows color (decimal): -1890289 or 993507. OLE color: 993507.
HSL color Cylindrical-coordinate representation of color #E3280F: hue angle of 7.08º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E3280F is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 40 | 15 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.11 |
| HSL | 7.08º | 0.88% | 0.47% | - |
| HSV(B) | 7.08º | 0.93% | 0.89% | - |
| XYZ | 32.52 | 17.88 | 2.19 | - |
| YUV | 93.06 | 83.95 | 223.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 40 | 15 | 0 | 0.82 | 0.93 | 0.11 | 7.08 | 0.88 | 0.47 |
| Hex | E3 | 28 | F | 0 | 52 | 5D | B | 7 | 58 | 2F |
| Octal | 343 | 50 | 17 | 0 | 122 | 135 | 13 | 7 | 130 | 57 |
| Binary | 11100011 | 101000 | 1111 | 0 | 1010010 | 1011101 | 1011 | 111 | 1011000 | 101111 |
Color Harmonies of #E3280F
Complementary color
Monochromatic Colors of #E3280F
Black with #E3280F
Text Example
Text Example
White with #E3280F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3280F; }
p { color: rgb(227,40,15); }
H1.HeaderClassName
{
color: #E3280F;
}
.AnyTagClassName
{
color: #E3280F;
}
</style>
background-color css
<style>
a { background-color: #E3280F; }
a { background-color: rgb(227,40,15); }
div.DivClassName
{
background-color: #E3280F;
}
.BgClassName
{
background-color: #E3280F;
}
</style>
border-color css
<style>
span { border-color: #E3280F; }
span { border-color: rgb(227,40,15); }
td.TdClassName
{
border-color: #E3280F;
}
.TagClassName
{
border-color: #E3280F;
}
</style>