Html Css Color HEX #E13800 Harley Davidson Orange
📋 copy color: '#E13800'red 225 ◦ green 56 ◦ blue 0
Shades of Harley Davidson Orange #E13800
Tints of Harley Davidson Orange #E13800
RGB
CMYK
RGB Variations
Color information
#E13800 (or 0xE13800) is known color: Harley Davidson Orange. HEX triplet: E1, 38 and 00. RGB value is (225,56,0). Sum of RGB (Red+Green+Blue) = 225+56+0=281 (37% of max value = 765). Red value is 225 (88.28% from 255 or 80.07% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 225 - color contains mainly: red. Hex color #E13800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13800 is #1EC7FF. Grayscale: #646464. Windows color (decimal): -2017280 or 14561. OLE color: 14561.
HSL color Cylindrical-coordinate representation of color #E13800: hue angle of 14.93º 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 #E13800 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 56 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.12 |
| HSL | 14.93º | 1% | 0.44% | - |
| HSV(B) | 14.93º | 1% | 0.88% | - |
| XYZ | 32.47 | 18.84 | 1.92 | - |
| YUV | 100.15 | 71.49 | 217.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 56 | 0 | 0 | 0.75 | 1 | 0.12 | 14.93 | 1 | 0.44 |
| Hex | E1 | 38 | 0 | 0 | 4B | 64 | C | F | 64 | 2C |
| Octal | 341 | 70 | 0 | 0 | 113 | 144 | 14 | 17 | 144 | 54 |
| Binary | 11100001 | 111000 | 0 | 0 | 1001011 | 1100100 | 1100 | 1111 | 1100100 | 101100 |
Color Harmonies of #E13800
Complementary color
Monochromatic Colors of #E13800
Black with #E13800
Text Example
Text Example
White with #E13800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13800; }
p { color: rgb(225,56,0); }
H1.HeaderClassName
{
color: #E13800;
}
.AnyTagClassName
{
color: #E13800;
}
</style>
background-color css
<style>
a { background-color: #E13800; }
a { background-color: rgb(225,56,0); }
div.DivClassName
{
background-color: #E13800;
}
.BgClassName
{
background-color: #E13800;
}
</style>
border-color css
<style>
span { border-color: #E13800; }
span { border-color: rgb(225,56,0); }
td.TdClassName
{
border-color: #E13800;
}
.TagClassName
{
border-color: #E13800;
}
</style>