Html Css Color HEX #E13A0D Harley Davidson Orange
📋 copy color: '#E13A0D'red 225 ◦ green 58 ◦ blue 13
Shades of Harley Davidson Orange #E13A0D
Tints of Harley Davidson Orange #E13A0D
RGB
CMYK
RGB Variations
Color information
#E13A0D (or 0xE13A0D) is known color: Harley Davidson Orange. HEX triplet: E1, 3A and 0D. RGB value is (225,58,13). Sum of RGB (Red+Green+Blue) = 225+58+13=296 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.01% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 225 - color contains mainly: red. Hex color #E13A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13A0D is #1EC5F2. Grayscale: #676767. Windows color (decimal): -2016755 or 867041. OLE color: 867041.
HSL color Cylindrical-coordinate representation of color #E13A0D: hue angle of 12.74º 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 #E13A0D is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 58 | 13 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.12 |
| HSL | 12.74º | 0.89% | 0.47% | - |
| HSV(B) | 12.74º | 0.94% | 0.88% | - |
| XYZ | 32.64 | 19.06 | 2.34 | - |
| YUV | 102.8 | 77.33 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 58 | 13 | 0 | 0.74 | 0.94 | 0.12 | 12.74 | 0.89 | 0.47 |
| Hex | E1 | 3A | D | 0 | 4A | 5E | C | D | 59 | 2F |
| Octal | 341 | 72 | 15 | 0 | 112 | 136 | 14 | 15 | 131 | 57 |
| Binary | 11100001 | 111010 | 1101 | 0 | 1001010 | 1011110 | 1100 | 1101 | 1011001 | 101111 |
Color Harmonies of #E13A0D
Complementary color
Monochromatic Colors of #E13A0D
Black with #E13A0D
Text Example
Text Example
White with #E13A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13A0D; }
p { color: rgb(225,58,13); }
H1.HeaderClassName
{
color: #E13A0D;
}
.AnyTagClassName
{
color: #E13A0D;
}
</style>
background-color css
<style>
a { background-color: #E13A0D; }
a { background-color: rgb(225,58,13); }
div.DivClassName
{
background-color: #E13A0D;
}
.BgClassName
{
background-color: #E13A0D;
}
</style>
border-color css
<style>
span { border-color: #E13A0D; }
span { border-color: rgb(225,58,13); }
td.TdClassName
{
border-color: #E13A0D;
}
.TagClassName
{
border-color: #E13A0D;
}
</style>