Html Css Color HEX #E12C0C Harley Davidson Orange
📋 copy color: '#E12C0C'red 225 ◦ green 44 ◦ blue 12
Shades of Harley Davidson Orange #E12C0C
Tints of Harley Davidson Orange #E12C0C
RGB
CMYK
RGB Variations
Color information
#E12C0C (or 0xE12C0C) is known color: Harley Davidson Orange. HEX triplet: E1, 2C and 0C. RGB value is (225,44,12). Sum of RGB (Red+Green+Blue) = 225+44+12=281 (37% of max value = 765). Red value is 225 (88.28% from 255 or 80.07% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 225 - color contains mainly: red. Hex color #E12C0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12C0C is #1ED3F3. Grayscale: #5E5E5E. Windows color (decimal): -2020340 or 797921. OLE color: 797921.
HSL color Cylindrical-coordinate representation of color #E12C0C: hue angle of 9.01º 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 #E12C0C is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 44 | 12 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.12 |
| HSL | 9.01º | 0.9% | 0.46% | - |
| HSV(B) | 9.01º | 0.95% | 0.88% | - |
| XYZ | 32.02 | 17.84 | 2.1 | - |
| YUV | 94.47 | 81.47 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 44 | 12 | 0 | 0.80 | 0.95 | 0.12 | 9.01 | 0.9 | 0.46 |
| Hex | E1 | 2C | C | 0 | 50 | 5F | C | 9 | 5A | 2E |
| Octal | 341 | 54 | 14 | 0 | 120 | 137 | 14 | 11 | 132 | 56 |
| Binary | 11100001 | 101100 | 1100 | 0 | 1010000 | 1011111 | 1100 | 1001 | 1011010 | 101110 |
Color Harmonies of #E12C0C
Complementary color
Monochromatic Colors of #E12C0C
Black with #E12C0C
Text Example
Text Example
White with #E12C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12C0C; }
p { color: rgb(225,44,12); }
H1.HeaderClassName
{
color: #E12C0C;
}
.AnyTagClassName
{
color: #E12C0C;
}
</style>
background-color css
<style>
a { background-color: #E12C0C; }
a { background-color: rgb(225,44,12); }
div.DivClassName
{
background-color: #E12C0C;
}
.BgClassName
{
background-color: #E12C0C;
}
</style>
border-color css
<style>
span { border-color: #E12C0C; }
span { border-color: rgb(225,44,12); }
td.TdClassName
{
border-color: #E12C0C;
}
.TagClassName
{
border-color: #E12C0C;
}
</style>