Html Css Color HEX #E13E12 Harley Davidson Orange
📋 copy color: '#E13E12'red 225 ◦ green 62 ◦ blue 18
Shades of Harley Davidson Orange #E13E12
Tints of Harley Davidson Orange #E13E12
RGB
CMYK
RGB Variations
Color information
#E13E12 (or 0xE13E12) is known color: Harley Davidson Orange. HEX triplet: E1, 3E and 12. RGB value is (225,62,18). Sum of RGB (Red+Green+Blue) = 225+62+18=305 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.77% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 225 - color contains mainly: red. Hex color #E13E12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13E12 is #1EC1ED. Grayscale: #6A6A6A. Windows color (decimal): -2015726 or 1195745. OLE color: 1195745.
HSL color Cylindrical-coordinate representation of color #E13E12: hue angle of 12.75º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E13E12 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 62 | 18 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.12 |
| HSL | 12.75º | 0.85% | 0.48% | - |
| HSV(B) | 12.75º | 0.92% | 0.88% | - |
| XYZ | 32.88 | 19.5 | 2.6 | - |
| YUV | 105.72 | 78.5 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 62 | 18 | 0 | 0.72 | 0.92 | 0.12 | 12.75 | 0.85 | 0.48 |
| Hex | E1 | 3E | 12 | 0 | 48 | 5C | C | D | 55 | 30 |
| Octal | 341 | 76 | 22 | 0 | 110 | 134 | 14 | 15 | 125 | 60 |
| Binary | 11100001 | 111110 | 10010 | 0 | 1001000 | 1011100 | 1100 | 1101 | 1010101 | 110000 |
Color Harmonies of #E13E12
Complementary color
Monochromatic Colors of #E13E12
Black with #E13E12
Text Example
Text Example
White with #E13E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13E12; }
p { color: rgb(225,62,18); }
H1.HeaderClassName
{
color: #E13E12;
}
.AnyTagClassName
{
color: #E13E12;
}
</style>
background-color css
<style>
a { background-color: #E13E12; }
a { background-color: rgb(225,62,18); }
div.DivClassName
{
background-color: #E13E12;
}
.BgClassName
{
background-color: #E13E12;
}
</style>
border-color css
<style>
span { border-color: #E13E12; }
span { border-color: rgb(225,62,18); }
td.TdClassName
{
border-color: #E13E12;
}
.TagClassName
{
border-color: #E13E12;
}
</style>