Html Css Color HEX #E1301A Harley Davidson Orange
📋 copy color: '#E1301A'red 225 ◦ green 48 ◦ blue 26
Shades of Harley Davidson Orange #E1301A
Tints of Harley Davidson Orange #E1301A
RGB
CMYK
RGB Variations
Color information
#E1301A (or 0xE1301A) is known color: Harley Davidson Orange. HEX triplet: E1, 30 and 1A. RGB value is (225,48,26). Sum of RGB (Red+Green+Blue) = 225+48+26=299 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.25% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 225 - color contains mainly: red. Hex color #E1301A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1301A is #1ECFE5. Grayscale: #626262. Windows color (decimal): -2019302 or 1716449. OLE color: 1716449.
HSL color Cylindrical-coordinate representation of color #E1301A: hue angle of 6.63º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1301A is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 48 | 26 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.12 |
| HSL | 6.63º | 0.79% | 0.49% | - |
| HSV(B) | 6.63º | 0.88% | 0.88% | - |
| XYZ | 32.29 | 18.2 | 2.79 | - |
| YUV | 98.42 | 87.14 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 48 | 26 | 0 | 0.79 | 0.88 | 0.12 | 6.63 | 0.79 | 0.49 |
| Hex | E1 | 30 | 1A | 0 | 4F | 58 | C | 7 | 4F | 31 |
| Octal | 341 | 60 | 32 | 0 | 117 | 130 | 14 | 7 | 117 | 61 |
| Binary | 11100001 | 110000 | 11010 | 0 | 1001111 | 1011000 | 1100 | 111 | 1001111 | 110001 |
Color Harmonies of #E1301A
Complementary color
Monochromatic Colors of #E1301A
Black with #E1301A
Text Example
Text Example
White with #E1301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1301A; }
p { color: rgb(225,48,26); }
H1.HeaderClassName
{
color: #E1301A;
}
.AnyTagClassName
{
color: #E1301A;
}
</style>
background-color css
<style>
a { background-color: #E1301A; }
a { background-color: rgb(225,48,26); }
div.DivClassName
{
background-color: #E1301A;
}
.BgClassName
{
background-color: #E1301A;
}
</style>
border-color css
<style>
span { border-color: #E1301A; }
span { border-color: rgb(225,48,26); }
td.TdClassName
{
border-color: #E1301A;
}
.TagClassName
{
border-color: #E1301A;
}
</style>