Html Css Color HEX #E1231C Harley Davidson Orange
📋 copy color: '#E1231C'red 225 ◦ green 35 ◦ blue 28
Shades of Harley Davidson Orange #E1231C
Tints of Harley Davidson Orange #E1231C
RGB
CMYK
RGB Variations
Color information
#E1231C (or 0xE1231C) is known color: Harley Davidson Orange. HEX triplet: E1, 23 and 1C. RGB value is (225,35,28). Sum of RGB (Red+Green+Blue) = 225+35+28=288 (38% of max value = 765). Red value is 225 (88.28% from 255 or 78.12% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 225 - color contains mainly: red. Hex color #E1231C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1231C is #1EDCE3. Grayscale: #5B5B5B. Windows color (decimal): -2022628 or 1844193. OLE color: 1844193.
HSL color Cylindrical-coordinate representation of color #E1231C: hue angle of 2.13º 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 #E1231C is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 28 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.12 |
| HSL | 2.13º | 0.78% | 0.5% | - |
| HSV(B) | 2.13º | 0.88% | 0.88% | - |
| XYZ | 31.86 | 17.29 | 2.76 | - |
| YUV | 91.01 | 92.45 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 28 | 0 | 0.84 | 0.88 | 0.12 | 2.13 | 0.78 | 0.5 |
| Hex | E1 | 23 | 1C | 0 | 54 | 58 | C | 2 | 4E | 32 |
| Octal | 341 | 43 | 34 | 0 | 124 | 130 | 14 | 2 | 116 | 62 |
| Binary | 11100001 | 100011 | 11100 | 0 | 1010100 | 1011000 | 1100 | 10 | 1001110 | 110010 |
Color Harmonies of #E1231C
Complementary color
Monochromatic Colors of #E1231C
Black with #E1231C
Text Example
Text Example
White with #E1231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1231C; }
p { color: rgb(225,35,28); }
H1.HeaderClassName
{
color: #E1231C;
}
.AnyTagClassName
{
color: #E1231C;
}
</style>
background-color css
<style>
a { background-color: #E1231C; }
a { background-color: rgb(225,35,28); }
div.DivClassName
{
background-color: #E1231C;
}
.BgClassName
{
background-color: #E1231C;
}
</style>
border-color css
<style>
span { border-color: #E1231C; }
span { border-color: rgb(225,35,28); }
td.TdClassName
{
border-color: #E1231C;
}
.TagClassName
{
border-color: #E1231C;
}
</style>