Html Css Color HEX #E32F16 Harley Davidson Orange
📋 copy color: '#E32F16'red 227 ◦ green 47 ◦ blue 22
Shades of Harley Davidson Orange #E32F16
Tints of Harley Davidson Orange #E32F16
RGB
CMYK
RGB Variations
Color information
#E32F16 (or 0xE32F16) is known color: Harley Davidson Orange. HEX triplet: E3, 2F and 16. RGB value is (227,47,22). Sum of RGB (Red+Green+Blue) = 227+47+22=296 (39% of max value = 765). Red value is 227 (89.06% from 255 or 76.69% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 227 - color contains mainly: red. Hex color #E32F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32F16 is #1CD0E9. Grayscale: #626262. Windows color (decimal): -1888490 or 1454051. OLE color: 1454051.
HSL color Cylindrical-coordinate representation of color #E32F16: hue angle of 7.32º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E32F16 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 47 | 22 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.11 |
| HSL | 7.32º | 0.82% | 0.49% | - |
| HSV(B) | 7.32º | 0.9% | 0.89% | - |
| XYZ | 32.84 | 18.42 | 2.58 | - |
| YUV | 97.97 | 85.13 | 220.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 47 | 22 | 0 | 0.79 | 0.90 | 0.11 | 7.32 | 0.82 | 0.49 |
| Hex | E3 | 2F | 16 | 0 | 4F | 5A | B | 7 | 52 | 31 |
| Octal | 343 | 57 | 26 | 0 | 117 | 132 | 13 | 7 | 122 | 61 |
| Binary | 11100011 | 101111 | 10110 | 0 | 1001111 | 1011010 | 1011 | 111 | 1010010 | 110001 |
Color Harmonies of #E32F16
Complementary color
Monochromatic Colors of #E32F16
Black with #E32F16
Text Example
Text Example
White with #E32F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32F16; }
p { color: rgb(227,47,22); }
H1.HeaderClassName
{
color: #E32F16;
}
.AnyTagClassName
{
color: #E32F16;
}
</style>
background-color css
<style>
a { background-color: #E32F16; }
a { background-color: rgb(227,47,22); }
div.DivClassName
{
background-color: #E32F16;
}
.BgClassName
{
background-color: #E32F16;
}
</style>
border-color css
<style>
span { border-color: #E32F16; }
span { border-color: rgb(227,47,22); }
td.TdClassName
{
border-color: #E32F16;
}
.TagClassName
{
border-color: #E32F16;
}
</style>