Html Css Color HEX #E13400 Harley Davidson Orange
📋 copy color: '#E13400'red 225 ◦ green 52 ◦ blue 0
Shades of Harley Davidson Orange #E13400
Tints of Harley Davidson Orange #E13400
RGB
CMYK
RGB Variations
Color information
#E13400 (or 0xE13400) is known color: Harley Davidson Orange. HEX triplet: E1, 34 and 00. RGB value is (225,52,0). Sum of RGB (Red+Green+Blue) = 225+52+0=277 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.23% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 225 - color contains mainly: red. Hex color #E13400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13400 is #1ECBFF. Grayscale: #626262. Windows color (decimal): -2018304 or 13537. OLE color: 13537.
HSL color Cylindrical-coordinate representation of color #E13400: hue angle of 13.87º 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 #E13400 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 52 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.12 |
| HSL | 13.87º | 1% | 0.44% | - |
| HSV(B) | 13.87º | 1% | 0.88% | - |
| XYZ | 32.28 | 18.46 | 1.86 | - |
| YUV | 97.8 | 72.81 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 52 | 0 | 0 | 0.77 | 1 | 0.12 | 13.87 | 1 | 0.44 |
| Hex | E1 | 34 | 0 | 0 | 4D | 64 | C | E | 64 | 2C |
| Octal | 341 | 64 | 0 | 0 | 115 | 144 | 14 | 16 | 144 | 54 |
| Binary | 11100001 | 110100 | 0 | 0 | 1001101 | 1100100 | 1100 | 1110 | 1100100 | 101100 |
Color Harmonies of #E13400
Complementary color
Monochromatic Colors of #E13400
Black with #E13400
Text Example
Text Example
White with #E13400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13400; }
p { color: rgb(225,52,0); }
H1.HeaderClassName
{
color: #E13400;
}
.AnyTagClassName
{
color: #E13400;
}
</style>
background-color css
<style>
a { background-color: #E13400; }
a { background-color: rgb(225,52,0); }
div.DivClassName
{
background-color: #E13400;
}
.BgClassName
{
background-color: #E13400;
}
</style>
border-color css
<style>
span { border-color: #E13400; }
span { border-color: rgb(225,52,0); }
td.TdClassName
{
border-color: #E13400;
}
.TagClassName
{
border-color: #E13400;
}
</style>