Html Css Color HEX #E2281C Harley Davidson Orange
📋 copy color: '#E2281C'red 226 ◦ green 40 ◦ blue 28
Shades of Harley Davidson Orange #E2281C
Tints of Harley Davidson Orange #E2281C
RGB
CMYK
RGB Variations
Color information
#E2281C (or 0xE2281C) is known color: Harley Davidson Orange. HEX triplet: E2, 28 and 1C. RGB value is (226,40,28). Sum of RGB (Red+Green+Blue) = 226+40+28=294 (38% of max value = 765). Red value is 226 (88.67% from 255 or 76.87% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 226 - color contains mainly: red. Hex color #E2281C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2281C is #1DD7E3. Grayscale: #5E5E5E. Windows color (decimal): -1955812 or 1845474. OLE color: 1845474.
HSL color Cylindrical-coordinate representation of color #E2281C: hue angle of 3.64º 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 #E2281C is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 28 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.11 |
| HSL | 3.64º | 0.78% | 0.5% | - |
| HSV(B) | 3.64º | 0.88% | 0.89% | - |
| XYZ | 32.33 | 17.77 | 2.82 | - |
| YUV | 94.25 | 90.62 | 221.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 28 | 0 | 0.82 | 0.88 | 0.11 | 3.64 | 0.78 | 0.5 |
| Hex | E2 | 28 | 1C | 0 | 52 | 58 | B | 4 | 4E | 32 |
| Octal | 342 | 50 | 34 | 0 | 122 | 130 | 13 | 4 | 116 | 62 |
| Binary | 11100010 | 101000 | 11100 | 0 | 1010010 | 1011000 | 1011 | 100 | 1001110 | 110010 |
Color Harmonies of #E2281C
Complementary color
Monochromatic Colors of #E2281C
Black with #E2281C
Text Example
Text Example
White with #E2281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2281C; }
p { color: rgb(226,40,28); }
H1.HeaderClassName
{
color: #E2281C;
}
.AnyTagClassName
{
color: #E2281C;
}
</style>
background-color css
<style>
a { background-color: #E2281C; }
a { background-color: rgb(226,40,28); }
div.DivClassName
{
background-color: #E2281C;
}
.BgClassName
{
background-color: #E2281C;
}
</style>
border-color css
<style>
span { border-color: #E2281C; }
span { border-color: rgb(226,40,28); }
td.TdClassName
{
border-color: #E2281C;
}
.TagClassName
{
border-color: #E2281C;
}
</style>