Html Css Color HEX #E2281A Harley Davidson Orange
📋 copy color: '#E2281A'red 226 ◦ green 40 ◦ blue 26
Shades of Harley Davidson Orange #E2281A
Tints of Harley Davidson Orange #E2281A
RGB
CMYK
RGB Variations
Color information
#E2281A (or 0xE2281A) is known color: Harley Davidson Orange. HEX triplet: E2, 28 and 1A. RGB value is (226,40,26). Sum of RGB (Red+Green+Blue) = 226+40+26=292 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.40% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 226 - color contains mainly: red. Hex color #E2281A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2281A is #1DD7E5. Grayscale: #5E5E5E. Windows color (decimal): -1955814 or 1714402. OLE color: 1714402.
HSL color Cylindrical-coordinate representation of color #E2281A: hue angle of 4.2º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2281A is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 26 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.11 |
| HSL | 4.2º | 0.79% | 0.49% | - |
| HSV(B) | 4.2º | 0.88% | 0.89% | - |
| XYZ | 32.31 | 17.76 | 2.7 | - |
| YUV | 94.02 | 89.62 | 222.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 26 | 0 | 0.82 | 0.88 | 0.11 | 4.2 | 0.79 | 0.49 |
| Hex | E2 | 28 | 1A | 0 | 52 | 58 | B | 4 | 4F | 31 |
| Octal | 342 | 50 | 32 | 0 | 122 | 130 | 13 | 4 | 117 | 61 |
| Binary | 11100010 | 101000 | 11010 | 0 | 1010010 | 1011000 | 1011 | 100 | 1001111 | 110001 |
Color Harmonies of #E2281A
Complementary color
Monochromatic Colors of #E2281A
Black with #E2281A
Text Example
Text Example
White with #E2281A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2281A; }
p { color: rgb(226,40,26); }
H1.HeaderClassName
{
color: #E2281A;
}
.AnyTagClassName
{
color: #E2281A;
}
</style>
background-color css
<style>
a { background-color: #E2281A; }
a { background-color: rgb(226,40,26); }
div.DivClassName
{
background-color: #E2281A;
}
.BgClassName
{
background-color: #E2281A;
}
</style>
border-color css
<style>
span { border-color: #E2281A; }
span { border-color: rgb(226,40,26); }
td.TdClassName
{
border-color: #E2281A;
}
.TagClassName
{
border-color: #E2281A;
}
</style>