Html Css Color HEX #E12D1F Harley Davidson Orange
📋 copy color: '#E12D1F'red 225 ◦ green 45 ◦ blue 31
Shades of Harley Davidson Orange #E12D1F
Tints of Harley Davidson Orange #E12D1F
RGB
CMYK
RGB Variations
Color information
#E12D1F (or 0xE12D1F) is known color: Harley Davidson Orange. HEX triplet: E1, 2D and 1F. RGB value is (225,45,31). Sum of RGB (Red+Green+Blue) = 225+45+31=301 (39% of max value = 765). Red value is 225 (88.28% from 255 or 74.75% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 225 - color contains mainly: red. Hex color #E12D1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12D1F is #1ED2E0. Grayscale: #616161. Windows color (decimal): -2020065 or 2043361. OLE color: 2043361.
HSL color Cylindrical-coordinate representation of color #E12D1F: hue angle of 4.33º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E12D1F is Cyan = 0, Magento = 0.8, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 45 | 31 | - |
| CMYK | 0 | 0.8 | 0.86 | 0.12 |
| HSL | 4.33º | 0.76% | 0.5% | - |
| HSV(B) | 4.33º | 0.86% | 0.88% | - |
| XYZ | 32.24 | 17.98 | 3.07 | - |
| YUV | 97.22 | 90.63 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 45 | 31 | 0 | 0.8 | 0.86 | 0.12 | 4.33 | 0.76 | 0.5 |
| Hex | E1 | 2D | 1F | 0 | 50 | 56 | C | 4 | 4C | 32 |
| Octal | 341 | 55 | 37 | 0 | 120 | 126 | 14 | 4 | 114 | 62 |
| Binary | 11100001 | 101101 | 11111 | 0 | 1010000 | 1010110 | 1100 | 100 | 1001100 | 110010 |
Color Harmonies of #E12D1F
Complementary color
Monochromatic Colors of #E12D1F
Black with #E12D1F
Text Example
Text Example
White with #E12D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12D1F; }
p { color: rgb(225,45,31); }
H1.HeaderClassName
{
color: #E12D1F;
}
.AnyTagClassName
{
color: #E12D1F;
}
</style>
background-color css
<style>
a { background-color: #E12D1F; }
a { background-color: rgb(225,45,31); }
div.DivClassName
{
background-color: #E12D1F;
}
.BgClassName
{
background-color: #E12D1F;
}
</style>
border-color css
<style>
span { border-color: #E12D1F; }
span { border-color: rgb(225,45,31); }
td.TdClassName
{
border-color: #E12D1F;
}
.TagClassName
{
border-color: #E12D1F;
}
</style>