Html Css Color HEX #E2261E Harley Davidson Orange
📋 copy color: '#E2261E'red 226 ◦ green 38 ◦ blue 30
Shades of Harley Davidson Orange #E2261E
Tints of Harley Davidson Orange #E2261E
RGB
CMYK
RGB Variations
Color information
#E2261E (or 0xE2261E) is known color: Harley Davidson Orange. HEX triplet: E2, 26 and 1E. RGB value is (226,38,30). Sum of RGB (Red+Green+Blue) = 226+38+30=294 (38% of max value = 765). Red value is 226 (88.67% from 255 or 76.87% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 226 - color contains mainly: red. Hex color #E2261E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2261E is #1DD9E1. Grayscale: #5D5D5D. Windows color (decimal): -1956322 or 1976034. OLE color: 1976034.
HSL color Cylindrical-coordinate representation of color #E2261E: hue angle of 2.45º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E2261E is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 38 | 30 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.11 |
| HSL | 2.45º | 0.77% | 0.5% | - |
| HSV(B) | 2.45º | 0.87% | 0.89% | - |
| XYZ | 32.29 | 17.65 | 2.93 | - |
| YUV | 93.3 | 92.28 | 222.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 38 | 30 | 0 | 0.83 | 0.87 | 0.11 | 2.45 | 0.77 | 0.5 |
| Hex | E2 | 26 | 1E | 0 | 53 | 57 | B | 2 | 4D | 32 |
| Octal | 342 | 46 | 36 | 0 | 123 | 127 | 13 | 2 | 115 | 62 |
| Binary | 11100010 | 100110 | 11110 | 0 | 1010011 | 1010111 | 1011 | 10 | 1001101 | 110010 |
Color Harmonies of #E2261E
Complementary color
Monochromatic Colors of #E2261E
Black with #E2261E
Text Example
Text Example
White with #E2261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2261E; }
p { color: rgb(226,38,30); }
H1.HeaderClassName
{
color: #E2261E;
}
.AnyTagClassName
{
color: #E2261E;
}
</style>
background-color css
<style>
a { background-color: #E2261E; }
a { background-color: rgb(226,38,30); }
div.DivClassName
{
background-color: #E2261E;
}
.BgClassName
{
background-color: #E2261E;
}
</style>
border-color css
<style>
span { border-color: #E2261E; }
span { border-color: rgb(226,38,30); }
td.TdClassName
{
border-color: #E2261E;
}
.TagClassName
{
border-color: #E2261E;
}
</style>