Html Css Color HEX #E13100 Harley Davidson Orange
📋 copy color: '#E13100'red 225 ◦ green 49 ◦ blue 0
Shades of Harley Davidson Orange #E13100
Tints of Harley Davidson Orange #E13100
RGB
CMYK
RGB Variations
Color information
#E13100 (or 0xE13100) is known color: Harley Davidson Orange. HEX triplet: E1, 31 and 00. RGB value is (225,49,0). Sum of RGB (Red+Green+Blue) = 225+49+0=274 (36% of max value = 765). Red value is 225 (88.28% from 255 or 82.12% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 225 - color contains mainly: red. Hex color #E13100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13100 is #1ECEFF. Grayscale: #606060. Windows color (decimal): -2019072 or 12769. OLE color: 12769.
HSL color Cylindrical-coordinate representation of color #E13100: hue angle of 13.07º 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 #E13100 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 49 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.12 |
| HSL | 13.07º | 1% | 0.44% | - |
| HSV(B) | 13.07º | 1% | 0.88% | - |
| XYZ | 32.15 | 18.2 | 1.82 | - |
| YUV | 96.04 | 73.81 | 219.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 49 | 0 | 0 | 0.78 | 1 | 0.12 | 13.07 | 1 | 0.44 |
| Hex | E1 | 31 | 0 | 0 | 4E | 64 | C | D | 64 | 2C |
| Octal | 341 | 61 | 0 | 0 | 116 | 144 | 14 | 15 | 144 | 54 |
| Binary | 11100001 | 110001 | 0 | 0 | 1001110 | 1100100 | 1100 | 1101 | 1100100 | 101100 |
Color Harmonies of #E13100
Complementary color
Monochromatic Colors of #E13100
Black with #E13100
Text Example
Text Example
White with #E13100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13100; }
p { color: rgb(225,49,0); }
H1.HeaderClassName
{
color: #E13100;
}
.AnyTagClassName
{
color: #E13100;
}
</style>
background-color css
<style>
a { background-color: #E13100; }
a { background-color: rgb(225,49,0); }
div.DivClassName
{
background-color: #E13100;
}
.BgClassName
{
background-color: #E13100;
}
</style>
border-color css
<style>
span { border-color: #E13100; }
span { border-color: rgb(225,49,0); }
td.TdClassName
{
border-color: #E13100;
}
.TagClassName
{
border-color: #E13100;
}
</style>