Html Css Color HEX #E32F1C Harley Davidson Orange
📋 copy color: '#E32F1C'red 227 ◦ green 47 ◦ blue 28
Shades of Harley Davidson Orange #E32F1C
Tints of Harley Davidson Orange #E32F1C
RGB
CMYK
RGB Variations
Color information
#E32F1C (or 0xE32F1C) is known color: Harley Davidson Orange. HEX triplet: E3, 2F and 1C. RGB value is (227,47,28). Sum of RGB (Red+Green+Blue) = 227+47+28=302 (40% of max value = 765). Red value is 227 (89.06% from 255 or 75.17% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 227 - color contains mainly: red. Hex color #E32F1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32F1C is #1CD0E3. Grayscale: #626262. Windows color (decimal): -1888484 or 1847267. OLE color: 1847267.
HSL color Cylindrical-coordinate representation of color #E32F1C: hue angle of 5.73º 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 #E32F1C is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 47 | 28 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.11 |
| HSL | 5.73º | 0.78% | 0.5% | - |
| HSV(B) | 5.73º | 0.88% | 0.89% | - |
| XYZ | 32.9 | 18.45 | 2.93 | - |
| YUV | 98.65 | 88.13 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 47 | 28 | 0 | 0.79 | 0.88 | 0.11 | 5.73 | 0.78 | 0.5 |
| Hex | E3 | 2F | 1C | 0 | 4F | 58 | B | 6 | 4E | 32 |
| Octal | 343 | 57 | 34 | 0 | 117 | 130 | 13 | 6 | 116 | 62 |
| Binary | 11100011 | 101111 | 11100 | 0 | 1001111 | 1011000 | 1011 | 110 | 1001110 | 110010 |
Color Harmonies of #E32F1C
Complementary color
Monochromatic Colors of #E32F1C
Black with #E32F1C
Text Example
Text Example
White with #E32F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32F1C; }
p { color: rgb(227,47,28); }
H1.HeaderClassName
{
color: #E32F1C;
}
.AnyTagClassName
{
color: #E32F1C;
}
</style>
background-color css
<style>
a { background-color: #E32F1C; }
a { background-color: rgb(227,47,28); }
div.DivClassName
{
background-color: #E32F1C;
}
.BgClassName
{
background-color: #E32F1C;
}
</style>
border-color css
<style>
span { border-color: #E32F1C; }
span { border-color: rgb(227,47,28); }
td.TdClassName
{
border-color: #E32F1C;
}
.TagClassName
{
border-color: #E32F1C;
}
</style>