Html Css Color HEX #E1271C Harley Davidson Orange
📋 copy color: '#E1271C'red 225 ◦ green 39 ◦ blue 28
Shades of Harley Davidson Orange #E1271C
Tints of Harley Davidson Orange #E1271C
RGB
CMYK
RGB Variations
Color information
#E1271C (or 0xE1271C) is known color: Harley Davidson Orange. HEX triplet: E1, 27 and 1C. RGB value is (225,39,28). Sum of RGB (Red+Green+Blue) = 225+39+28=292 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.05% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 225 - color contains mainly: red. Hex color #E1271C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1271C is #1ED8E3. Grayscale: #5D5D5D. Windows color (decimal): -2021604 or 1845217. OLE color: 1845217.
HSL color Cylindrical-coordinate representation of color #E1271C: hue angle of 3.35º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1271C is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 28 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.12 |
| HSL | 3.35º | 0.78% | 0.5% | - |
| HSV(B) | 3.35º | 0.88% | 0.88% | - |
| XYZ | 31.99 | 17.54 | 2.8 | - |
| YUV | 93.36 | 91.12 | 221.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 28 | 0 | 0.83 | 0.88 | 0.12 | 3.35 | 0.78 | 0.5 |
| Hex | E1 | 27 | 1C | 0 | 53 | 58 | C | 3 | 4E | 32 |
| Octal | 341 | 47 | 34 | 0 | 123 | 130 | 14 | 3 | 116 | 62 |
| Binary | 11100001 | 100111 | 11100 | 0 | 1010011 | 1011000 | 1100 | 11 | 1001110 | 110010 |
Color Harmonies of #E1271C
Complementary color
Monochromatic Colors of #E1271C
Black with #E1271C
Text Example
Text Example
White with #E1271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1271C; }
p { color: rgb(225,39,28); }
H1.HeaderClassName
{
color: #E1271C;
}
.AnyTagClassName
{
color: #E1271C;
}
</style>
background-color css
<style>
a { background-color: #E1271C; }
a { background-color: rgb(225,39,28); }
div.DivClassName
{
background-color: #E1271C;
}
.BgClassName
{
background-color: #E1271C;
}
</style>
border-color css
<style>
span { border-color: #E1271C; }
span { border-color: rgb(225,39,28); }
td.TdClassName
{
border-color: #E1271C;
}
.TagClassName
{
border-color: #E1271C;
}
</style>