Html Css Color HEX #E32F1B Harley Davidson Orange
📋 copy color: '#E32F1B'red 227 ◦ green 47 ◦ blue 27
Shades of Harley Davidson Orange #E32F1B
Tints of Harley Davidson Orange #E32F1B
RGB
CMYK
RGB Variations
Color information
#E32F1B (or 0xE32F1B) is known color: Harley Davidson Orange. HEX triplet: E3, 2F and 1B. RGB value is (227,47,27). Sum of RGB (Red+Green+Blue) = 227+47+27=301 (39% of max value = 765). Red value is 227 (89.06% from 255 or 75.42% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 227 - color contains mainly: red. Hex color #E32F1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32F1B is #1CD0E4. Grayscale: #626262. Windows color (decimal): -1888485 or 1781731. OLE color: 1781731.
HSL color Cylindrical-coordinate representation of color #E32F1B: hue angle of 6º 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 #E32F1B is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 47 | 27 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.11 |
| HSL | 6º | 0.79% | 0.5% | - |
| HSV(B) | 6º | 0.88% | 0.89% | - |
| XYZ | 32.89 | 18.44 | 2.86 | - |
| YUV | 98.54 | 87.63 | 219.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 47 | 27 | 0 | 0.79 | 0.88 | 0.11 | 6 | 0.79 | 0.5 |
| Hex | E3 | 2F | 1B | 0 | 4F | 58 | B | 6 | 4F | 32 |
| Octal | 343 | 57 | 33 | 0 | 117 | 130 | 13 | 6 | 117 | 62 |
| Binary | 11100011 | 101111 | 11011 | 0 | 1001111 | 1011000 | 1011 | 110 | 1001111 | 110010 |
Color Harmonies of #E32F1B
Complementary color
Monochromatic Colors of #E32F1B
Black with #E32F1B
Text Example
Text Example
White with #E32F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32F1B; }
p { color: rgb(227,47,27); }
H1.HeaderClassName
{
color: #E32F1B;
}
.AnyTagClassName
{
color: #E32F1B;
}
</style>
background-color css
<style>
a { background-color: #E32F1B; }
a { background-color: rgb(227,47,27); }
div.DivClassName
{
background-color: #E32F1B;
}
.BgClassName
{
background-color: #E32F1B;
}
</style>
border-color css
<style>
span { border-color: #E32F1B; }
span { border-color: rgb(227,47,27); }
td.TdClassName
{
border-color: #E32F1B;
}
.TagClassName
{
border-color: #E32F1B;
}
</style>