Html Css Color HEX #E3350F Harley Davidson Orange
📋 copy color: '#E3350F'red 227 ◦ green 53 ◦ blue 15
Shades of Harley Davidson Orange #E3350F
Tints of Harley Davidson Orange #E3350F
RGB
CMYK
RGB Variations
Color information
#E3350F (or 0xE3350F) is known color: Harley Davidson Orange. HEX triplet: E3, 35 and 0F. RGB value is (227,53,15). Sum of RGB (Red+Green+Blue) = 227+53+15=295 (39% of max value = 765). Red value is 227 (89.06% from 255 or 76.95% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 227 - color contains mainly: red. Hex color #E3350F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3350F is #1CCAF0. Grayscale: #656565. Windows color (decimal): -1886961 or 996835. OLE color: 996835.
HSL color Cylindrical-coordinate representation of color #E3350F: hue angle of 10.75º 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 #E3350F is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 53 | 15 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.11 |
| HSL | 10.75º | 0.88% | 0.47% | - |
| HSV(B) | 10.75º | 0.93% | 0.89% | - |
| XYZ | 33.04 | 18.91 | 2.36 | - |
| YUV | 100.69 | 79.65 | 218.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 53 | 15 | 0 | 0.77 | 0.93 | 0.11 | 10.75 | 0.88 | 0.47 |
| Hex | E3 | 35 | F | 0 | 4D | 5D | B | B | 58 | 2F |
| Octal | 343 | 65 | 17 | 0 | 115 | 135 | 13 | 13 | 130 | 57 |
| Binary | 11100011 | 110101 | 1111 | 0 | 1001101 | 1011101 | 1011 | 1011 | 1011000 | 101111 |
Color Harmonies of #E3350F
Complementary color
Monochromatic Colors of #E3350F
Black with #E3350F
Text Example
Text Example
White with #E3350F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3350F; }
p { color: rgb(227,53,15); }
H1.HeaderClassName
{
color: #E3350F;
}
.AnyTagClassName
{
color: #E3350F;
}
</style>
background-color css
<style>
a { background-color: #E3350F; }
a { background-color: rgb(227,53,15); }
div.DivClassName
{
background-color: #E3350F;
}
.BgClassName
{
background-color: #E3350F;
}
</style>
border-color css
<style>
span { border-color: #E3350F; }
span { border-color: rgb(227,53,15); }
td.TdClassName
{
border-color: #E3350F;
}
.TagClassName
{
border-color: #E3350F;
}
</style>