Html Css Color HEX #E1350B Harley Davidson Orange
📋 copy color: '#E1350B'red 225 ◦ green 53 ◦ blue 11
Shades of Harley Davidson Orange #E1350B
Tints of Harley Davidson Orange #E1350B
RGB
CMYK
RGB Variations
Color information
#E1350B (or 0xE1350B) is known color: Harley Davidson Orange. HEX triplet: E1, 35 and 0B. RGB value is (225,53,11). Sum of RGB (Red+Green+Blue) = 225+53+11=289 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.85% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 225 - color contains mainly: red. Hex color #E1350B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1350B is #1ECAF4. Grayscale: #636363. Windows color (decimal): -2018037 or 734689. OLE color: 734689.
HSL color Cylindrical-coordinate representation of color #E1350B: hue angle of 11.78º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1350B is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 53 | 11 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.12 |
| HSL | 11.78º | 0.91% | 0.46% | - |
| HSV(B) | 11.78º | 0.95% | 0.88% | - |
| XYZ | 32.38 | 18.58 | 2.2 | - |
| YUV | 99.64 | 77.98 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 53 | 11 | 0 | 0.76 | 0.95 | 0.12 | 11.78 | 0.91 | 0.46 |
| Hex | E1 | 35 | B | 0 | 4C | 5F | C | C | 5B | 2E |
| Octal | 341 | 65 | 13 | 0 | 114 | 137 | 14 | 14 | 133 | 56 |
| Binary | 11100001 | 110101 | 1011 | 0 | 1001100 | 1011111 | 1100 | 1100 | 1011011 | 101110 |
Color Harmonies of #E1350B
Complementary color
Monochromatic Colors of #E1350B
Black with #E1350B
Text Example
Text Example
White with #E1350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1350B; }
p { color: rgb(225,53,11); }
H1.HeaderClassName
{
color: #E1350B;
}
.AnyTagClassName
{
color: #E1350B;
}
</style>
background-color css
<style>
a { background-color: #E1350B; }
a { background-color: rgb(225,53,11); }
div.DivClassName
{
background-color: #E1350B;
}
.BgClassName
{
background-color: #E1350B;
}
</style>
border-color css
<style>
span { border-color: #E1350B; }
span { border-color: rgb(225,53,11); }
td.TdClassName
{
border-color: #E1350B;
}
.TagClassName
{
border-color: #E1350B;
}
</style>