Html Css Color HEX #E32C0B Harley Davidson Orange
📋 copy color: '#E32C0B'red 227 ◦ green 44 ◦ blue 11
Shades of Harley Davidson Orange #E32C0B
Tints of Harley Davidson Orange #E32C0B
RGB
CMYK
RGB Variations
Color information
#E32C0B (or 0xE32C0B) is known color: Harley Davidson Orange. HEX triplet: E3, 2C and 0B. RGB value is (227,44,11). Sum of RGB (Red+Green+Blue) = 227+44+11=282 (37% of max value = 765). Red value is 227 (89.06% from 255 or 80.50% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 227 - color contains mainly: red. Hex color #E32C0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32C0B is #1CD3F4. Grayscale: #5F5F5F. Windows color (decimal): -1889269 or 732387. OLE color: 732387.
HSL color Cylindrical-coordinate representation of color #E32C0B: hue angle of 9.17º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E32C0B is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 44 | 11 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.11 |
| HSL | 9.17º | 0.91% | 0.47% | - |
| HSV(B) | 9.17º | 0.95% | 0.89% | - |
| XYZ | 32.64 | 18.16 | 2.1 | - |
| YUV | 94.96 | 80.63 | 222.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 44 | 11 | 0 | 0.81 | 0.95 | 0.11 | 9.17 | 0.91 | 0.47 |
| Hex | E3 | 2C | B | 0 | 51 | 5F | B | 9 | 5B | 2F |
| Octal | 343 | 54 | 13 | 0 | 121 | 137 | 13 | 11 | 133 | 57 |
| Binary | 11100011 | 101100 | 1011 | 0 | 1010001 | 1011111 | 1011 | 1001 | 1011011 | 101111 |
Color Harmonies of #E32C0B
Complementary color
Monochromatic Colors of #E32C0B
Black with #E32C0B
Text Example
Text Example
White with #E32C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32C0B; }
p { color: rgb(227,44,11); }
H1.HeaderClassName
{
color: #E32C0B;
}
.AnyTagClassName
{
color: #E32C0B;
}
</style>
background-color css
<style>
a { background-color: #E32C0B; }
a { background-color: rgb(227,44,11); }
div.DivClassName
{
background-color: #E32C0B;
}
.BgClassName
{
background-color: #E32C0B;
}
</style>
border-color css
<style>
span { border-color: #E32C0B; }
span { border-color: rgb(227,44,11); }
td.TdClassName
{
border-color: #E32C0B;
}
.TagClassName
{
border-color: #E32C0B;
}
</style>