Html Css Color HEX #E13F0A Harley Davidson Orange
📋 copy color: '#E13F0A'red 225 ◦ green 63 ◦ blue 10
Shades of Harley Davidson Orange #E13F0A
Tints of Harley Davidson Orange #E13F0A
RGB
CMYK
RGB Variations
Color information
#E13F0A (or 0xE13F0A) is known color: Harley Davidson Orange. HEX triplet: E1, 3F and 0A. RGB value is (225,63,10). Sum of RGB (Red+Green+Blue) = 225+63+10=298 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.50% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 225 - color contains mainly: red. Hex color #E13F0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E13F0A is #1EC0F5. Grayscale: #696969. Windows color (decimal): -2015478 or 671713. OLE color: 671713.
HSL color Cylindrical-coordinate representation of color #E13F0A: hue angle of 14.79º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E13F0A is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 63 | 10 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.12 |
| HSL | 14.79º | 0.91% | 0.46% | - |
| HSV(B) | 14.79º | 0.96% | 0.88% | - |
| XYZ | 32.88 | 19.58 | 2.33 | - |
| YUV | 105.4 | 74.17 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 63 | 10 | 0 | 0.72 | 0.96 | 0.12 | 14.79 | 0.91 | 0.46 |
| Hex | E1 | 3F | A | 0 | 48 | 60 | C | F | 5B | 2E |
| Octal | 341 | 77 | 12 | 0 | 110 | 140 | 14 | 17 | 133 | 56 |
| Binary | 11100001 | 111111 | 1010 | 0 | 1001000 | 1100000 | 1100 | 1111 | 1011011 | 101110 |
Color Harmonies of #E13F0A
Complementary color
Monochromatic Colors of #E13F0A
Black with #E13F0A
Text Example
Text Example
White with #E13F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13F0A; }
p { color: rgb(225,63,10); }
H1.HeaderClassName
{
color: #E13F0A;
}
.AnyTagClassName
{
color: #E13F0A;
}
</style>
background-color css
<style>
a { background-color: #E13F0A; }
a { background-color: rgb(225,63,10); }
div.DivClassName
{
background-color: #E13F0A;
}
.BgClassName
{
background-color: #E13F0A;
}
</style>
border-color css
<style>
span { border-color: #E13F0A; }
span { border-color: rgb(225,63,10); }
td.TdClassName
{
border-color: #E13F0A;
}
.TagClassName
{
border-color: #E13F0A;
}
</style>