Html Css Color HEX #E1271E Harley Davidson Orange
📋 copy color: '#E1271E'red 225 ◦ green 39 ◦ blue 30
Shades of Harley Davidson Orange #E1271E
Tints of Harley Davidson Orange #E1271E
RGB
CMYK
RGB Variations
Color information
#E1271E (or 0xE1271E) is known color: Harley Davidson Orange. HEX triplet: E1, 27 and 1E. RGB value is (225,39,30). Sum of RGB (Red+Green+Blue) = 225+39+30=294 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.53% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 225 - color contains mainly: red. Hex color #E1271E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1271E is #1ED8E1. Grayscale: #5D5D5D. Windows color (decimal): -2021602 or 1976289. OLE color: 1976289.
HSL color Cylindrical-coordinate representation of color #E1271E: hue angle of 2.77º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E1271E is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 30 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.12 |
| HSL | 2.77º | 0.76% | 0.5% | - |
| HSV(B) | 2.77º | 0.87% | 0.88% | - |
| XYZ | 32.01 | 17.55 | 2.93 | - |
| YUV | 93.59 | 92.12 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 30 | 0 | 0.83 | 0.87 | 0.12 | 2.77 | 0.76 | 0.5 |
| Hex | E1 | 27 | 1E | 0 | 53 | 57 | C | 3 | 4C | 32 |
| Octal | 341 | 47 | 36 | 0 | 123 | 127 | 14 | 3 | 114 | 62 |
| Binary | 11100001 | 100111 | 11110 | 0 | 1010011 | 1010111 | 1100 | 11 | 1001100 | 110010 |
Color Harmonies of #E1271E
Complementary color
Monochromatic Colors of #E1271E
Black with #E1271E
Text Example
Text Example
White with #E1271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1271E; }
p { color: rgb(225,39,30); }
H1.HeaderClassName
{
color: #E1271E;
}
.AnyTagClassName
{
color: #E1271E;
}
</style>
background-color css
<style>
a { background-color: #E1271E; }
a { background-color: rgb(225,39,30); }
div.DivClassName
{
background-color: #E1271E;
}
.BgClassName
{
background-color: #E1271E;
}
</style>
border-color css
<style>
span { border-color: #E1271E; }
span { border-color: rgb(225,39,30); }
td.TdClassName
{
border-color: #E1271E;
}
.TagClassName
{
border-color: #E1271E;
}
</style>