Html Css Color HEX #E13000 Harley Davidson Orange
📋 copy color: '#E13000'red 225 ◦ green 48 ◦ blue 0
Shades of Harley Davidson Orange #E13000
Tints of Harley Davidson Orange #E13000
RGB
CMYK
RGB Variations
Color information
#E13000 (or 0xE13000) is known color: Harley Davidson Orange. HEX triplet: E1, 30 and 00. RGB value is (225,48,0). Sum of RGB (Red+Green+Blue) = 225+48+0=273 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.42% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 225 - color contains mainly: red. Hex color #E13000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13000 is #1ECFFF. Grayscale: #5F5F5F. Windows color (decimal): -2019328 or 12513. OLE color: 12513.
HSL color Cylindrical-coordinate representation of color #E13000: hue angle of 12.8º 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 #E13000 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 48 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.12 |
| HSL | 12.8º | 1% | 0.44% | - |
| HSV(B) | 12.8º | 1% | 0.88% | - |
| XYZ | 32.11 | 18.12 | 1.81 | - |
| YUV | 95.45 | 74.14 | 220.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 48 | 0 | 0 | 0.79 | 1 | 0.12 | 12.8 | 1 | 0.44 |
| Hex | E1 | 30 | 0 | 0 | 4F | 64 | C | D | 64 | 2C |
| Octal | 341 | 60 | 0 | 0 | 117 | 144 | 14 | 15 | 144 | 54 |
| Binary | 11100001 | 110000 | 0 | 0 | 1001111 | 1100100 | 1100 | 1101 | 1100100 | 101100 |
Color Harmonies of #E13000
Complementary color
Monochromatic Colors of #E13000
Black with #E13000
Text Example
Text Example
White with #E13000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13000; }
p { color: rgb(225,48,0); }
H1.HeaderClassName
{
color: #E13000;
}
.AnyTagClassName
{
color: #E13000;
}
</style>
background-color css
<style>
a { background-color: #E13000; }
a { background-color: rgb(225,48,0); }
div.DivClassName
{
background-color: #E13000;
}
.BgClassName
{
background-color: #E13000;
}
</style>
border-color css
<style>
span { border-color: #E13000; }
span { border-color: rgb(225,48,0); }
td.TdClassName
{
border-color: #E13000;
}
.TagClassName
{
border-color: #E13000;
}
</style>