Html Css Color HEX #E12D0D Harley Davidson Orange
📋 copy color: '#E12D0D'red 225 ◦ green 45 ◦ blue 13
Shades of Harley Davidson Orange #E12D0D
Tints of Harley Davidson Orange #E12D0D
RGB
CMYK
RGB Variations
Color information
#E12D0D (or 0xE12D0D) is known color: Harley Davidson Orange. HEX triplet: E1, 2D and 0D. RGB value is (225,45,13). Sum of RGB (Red+Green+Blue) = 225+45+13=283 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.51% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 225 - color contains mainly: red. Hex color #E12D0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12D0D is #1ED2F2. Grayscale: #5F5F5F. Windows color (decimal): -2020083 or 863713. OLE color: 863713.
HSL color Cylindrical-coordinate representation of color #E12D0D: hue angle of 9.06º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E12D0D is Cyan = 0, Magento = 0.8, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 45 | 13 | - |
| CMYK | 0 | 0.8 | 0.94 | 0.12 |
| HSL | 9.06º | 0.89% | 0.47% | - |
| HSV(B) | 9.06º | 0.94% | 0.88% | - |
| XYZ | 32.06 | 17.91 | 2.15 | - |
| YUV | 95.17 | 81.63 | 220.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 45 | 13 | 0 | 0.8 | 0.94 | 0.12 | 9.06 | 0.89 | 0.47 |
| Hex | E1 | 2D | D | 0 | 50 | 5E | C | 9 | 59 | 2F |
| Octal | 341 | 55 | 15 | 0 | 120 | 136 | 14 | 11 | 131 | 57 |
| Binary | 11100001 | 101101 | 1101 | 0 | 1010000 | 1011110 | 1100 | 1001 | 1011001 | 101111 |
Color Harmonies of #E12D0D
Complementary color
Monochromatic Colors of #E12D0D
Black with #E12D0D
Text Example
Text Example
White with #E12D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12D0D; }
p { color: rgb(225,45,13); }
H1.HeaderClassName
{
color: #E12D0D;
}
.AnyTagClassName
{
color: #E12D0D;
}
</style>
background-color css
<style>
a { background-color: #E12D0D; }
a { background-color: rgb(225,45,13); }
div.DivClassName
{
background-color: #E12D0D;
}
.BgClassName
{
background-color: #E12D0D;
}
</style>
border-color css
<style>
span { border-color: #E12D0D; }
span { border-color: rgb(225,45,13); }
td.TdClassName
{
border-color: #E12D0D;
}
.TagClassName
{
border-color: #E12D0D;
}
</style>