Html Css Color HEX #E13600 Harley Davidson Orange
📋 copy color: '#E13600'red 225 ◦ green 54 ◦ blue 0
Shades of Harley Davidson Orange #E13600
Tints of Harley Davidson Orange #E13600
RGB
CMYK
RGB Variations
Color information
#E13600 (or 0xE13600) is known color: Harley Davidson Orange. HEX triplet: E1, 36 and 00. RGB value is (225,54,0). Sum of RGB (Red+Green+Blue) = 225+54+0=279 (36% of max value = 765). Red value is 225 (88.28% from 255 or 80.65% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 225 - color contains mainly: red. Hex color #E13600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13600 is #1EC9FF. Grayscale: #636363. Windows color (decimal): -2017792 or 14049. OLE color: 14049.
HSL color Cylindrical-coordinate representation of color #E13600: hue angle of 14.4º 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 #E13600 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 54 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.12 |
| HSL | 14.4º | 1% | 0.44% | - |
| HSV(B) | 14.4º | 1% | 0.88% | - |
| XYZ | 32.37 | 18.65 | 1.89 | - |
| YUV | 98.97 | 72.15 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 54 | 0 | 0 | 0.76 | 1 | 0.12 | 14.4 | 1 | 0.44 |
| Hex | E1 | 36 | 0 | 0 | 4C | 64 | C | E | 64 | 2C |
| Octal | 341 | 66 | 0 | 0 | 114 | 144 | 14 | 16 | 144 | 54 |
| Binary | 11100001 | 110110 | 0 | 0 | 1001100 | 1100100 | 1100 | 1110 | 1100100 | 101100 |
Color Harmonies of #E13600
Complementary color
Monochromatic Colors of #E13600
Black with #E13600
Text Example
Text Example
White with #E13600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13600; }
p { color: rgb(225,54,0); }
H1.HeaderClassName
{
color: #E13600;
}
.AnyTagClassName
{
color: #E13600;
}
</style>
background-color css
<style>
a { background-color: #E13600; }
a { background-color: rgb(225,54,0); }
div.DivClassName
{
background-color: #E13600;
}
.BgClassName
{
background-color: #E13600;
}
</style>
border-color css
<style>
span { border-color: #E13600; }
span { border-color: rgb(225,54,0); }
td.TdClassName
{
border-color: #E13600;
}
.TagClassName
{
border-color: #E13600;
}
</style>