Html Css Color HEX #E12A1C Harley Davidson Orange
📋 copy color: '#E12A1C'red 225 ◦ green 42 ◦ blue 28
Shades of Harley Davidson Orange #E12A1C
Tints of Harley Davidson Orange #E12A1C
RGB
CMYK
RGB Variations
Color information
#E12A1C (or 0xE12A1C) is known color: Harley Davidson Orange. HEX triplet: E1, 2A and 1C. RGB value is (225,42,28). Sum of RGB (Red+Green+Blue) = 225+42+28=295 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.27% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 225 - color contains mainly: red. Hex color #E12A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12A1C is #1ED5E3. Grayscale: #5F5F5F. Windows color (decimal): -2020836 or 1845985. OLE color: 1845985.
HSL color Cylindrical-coordinate representation of color #E12A1C: hue angle of 4.26º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E12A1C is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 42 | 28 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.12 |
| HSL | 4.26º | 0.78% | 0.5% | - |
| HSV(B) | 4.26º | 0.88% | 0.88% | - |
| XYZ | 32.09 | 17.75 | 2.83 | - |
| YUV | 95.12 | 90.13 | 220.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 42 | 28 | 0 | 0.81 | 0.88 | 0.12 | 4.26 | 0.78 | 0.5 |
| Hex | E1 | 2A | 1C | 0 | 51 | 58 | C | 4 | 4E | 32 |
| Octal | 341 | 52 | 34 | 0 | 121 | 130 | 14 | 4 | 116 | 62 |
| Binary | 11100001 | 101010 | 11100 | 0 | 1010001 | 1011000 | 1100 | 100 | 1001110 | 110010 |
Color Harmonies of #E12A1C
Complementary color
Monochromatic Colors of #E12A1C
Black with #E12A1C
Text Example
Text Example
White with #E12A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12A1C; }
p { color: rgb(225,42,28); }
H1.HeaderClassName
{
color: #E12A1C;
}
.AnyTagClassName
{
color: #E12A1C;
}
</style>
background-color css
<style>
a { background-color: #E12A1C; }
a { background-color: rgb(225,42,28); }
div.DivClassName
{
background-color: #E12A1C;
}
.BgClassName
{
background-color: #E12A1C;
}
</style>
border-color css
<style>
span { border-color: #E12A1C; }
span { border-color: rgb(225,42,28); }
td.TdClassName
{
border-color: #E12A1C;
}
.TagClassName
{
border-color: #E12A1C;
}
</style>