Html Css Color HEX #E1250C Harley Davidson Orange
📋 copy color: '#E1250C'red 225 ◦ green 37 ◦ blue 12
Shades of Harley Davidson Orange #E1250C
Tints of Harley Davidson Orange #E1250C
RGB
CMYK
RGB Variations
Color information
#E1250C (or 0xE1250C) is known color: Harley Davidson Orange. HEX triplet: E1, 25 and 0C. RGB value is (225,37,12). Sum of RGB (Red+Green+Blue) = 225+37+12=274 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.12% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 225 - color contains mainly: red. Hex color #E1250C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1250C is #1EDAF3. Grayscale: #5A5A5A. Windows color (decimal): -2022132 or 796129. OLE color: 796129.
HSL color Cylindrical-coordinate representation of color #E1250C: hue angle of 7.04º degrees, saturation: 0.9, 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 #E1250C is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 12 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.12 |
| HSL | 7.04º | 0.9% | 0.46% | - |
| HSV(B) | 7.04º | 0.95% | 0.88% | - |
| XYZ | 31.78 | 17.36 | 2.02 | - |
| YUV | 90.36 | 83.78 | 224.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 12 | 0 | 0.84 | 0.95 | 0.12 | 7.04 | 0.9 | 0.46 |
| Hex | E1 | 25 | C | 0 | 54 | 5F | C | 7 | 5A | 2E |
| Octal | 341 | 45 | 14 | 0 | 124 | 137 | 14 | 7 | 132 | 56 |
| Binary | 11100001 | 100101 | 1100 | 0 | 1010100 | 1011111 | 1100 | 111 | 1011010 | 101110 |
Color Harmonies of #E1250C
Complementary color
Monochromatic Colors of #E1250C
Black with #E1250C
Text Example
Text Example
White with #E1250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1250C; }
p { color: rgb(225,37,12); }
H1.HeaderClassName
{
color: #E1250C;
}
.AnyTagClassName
{
color: #E1250C;
}
</style>
background-color css
<style>
a { background-color: #E1250C; }
a { background-color: rgb(225,37,12); }
div.DivClassName
{
background-color: #E1250C;
}
.BgClassName
{
background-color: #E1250C;
}
</style>
border-color css
<style>
span { border-color: #E1250C; }
span { border-color: rgb(225,37,12); }
td.TdClassName
{
border-color: #E1250C;
}
.TagClassName
{
border-color: #E1250C;
}
</style>