Html Css Color HEX #E32A1C Harley Davidson Orange
📋 copy color: '#E32A1C'red 227 ◦ green 42 ◦ blue 28
Shades of Harley Davidson Orange #E32A1C
Tints of Harley Davidson Orange #E32A1C
RGB
CMYK
RGB Variations
Color information
#E32A1C (or 0xE32A1C) is known color: Harley Davidson Orange. HEX triplet: E3, 2A and 1C. RGB value is (227,42,28). Sum of RGB (Red+Green+Blue) = 227+42+28=297 (39% of max value = 765). Red value is 227 (89.06% from 255 or 76.43% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 227 - color contains mainly: red. Hex color #E32A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32A1C is #1CD5E3. Grayscale: #5F5F5F. Windows color (decimal): -1889764 or 1845987. OLE color: 1845987.
HSL color Cylindrical-coordinate representation of color #E32A1C: hue angle of 4.22º degrees, saturation: 0.78, 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 #E32A1C is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 42 | 28 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.11 |
| HSL | 4.22º | 0.78% | 0.5% | - |
| HSV(B) | 4.22º | 0.88% | 0.89% | - |
| XYZ | 32.72 | 18.07 | 2.86 | - |
| YUV | 95.72 | 89.79 | 221.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 42 | 28 | 0 | 0.81 | 0.88 | 0.11 | 4.22 | 0.78 | 0.5 |
| Hex | E3 | 2A | 1C | 0 | 51 | 58 | B | 4 | 4E | 32 |
| Octal | 343 | 52 | 34 | 0 | 121 | 130 | 13 | 4 | 116 | 62 |
| Binary | 11100011 | 101010 | 11100 | 0 | 1010001 | 1011000 | 1011 | 100 | 1001110 | 110010 |
Color Harmonies of #E32A1C
Complementary color
Monochromatic Colors of #E32A1C
Black with #E32A1C
Text Example
Text Example
White with #E32A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32A1C; }
p { color: rgb(227,42,28); }
H1.HeaderClassName
{
color: #E32A1C;
}
.AnyTagClassName
{
color: #E32A1C;
}
</style>
background-color css
<style>
a { background-color: #E32A1C; }
a { background-color: rgb(227,42,28); }
div.DivClassName
{
background-color: #E32A1C;
}
.BgClassName
{
background-color: #E32A1C;
}
</style>
border-color css
<style>
span { border-color: #E32A1C; }
span { border-color: rgb(227,42,28); }
td.TdClassName
{
border-color: #E32A1C;
}
.TagClassName
{
border-color: #E32A1C;
}
</style>