Html Css Color HEX #E32F13 Harley Davidson Orange
📋 copy color: '#E32F13'red 227 ◦ green 47 ◦ blue 19
Shades of Harley Davidson Orange #E32F13
Tints of Harley Davidson Orange #E32F13
RGB
CMYK
RGB Variations
Color information
#E32F13 (or 0xE32F13) is known color: Harley Davidson Orange. HEX triplet: E3, 2F and 13. RGB value is (227,47,19). Sum of RGB (Red+Green+Blue) = 227+47+19=293 (38% of max value = 765). Red value is 227 (89.06% from 255 or 77.47% from 293); Green value is 47 (18.75% from 255 or 16.04% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 227 - color contains mainly: red. Hex color #E32F13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32F13 is #1CD0EC. Grayscale: #616161. Windows color (decimal): -1888493 or 1257443. OLE color: 1257443.
HSL color Cylindrical-coordinate representation of color #E32F13: hue angle of 8.08º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E32F13 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 47 | 19 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.11 |
| HSL | 8.08º | 0.85% | 0.48% | - |
| HSV(B) | 8.08º | 0.92% | 0.89% | - |
| XYZ | 32.81 | 18.41 | 2.44 | - |
| YUV | 97.63 | 83.63 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 47 | 19 | 0 | 0.79 | 0.92 | 0.11 | 8.08 | 0.85 | 0.48 |
| Hex | E3 | 2F | 13 | 0 | 4F | 5C | B | 8 | 55 | 30 |
| Octal | 343 | 57 | 23 | 0 | 117 | 134 | 13 | 10 | 125 | 60 |
| Binary | 11100011 | 101111 | 10011 | 0 | 1001111 | 1011100 | 1011 | 1000 | 1010101 | 110000 |
Color Harmonies of #E32F13
Complementary color
Monochromatic Colors of #E32F13
Black with #E32F13
Text Example
Text Example
White with #E32F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32F13; }
p { color: rgb(227,47,19); }
H1.HeaderClassName
{
color: #E32F13;
}
.AnyTagClassName
{
color: #E32F13;
}
</style>
background-color css
<style>
a { background-color: #E32F13; }
a { background-color: rgb(227,47,19); }
div.DivClassName
{
background-color: #E32F13;
}
.BgClassName
{
background-color: #E32F13;
}
</style>
border-color css
<style>
span { border-color: #E32F13; }
span { border-color: rgb(227,47,19); }
td.TdClassName
{
border-color: #E32F13;
}
.TagClassName
{
border-color: #E32F13;
}
</style>