Html Css Color HEX #E2271B Harley Davidson Orange
📋 copy color: '#E2271B'red 226 ◦ green 39 ◦ blue 27
Shades of Harley Davidson Orange #E2271B
Tints of Harley Davidson Orange #E2271B
RGB
CMYK
RGB Variations
Color information
#E2271B (or 0xE2271B) is known color: Harley Davidson Orange. HEX triplet: E2, 27 and 1B. RGB value is (226,39,27). Sum of RGB (Red+Green+Blue) = 226+39+27=292 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.40% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 27 (10.94% from 255 or 9.25% from 292); Max value from RGB is 226 - color contains mainly: red. Hex color #E2271B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2271B is #1DD8E4. Grayscale: #5D5D5D. Windows color (decimal): -1956069 or 1779682. OLE color: 1779682.
HSL color Cylindrical-coordinate representation of color #E2271B: hue angle of 3.62º degrees, saturation: 0.79, 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 #E2271B is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 39 | 27 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.11 |
| HSL | 3.62º | 0.79% | 0.5% | - |
| HSV(B) | 3.62º | 0.88% | 0.89% | - |
| XYZ | 32.29 | 17.7 | 2.75 | - |
| YUV | 93.55 | 90.45 | 222.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 39 | 27 | 0 | 0.83 | 0.88 | 0.11 | 3.62 | 0.79 | 0.5 |
| Hex | E2 | 27 | 1B | 0 | 53 | 58 | B | 4 | 4F | 32 |
| Octal | 342 | 47 | 33 | 0 | 123 | 130 | 13 | 4 | 117 | 62 |
| Binary | 11100010 | 100111 | 11011 | 0 | 1010011 | 1011000 | 1011 | 100 | 1001111 | 110010 |
Color Harmonies of #E2271B
Complementary color
Monochromatic Colors of #E2271B
Black with #E2271B
Text Example
Text Example
White with #E2271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2271B; }
p { color: rgb(226,39,27); }
H1.HeaderClassName
{
color: #E2271B;
}
.AnyTagClassName
{
color: #E2271B;
}
</style>
background-color css
<style>
a { background-color: #E2271B; }
a { background-color: rgb(226,39,27); }
div.DivClassName
{
background-color: #E2271B;
}
.BgClassName
{
background-color: #E2271B;
}
</style>
border-color css
<style>
span { border-color: #E2271B; }
span { border-color: rgb(226,39,27); }
td.TdClassName
{
border-color: #E2271B;
}
.TagClassName
{
border-color: #E2271B;
}
</style>