Html Css Color HEX #E32C1B Harley Davidson Orange
📋 copy color: '#E32C1B'red 227 ◦ green 44 ◦ blue 27
Shades of Harley Davidson Orange #E32C1B
Tints of Harley Davidson Orange #E32C1B
RGB
CMYK
RGB Variations
Color information
#E32C1B (or 0xE32C1B) is known color: Harley Davidson Orange. HEX triplet: E3, 2C and 1B. RGB value is (227,44,27). Sum of RGB (Red+Green+Blue) = 227+44+27=298 (39% of max value = 765). Red value is 227 (89.06% from 255 or 76.17% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 27 (10.94% from 255 or 9.06% from 298); Max value from RGB is 227 - color contains mainly: red. Hex color #E32C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32C1B is #1CD3E4. Grayscale: #616161. Windows color (decimal): -1889253 or 1780963. OLE color: 1780963.
HSL color Cylindrical-coordinate representation of color #E32C1B: hue angle of 5.1º 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 #E32C1B is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 44 | 27 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.11 |
| HSL | 5.1º | 0.79% | 0.5% | - |
| HSV(B) | 5.1º | 0.88% | 0.89% | - |
| XYZ | 32.78 | 18.21 | 2.82 | - |
| YUV | 96.78 | 88.63 | 220.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 44 | 27 | 0 | 0.81 | 0.88 | 0.11 | 5.1 | 0.79 | 0.5 |
| Hex | E3 | 2C | 1B | 0 | 51 | 58 | B | 5 | 4F | 32 |
| Octal | 343 | 54 | 33 | 0 | 121 | 130 | 13 | 5 | 117 | 62 |
| Binary | 11100011 | 101100 | 11011 | 0 | 1010001 | 1011000 | 1011 | 101 | 1001111 | 110010 |
Color Harmonies of #E32C1B
Complementary color
Monochromatic Colors of #E32C1B
Black with #E32C1B
Text Example
Text Example
White with #E32C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32C1B; }
p { color: rgb(227,44,27); }
H1.HeaderClassName
{
color: #E32C1B;
}
.AnyTagClassName
{
color: #E32C1B;
}
</style>
background-color css
<style>
a { background-color: #E32C1B; }
a { background-color: rgb(227,44,27); }
div.DivClassName
{
background-color: #E32C1B;
}
.BgClassName
{
background-color: #E32C1B;
}
</style>
border-color css
<style>
span { border-color: #E32C1B; }
span { border-color: rgb(227,44,27); }
td.TdClassName
{
border-color: #E32C1B;
}
.TagClassName
{
border-color: #E32C1B;
}
</style>