Html Css Color HEX #E2231C Harley Davidson Orange
📋 copy color: '#E2231C'red 226 ◦ green 35 ◦ blue 28
Shades of Harley Davidson Orange #E2231C
Tints of Harley Davidson Orange #E2231C
RGB
CMYK
RGB Variations
Color information
#E2231C (or 0xE2231C) is known color: Harley Davidson Orange. HEX triplet: E2, 23 and 1C. RGB value is (226,35,28). Sum of RGB (Red+Green+Blue) = 226+35+28=289 (38% of max value = 765). Red value is 226 (88.67% from 255 or 78.20% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 226 - color contains mainly: red. Hex color #E2231C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2231C is #1DDCE3. Grayscale: #5B5B5B. Windows color (decimal): -1957092 or 1844194. OLE color: 1844194.
HSL color Cylindrical-coordinate representation of color #E2231C: hue angle of 2.12º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2231C is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 35 | 28 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.11 |
| HSL | 2.12º | 0.78% | 0.5% | - |
| HSV(B) | 2.12º | 0.88% | 0.89% | - |
| XYZ | 32.17 | 17.45 | 2.77 | - |
| YUV | 91.31 | 92.28 | 224.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 35 | 28 | 0 | 0.85 | 0.88 | 0.11 | 2.12 | 0.78 | 0.5 |
| Hex | E2 | 23 | 1C | 0 | 55 | 58 | B | 2 | 4E | 32 |
| Octal | 342 | 43 | 34 | 0 | 125 | 130 | 13 | 2 | 116 | 62 |
| Binary | 11100010 | 100011 | 11100 | 0 | 1010101 | 1011000 | 1011 | 10 | 1001110 | 110010 |
Color Harmonies of #E2231C
Complementary color
Monochromatic Colors of #E2231C
Black with #E2231C
Text Example
Text Example
White with #E2231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2231C; }
p { color: rgb(226,35,28); }
H1.HeaderClassName
{
color: #E2231C;
}
.AnyTagClassName
{
color: #E2231C;
}
</style>
background-color css
<style>
a { background-color: #E2231C; }
a { background-color: rgb(226,35,28); }
div.DivClassName
{
background-color: #E2231C;
}
.BgClassName
{
background-color: #E2231C;
}
</style>
border-color css
<style>
span { border-color: #E2231C; }
span { border-color: rgb(226,35,28); }
td.TdClassName
{
border-color: #E2231C;
}
.TagClassName
{
border-color: #E2231C;
}
</style>