Html Css Color HEX #E1210D Harley Davidson Orange
📋 copy color: '#E1210D'red 225 ◦ green 33 ◦ blue 13
Shades of Harley Davidson Orange #E1210D
Tints of Harley Davidson Orange #E1210D
RGB
CMYK
RGB Variations
Color information
#E1210D (or 0xE1210D) is known color: Harley Davidson Orange. HEX triplet: E1, 21 and 0D. RGB value is (225,33,13). Sum of RGB (Red+Green+Blue) = 225+33+13=271 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.03% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 225 - color contains mainly: red. Hex color #E1210D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1210D is #1EDEF2. Grayscale: #585858. Windows color (decimal): -2023155 or 860641. OLE color: 860641.
HSL color Cylindrical-coordinate representation of color #E1210D: hue angle of 5.66º 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 #E1210D is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 33 | 13 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.12 |
| HSL | 5.66º | 0.89% | 0.47% | - |
| HSV(B) | 5.66º | 0.94% | 0.88% | - |
| XYZ | 31.67 | 17.12 | 2.02 | - |
| YUV | 88.13 | 85.61 | 225.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 33 | 13 | 0 | 0.85 | 0.94 | 0.12 | 5.66 | 0.89 | 0.47 |
| Hex | E1 | 21 | D | 0 | 55 | 5E | C | 6 | 59 | 2F |
| Octal | 341 | 41 | 15 | 0 | 125 | 136 | 14 | 6 | 131 | 57 |
| Binary | 11100001 | 100001 | 1101 | 0 | 1010101 | 1011110 | 1100 | 110 | 1011001 | 101111 |
Color Harmonies of #E1210D
Complementary color
Monochromatic Colors of #E1210D
Black with #E1210D
Text Example
Text Example
White with #E1210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1210D; }
p { color: rgb(225,33,13); }
H1.HeaderClassName
{
color: #E1210D;
}
.AnyTagClassName
{
color: #E1210D;
}
</style>
background-color css
<style>
a { background-color: #E1210D; }
a { background-color: rgb(225,33,13); }
div.DivClassName
{
background-color: #E1210D;
}
.BgClassName
{
background-color: #E1210D;
}
</style>
border-color css
<style>
span { border-color: #E1210D; }
span { border-color: rgb(225,33,13); }
td.TdClassName
{
border-color: #E1210D;
}
.TagClassName
{
border-color: #E1210D;
}
</style>