Html Css Color HEX #E12C01 Harley Davidson Orange
📋 copy color: '#E12C01'red 225 ◦ green 44 ◦ blue 1
Shades of Harley Davidson Orange #E12C01
Tints of Harley Davidson Orange #E12C01
RGB
CMYK
RGB Variations
Color information
#E12C01 (or 0xE12C01) is known color: Harley Davidson Orange. HEX triplet: E1, 2C and 01. RGB value is (225,44,1). Sum of RGB (Red+Green+Blue) = 225+44+1=270 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.33% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 225 - color contains mainly: red. Hex color #E12C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12C01 is #1ED3FE. Grayscale: #5D5D5D. Windows color (decimal): -2020351 or 77025. OLE color: 77025.
HSL color Cylindrical-coordinate representation of color #E12C01: hue angle of 11.52º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E12C01 is Cyan = 0, Magento = 0.80, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 44 | 1 | - |
| CMYK | 0 | 0.80 | 1.00 | 0.12 |
| HSL | 11.52º | 0.99% | 0.44% | - |
| HSV(B) | 11.52º | 1% | 0.88% | - |
| XYZ | 31.96 | 17.81 | 1.78 | - |
| YUV | 93.22 | 75.97 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 44 | 1 | 0 | 0.80 | 1.00 | 0.12 | 11.52 | 0.99 | 0.44 |
| Hex | E1 | 2C | 1 | 0 | 50 | 64 | C | C | 63 | 2C |
| Octal | 341 | 54 | 1 | 0 | 120 | 144 | 14 | 14 | 143 | 54 |
| Binary | 11100001 | 101100 | 1 | 0 | 1010000 | 1100100 | 1100 | 1100 | 1100011 | 101100 |
Color Harmonies of #E12C01
Complementary color
Monochromatic Colors of #E12C01
Black with #E12C01
Text Example
Text Example
White with #E12C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12C01; }
p { color: rgb(225,44,1); }
H1.HeaderClassName
{
color: #E12C01;
}
.AnyTagClassName
{
color: #E12C01;
}
</style>
background-color css
<style>
a { background-color: #E12C01; }
a { background-color: rgb(225,44,1); }
div.DivClassName
{
background-color: #E12C01;
}
.BgClassName
{
background-color: #E12C01;
}
</style>
border-color css
<style>
span { border-color: #E12C01; }
span { border-color: rgb(225,44,1); }
td.TdClassName
{
border-color: #E12C01;
}
.TagClassName
{
border-color: #E12C01;
}
</style>