Html Css Color HEX #E3201B Harley Davidson Orange
📋 copy color: '#E3201B'red 227 ◦ green 32 ◦ blue 27
Shades of Harley Davidson Orange #E3201B
Tints of Harley Davidson Orange #E3201B
RGB
CMYK
RGB Variations
Color information
#E3201B (or 0xE3201B) is known color: Harley Davidson Orange. HEX triplet: E3, 20 and 1B. RGB value is (227,32,27). Sum of RGB (Red+Green+Blue) = 227+32+27=286 (37% of max value = 765). Red value is 227 (89.06% from 255 or 79.37% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 227 - color contains mainly: red. Hex color #E3201B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3201B is #1CDFE4. Grayscale: #595959. Windows color (decimal): -1892325 or 1777891. OLE color: 1777891.
HSL color Cylindrical-coordinate representation of color #E3201B: hue angle of 1.5º 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 #E3201B is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 32 | 27 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.11 |
| HSL | 1.5º | 0.79% | 0.5% | - |
| HSV(B) | 1.5º | 0.88% | 0.89% | - |
| XYZ | 32.39 | 17.44 | 2.7 | - |
| YUV | 89.74 | 92.6 | 225.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 32 | 27 | 0 | 0.86 | 0.88 | 0.11 | 1.5 | 0.79 | 0.5 |
| Hex | E3 | 20 | 1B | 0 | 56 | 58 | B | 2 | 4F | 32 |
| Octal | 343 | 40 | 33 | 0 | 126 | 130 | 13 | 2 | 117 | 62 |
| Binary | 11100011 | 100000 | 11011 | 0 | 1010110 | 1011000 | 1011 | 10 | 1001111 | 110010 |
Color Harmonies of #E3201B
Complementary color
Monochromatic Colors of #E3201B
Black with #E3201B
Text Example
Text Example
White with #E3201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3201B; }
p { color: rgb(227,32,27); }
H1.HeaderClassName
{
color: #E3201B;
}
.AnyTagClassName
{
color: #E3201B;
}
</style>
background-color css
<style>
a { background-color: #E3201B; }
a { background-color: rgb(227,32,27); }
div.DivClassName
{
background-color: #E3201B;
}
.BgClassName
{
background-color: #E3201B;
}
</style>
border-color css
<style>
span { border-color: #E3201B; }
span { border-color: rgb(227,32,27); }
td.TdClassName
{
border-color: #E3201B;
}
.TagClassName
{
border-color: #E3201B;
}
</style>