Html Css Color HEX #E12C1A Harley Davidson Orange
📋 copy color: '#E12C1A'red 225 ◦ green 44 ◦ blue 26
Shades of Harley Davidson Orange #E12C1A
Tints of Harley Davidson Orange #E12C1A
RGB
CMYK
RGB Variations
Color information
#E12C1A (or 0xE12C1A) is known color: Harley Davidson Orange. HEX triplet: E1, 2C and 1A. RGB value is (225,44,26). Sum of RGB (Red+Green+Blue) = 225+44+26=295 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.27% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 225 - color contains mainly: red. Hex color #E12C1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12C1A is #1ED3E5. Grayscale: #606060. Windows color (decimal): -2020326 or 1715425. OLE color: 1715425.
HSL color Cylindrical-coordinate representation of color #E12C1A: hue angle of 5.43º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E12C1A is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 44 | 26 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.12 |
| HSL | 5.43º | 0.79% | 0.49% | - |
| HSV(B) | 5.43º | 0.88% | 0.88% | - |
| XYZ | 32.14 | 17.88 | 2.74 | - |
| YUV | 96.07 | 88.47 | 219.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 44 | 26 | 0 | 0.80 | 0.88 | 0.12 | 5.43 | 0.79 | 0.49 |
| Hex | E1 | 2C | 1A | 0 | 50 | 58 | C | 5 | 4F | 31 |
| Octal | 341 | 54 | 32 | 0 | 120 | 130 | 14 | 5 | 117 | 61 |
| Binary | 11100001 | 101100 | 11010 | 0 | 1010000 | 1011000 | 1100 | 101 | 1001111 | 110001 |
Color Harmonies of #E12C1A
Complementary color
Monochromatic Colors of #E12C1A
Black with #E12C1A
Text Example
Text Example
White with #E12C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12C1A; }
p { color: rgb(225,44,26); }
H1.HeaderClassName
{
color: #E12C1A;
}
.AnyTagClassName
{
color: #E12C1A;
}
</style>
background-color css
<style>
a { background-color: #E12C1A; }
a { background-color: rgb(225,44,26); }
div.DivClassName
{
background-color: #E12C1A;
}
.BgClassName
{
background-color: #E12C1A;
}
</style>
border-color css
<style>
span { border-color: #E12C1A; }
span { border-color: rgb(225,44,26); }
td.TdClassName
{
border-color: #E12C1A;
}
.TagClassName
{
border-color: #E12C1A;
}
</style>