Html Css Color HEX #E13A00 Harley Davidson Orange
📋 copy color: '#E13A00'red 225 ◦ green 58 ◦ blue 0
Shades of Harley Davidson Orange #E13A00
Tints of Harley Davidson Orange #E13A00
RGB
CMYK
RGB Variations
Color information
#E13A00 (or 0xE13A00) is known color: Harley Davidson Orange. HEX triplet: E1, 3A and 00. RGB value is (225,58,0). Sum of RGB (Red+Green+Blue) = 225+58+0=283 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.51% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 225 - color contains mainly: red. Hex color #E13A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13A00 is #1EC5FF. Grayscale: #656565. Windows color (decimal): -2016768 or 15073. OLE color: 15073.
HSL color Cylindrical-coordinate representation of color #E13A00: hue angle of 15.47º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E13A00 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 58 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.12 |
| HSL | 15.47º | 1% | 0.44% | - |
| HSV(B) | 15.47º | 1% | 0.88% | - |
| XYZ | 32.56 | 19.03 | 1.96 | - |
| YUV | 101.32 | 70.83 | 216.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 58 | 0 | 0 | 0.74 | 1 | 0.12 | 15.47 | 1 | 0.44 |
| Hex | E1 | 3A | 0 | 0 | 4A | 64 | C | F | 64 | 2C |
| Octal | 341 | 72 | 0 | 0 | 112 | 144 | 14 | 17 | 144 | 54 |
| Binary | 11100001 | 111010 | 0 | 0 | 1001010 | 1100100 | 1100 | 1111 | 1100100 | 101100 |
Color Harmonies of #E13A00
Complementary color
Monochromatic Colors of #E13A00
Black with #E13A00
Text Example
Text Example
White with #E13A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13A00; }
p { color: rgb(225,58,0); }
H1.HeaderClassName
{
color: #E13A00;
}
.AnyTagClassName
{
color: #E13A00;
}
</style>
background-color css
<style>
a { background-color: #E13A00; }
a { background-color: rgb(225,58,0); }
div.DivClassName
{
background-color: #E13A00;
}
.BgClassName
{
background-color: #E13A00;
}
</style>
border-color css
<style>
span { border-color: #E13A00; }
span { border-color: rgb(225,58,0); }
td.TdClassName
{
border-color: #E13A00;
}
.TagClassName
{
border-color: #E13A00;
}
</style>