Html Css Color HEX #E0201B Harley Davidson Orange
📋 copy color: '#E0201B'red 224 ◦ green 32 ◦ blue 27
Shades of Harley Davidson Orange #E0201B
Tints of Harley Davidson Orange #E0201B
RGB
CMYK
RGB Variations
Color information
#E0201B (or 0xE0201B) is known color: Harley Davidson Orange. HEX triplet: E0, 20 and 1B. RGB value is (224,32,27). Sum of RGB (Red+Green+Blue) = 224+32+27=283 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.15% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 224 - color contains mainly: red. Hex color #E0201B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0201B is #1FDFE4. Grayscale: #595959. Windows color (decimal): -2088933 or 1777888. OLE color: 1777888.
HSL color Cylindrical-coordinate representation of color #E0201B: hue angle of 1.52º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E0201B is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 32 | 27 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.12 |
| HSL | 1.52º | 0.78% | 0.49% | - |
| HSV(B) | 1.52º | 0.88% | 0.88% | - |
| XYZ | 31.45 | 16.96 | 2.65 | - |
| YUV | 88.84 | 93.11 | 224.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 32 | 27 | 0 | 0.86 | 0.88 | 0.12 | 1.52 | 0.78 | 0.49 |
| Hex | E0 | 20 | 1B | 0 | 56 | 58 | C | 2 | 4E | 31 |
| Octal | 340 | 40 | 33 | 0 | 126 | 130 | 14 | 2 | 116 | 61 |
| Binary | 11100000 | 100000 | 11011 | 0 | 1010110 | 1011000 | 1100 | 10 | 1001110 | 110001 |
Color Harmonies of #E0201B
Complementary color
Monochromatic Colors of #E0201B
Black with #E0201B
Text Example
Text Example
White with #E0201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0201B; }
p { color: rgb(224,32,27); }
H1.HeaderClassName
{
color: #E0201B;
}
.AnyTagClassName
{
color: #E0201B;
}
</style>
background-color css
<style>
a { background-color: #E0201B; }
a { background-color: rgb(224,32,27); }
div.DivClassName
{
background-color: #E0201B;
}
.BgClassName
{
background-color: #E0201B;
}
</style>
border-color css
<style>
span { border-color: #E0201B; }
span { border-color: rgb(224,32,27); }
td.TdClassName
{
border-color: #E0201B;
}
.TagClassName
{
border-color: #E0201B;
}
</style>