Html Css Color HEX #E12F1D Harley Davidson Orange
📋 copy color: '#E12F1D'red 225 ◦ green 47 ◦ blue 29
Shades of Harley Davidson Orange #E12F1D
Tints of Harley Davidson Orange #E12F1D
RGB
CMYK
RGB Variations
Color information
#E12F1D (or 0xE12F1D) is known color: Harley Davidson Orange. HEX triplet: E1, 2F and 1D. RGB value is (225,47,29). Sum of RGB (Red+Green+Blue) = 225+47+29=301 (39% of max value = 765). Red value is 225 (88.28% from 255 or 74.75% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 225 - color contains mainly: red. Hex color #E12F1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12F1D is #1ED0E2. Grayscale: #626262. Windows color (decimal): -2019555 or 1912801. OLE color: 1912801.
HSL color Cylindrical-coordinate representation of color #E12F1D: hue angle of 5.51º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E12F1D is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 47 | 29 | - |
| CMYK | 0 | 0.79 | 0.87 | 0.12 |
| HSL | 5.51º | 0.77% | 0.5% | - |
| HSV(B) | 5.51º | 0.87% | 0.88% | - |
| XYZ | 32.29 | 18.13 | 2.96 | - |
| YUV | 98.17 | 88.97 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 47 | 29 | 0 | 0.79 | 0.87 | 0.12 | 5.51 | 0.77 | 0.5 |
| Hex | E1 | 2F | 1D | 0 | 4F | 57 | C | 6 | 4D | 32 |
| Octal | 341 | 57 | 35 | 0 | 117 | 127 | 14 | 6 | 115 | 62 |
| Binary | 11100001 | 101111 | 11101 | 0 | 1001111 | 1010111 | 1100 | 110 | 1001101 | 110010 |
Color Harmonies of #E12F1D
Complementary color
Monochromatic Colors of #E12F1D
Black with #E12F1D
Text Example
Text Example
White with #E12F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12F1D; }
p { color: rgb(225,47,29); }
H1.HeaderClassName
{
color: #E12F1D;
}
.AnyTagClassName
{
color: #E12F1D;
}
</style>
background-color css
<style>
a { background-color: #E12F1D; }
a { background-color: rgb(225,47,29); }
div.DivClassName
{
background-color: #E12F1D;
}
.BgClassName
{
background-color: #E12F1D;
}
</style>
border-color css
<style>
span { border-color: #E12F1D; }
span { border-color: rgb(225,47,29); }
td.TdClassName
{
border-color: #E12F1D;
}
.TagClassName
{
border-color: #E12F1D;
}
</style>