Html Css Color HEX #E1250D Harley Davidson Orange
📋 copy color: '#E1250D'red 225 ◦ green 37 ◦ blue 13
Shades of Harley Davidson Orange #E1250D
Tints of Harley Davidson Orange #E1250D
RGB
CMYK
RGB Variations
Color information
#E1250D (or 0xE1250D) is known color: Harley Davidson Orange. HEX triplet: E1, 25 and 0D. RGB value is (225,37,13). Sum of RGB (Red+Green+Blue) = 225+37+13=275 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.82% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 225 - color contains mainly: red. Hex color #E1250D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1250D is #1EDAF2. Grayscale: #5A5A5A. Windows color (decimal): -2022131 or 861665. OLE color: 861665.
HSL color Cylindrical-coordinate representation of color #E1250D: hue angle of 6.79º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E1250D is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 13 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.12 |
| HSL | 6.79º | 0.89% | 0.47% | - |
| HSV(B) | 6.79º | 0.94% | 0.88% | - |
| XYZ | 31.79 | 17.36 | 2.06 | - |
| YUV | 90.48 | 84.28 | 223.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 13 | 0 | 0.84 | 0.94 | 0.12 | 6.79 | 0.89 | 0.47 |
| Hex | E1 | 25 | D | 0 | 54 | 5E | C | 7 | 59 | 2F |
| Octal | 341 | 45 | 15 | 0 | 124 | 136 | 14 | 7 | 131 | 57 |
| Binary | 11100001 | 100101 | 1101 | 0 | 1010100 | 1011110 | 1100 | 111 | 1011001 | 101111 |
Color Harmonies of #E1250D
Complementary color
Monochromatic Colors of #E1250D
Black with #E1250D
Text Example
Text Example
White with #E1250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1250D; }
p { color: rgb(225,37,13); }
H1.HeaderClassName
{
color: #E1250D;
}
.AnyTagClassName
{
color: #E1250D;
}
</style>
background-color css
<style>
a { background-color: #E1250D; }
a { background-color: rgb(225,37,13); }
div.DivClassName
{
background-color: #E1250D;
}
.BgClassName
{
background-color: #E1250D;
}
</style>
border-color css
<style>
span { border-color: #E1250D; }
span { border-color: rgb(225,37,13); }
td.TdClassName
{
border-color: #E1250D;
}
.TagClassName
{
border-color: #E1250D;
}
</style>