Html Css Color HEX #E12C06 Harley Davidson Orange
📋 copy color: '#E12C06'red 225 ◦ green 44 ◦ blue 6
Shades of Harley Davidson Orange #E12C06
Tints of Harley Davidson Orange #E12C06
RGB
CMYK
RGB Variations
Color information
#E12C06 (or 0xE12C06) is known color: Harley Davidson Orange. HEX triplet: E1, 2C and 06. RGB value is (225,44,6). Sum of RGB (Red+Green+Blue) = 225+44+6=275 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.82% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 6 (2.73% from 255 or 2.18% from 275); Max value from RGB is 225 - color contains mainly: red. Hex color #E12C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12C06 is #1ED3F9. Grayscale: #5E5E5E. Windows color (decimal): -2020346 or 404705. OLE color: 404705.
HSL color Cylindrical-coordinate representation of color #E12C06: hue angle of 10.41º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E12C06 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 44 | 6 | - |
| CMYK | 0 | 0.80 | 0.97 | 0.12 |
| HSL | 10.41º | 0.95% | 0.45% | - |
| HSV(B) | 10.41º | 0.97% | 0.88% | - |
| XYZ | 31.98 | 17.82 | 1.93 | - |
| YUV | 93.79 | 78.47 | 221.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 44 | 6 | 0 | 0.80 | 0.97 | 0.12 | 10.41 | 0.95 | 0.45 |
| Hex | E1 | 2C | 6 | 0 | 50 | 61 | C | A | 5F | 2D |
| Octal | 341 | 54 | 6 | 0 | 120 | 141 | 14 | 12 | 137 | 55 |
| Binary | 11100001 | 101100 | 110 | 0 | 1010000 | 1100001 | 1100 | 1010 | 1011111 | 101101 |
Color Harmonies of #E12C06
Complementary color
Monochromatic Colors of #E12C06
Black with #E12C06
Text Example
Text Example
White with #E12C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12C06; }
p { color: rgb(225,44,6); }
H1.HeaderClassName
{
color: #E12C06;
}
.AnyTagClassName
{
color: #E12C06;
}
</style>
background-color css
<style>
a { background-color: #E12C06; }
a { background-color: rgb(225,44,6); }
div.DivClassName
{
background-color: #E12C06;
}
.BgClassName
{
background-color: #E12C06;
}
</style>
border-color css
<style>
span { border-color: #E12C06; }
span { border-color: rgb(225,44,6); }
td.TdClassName
{
border-color: #E12C06;
}
.TagClassName
{
border-color: #E12C06;
}
</style>