Html Css Color HEX #E1250B Harley Davidson Orange
📋 copy color: '#E1250B'red 225 ◦ green 37 ◦ blue 11
Shades of Harley Davidson Orange #E1250B
Tints of Harley Davidson Orange #E1250B
RGB
CMYK
RGB Variations
Color information
#E1250B (or 0xE1250B) is known color: Harley Davidson Orange. HEX triplet: E1, 25 and 0B. RGB value is (225,37,11). Sum of RGB (Red+Green+Blue) = 225+37+11=273 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.42% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 225 - color contains mainly: red. Hex color #E1250B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1250B is #1EDAF4. Grayscale: #5A5A5A. Windows color (decimal): -2022133 or 730593. OLE color: 730593.
HSL color Cylindrical-coordinate representation of color #E1250B: hue angle of 7.29º 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 #E1250B is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 11 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.12 |
| HSL | 7.29º | 0.91% | 0.46% | - |
| HSV(B) | 7.29º | 0.95% | 0.88% | - |
| XYZ | 31.77 | 17.35 | 1.99 | - |
| YUV | 90.25 | 83.28 | 224.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 11 | 0 | 0.84 | 0.95 | 0.12 | 7.29 | 0.91 | 0.46 |
| Hex | E1 | 25 | B | 0 | 54 | 5F | C | 7 | 5B | 2E |
| Octal | 341 | 45 | 13 | 0 | 124 | 137 | 14 | 7 | 133 | 56 |
| Binary | 11100001 | 100101 | 1011 | 0 | 1010100 | 1011111 | 1100 | 111 | 1011011 | 101110 |
Color Harmonies of #E1250B
Complementary color
Monochromatic Colors of #E1250B
Black with #E1250B
Text Example
Text Example
White with #E1250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1250B; }
p { color: rgb(225,37,11); }
H1.HeaderClassName
{
color: #E1250B;
}
.AnyTagClassName
{
color: #E1250B;
}
</style>
background-color css
<style>
a { background-color: #E1250B; }
a { background-color: rgb(225,37,11); }
div.DivClassName
{
background-color: #E1250B;
}
.BgClassName
{
background-color: #E1250B;
}
</style>
border-color css
<style>
span { border-color: #E1250B; }
span { border-color: rgb(225,37,11); }
td.TdClassName
{
border-color: #E1250B;
}
.TagClassName
{
border-color: #E1250B;
}
</style>