Html Css Color HEX #E1350F Harley Davidson Orange
📋 copy color: '#E1350F'red 225 ◦ green 53 ◦ blue 15
Shades of Harley Davidson Orange #E1350F
Tints of Harley Davidson Orange #E1350F
RGB
CMYK
RGB Variations
Color information
#E1350F (or 0xE1350F) is known color: Harley Davidson Orange. HEX triplet: E1, 35 and 0F. RGB value is (225,53,15). Sum of RGB (Red+Green+Blue) = 225+53+15=293 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.79% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 225 - color contains mainly: red. Hex color #E1350F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1350F is #1ECAF0. Grayscale: #646464. Windows color (decimal): -2018033 or 996833. OLE color: 996833.
HSL color Cylindrical-coordinate representation of color #E1350F: hue angle of 10.86º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1350F is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 53 | 15 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.12 |
| HSL | 10.86º | 0.88% | 0.47% | - |
| HSV(B) | 10.86º | 0.93% | 0.88% | - |
| XYZ | 32.41 | 18.59 | 2.33 | - |
| YUV | 100.1 | 79.98 | 217.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 53 | 15 | 0 | 0.76 | 0.93 | 0.12 | 10.86 | 0.88 | 0.47 |
| Hex | E1 | 35 | F | 0 | 4C | 5D | C | B | 58 | 2F |
| Octal | 341 | 65 | 17 | 0 | 114 | 135 | 14 | 13 | 130 | 57 |
| Binary | 11100001 | 110101 | 1111 | 0 | 1001100 | 1011101 | 1100 | 1011 | 1011000 | 101111 |
Color Harmonies of #E1350F
Complementary color
Monochromatic Colors of #E1350F
Black with #E1350F
Text Example
Text Example
White with #E1350F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1350F; }
p { color: rgb(225,53,15); }
H1.HeaderClassName
{
color: #E1350F;
}
.AnyTagClassName
{
color: #E1350F;
}
</style>
background-color css
<style>
a { background-color: #E1350F; }
a { background-color: rgb(225,53,15); }
div.DivClassName
{
background-color: #E1350F;
}
.BgClassName
{
background-color: #E1350F;
}
</style>
border-color css
<style>
span { border-color: #E1350F; }
span { border-color: rgb(225,53,15); }
td.TdClassName
{
border-color: #E1350F;
}
.TagClassName
{
border-color: #E1350F;
}
</style>