Html Css Color HEX #E12B0C Harley Davidson Orange
📋 copy color: '#E12B0C'red 225 ◦ green 43 ◦ blue 12
Shades of Harley Davidson Orange #E12B0C
Tints of Harley Davidson Orange #E12B0C
RGB
CMYK
RGB Variations
Color information
#E12B0C (or 0xE12B0C) is known color: Harley Davidson Orange. HEX triplet: E1, 2B and 0C. RGB value is (225,43,12). Sum of RGB (Red+Green+Blue) = 225+43+12=280 (37% of max value = 765). Red value is 225 (88.28% from 255 or 80.36% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 225 - color contains mainly: red. Hex color #E12B0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12B0C is #1ED4F3. Grayscale: #5E5E5E. Windows color (decimal): -2020596 or 797665. OLE color: 797665.
HSL color Cylindrical-coordinate representation of color #E12B0C: hue angle of 8.73º 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 #E12B0C is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 43 | 12 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.12 |
| HSL | 8.73º | 0.9% | 0.46% | - |
| HSV(B) | 8.73º | 0.95% | 0.88% | - |
| XYZ | 31.98 | 17.76 | 2.09 | - |
| YUV | 93.88 | 81.8 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 43 | 12 | 0 | 0.81 | 0.95 | 0.12 | 8.73 | 0.9 | 0.46 |
| Hex | E1 | 2B | C | 0 | 51 | 5F | C | 9 | 5A | 2E |
| Octal | 341 | 53 | 14 | 0 | 121 | 137 | 14 | 11 | 132 | 56 |
| Binary | 11100001 | 101011 | 1100 | 0 | 1010001 | 1011111 | 1100 | 1001 | 1011010 | 101110 |
Color Harmonies of #E12B0C
Complementary color
Monochromatic Colors of #E12B0C
Black with #E12B0C
Text Example
Text Example
White with #E12B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12B0C; }
p { color: rgb(225,43,12); }
H1.HeaderClassName
{
color: #E12B0C;
}
.AnyTagClassName
{
color: #E12B0C;
}
</style>
background-color css
<style>
a { background-color: #E12B0C; }
a { background-color: rgb(225,43,12); }
div.DivClassName
{
background-color: #E12B0C;
}
.BgClassName
{
background-color: #E12B0C;
}
</style>
border-color css
<style>
span { border-color: #E12B0C; }
span { border-color: rgb(225,43,12); }
td.TdClassName
{
border-color: #E12B0C;
}
.TagClassName
{
border-color: #E12B0C;
}
</style>