Html Css Color HEX #E32F0A Harley Davidson Orange
📋 copy color: '#E32F0A'red 227 ◦ green 47 ◦ blue 10
Shades of Harley Davidson Orange #E32F0A
Tints of Harley Davidson Orange #E32F0A
RGB
CMYK
RGB Variations
Color information
#E32F0A (or 0xE32F0A) is known color: Harley Davidson Orange. HEX triplet: E3, 2F and 0A. RGB value is (227,47,10). Sum of RGB (Red+Green+Blue) = 227+47+10=284 (37% of max value = 765). Red value is 227 (89.06% from 255 or 79.93% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 10 (4.30% from 255 or 3.52% from 284); Max value from RGB is 227 - color contains mainly: red. Hex color #E32F0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E32F0A is #1CD0F5. Grayscale: #606060. Windows color (decimal): -1888502 or 667619. OLE color: 667619.
HSL color Cylindrical-coordinate representation of color #E32F0A: hue angle of 10.23º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E32F0A is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 47 | 10 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.11 |
| HSL | 10.23º | 0.92% | 0.46% | - |
| HSV(B) | 10.23º | 0.96% | 0.89% | - |
| XYZ | 32.75 | 18.39 | 2.11 | - |
| YUV | 96.6 | 79.13 | 221.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 47 | 10 | 0 | 0.79 | 0.96 | 0.11 | 10.23 | 0.92 | 0.46 |
| Hex | E3 | 2F | A | 0 | 4F | 60 | B | A | 5C | 2E |
| Octal | 343 | 57 | 12 | 0 | 117 | 140 | 13 | 12 | 134 | 56 |
| Binary | 11100011 | 101111 | 1010 | 0 | 1001111 | 1100000 | 1011 | 1010 | 1011100 | 101110 |
Color Harmonies of #E32F0A
Complementary color
Monochromatic Colors of #E32F0A
Black with #E32F0A
Text Example
Text Example
White with #E32F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32F0A; }
p { color: rgb(227,47,10); }
H1.HeaderClassName
{
color: #E32F0A;
}
.AnyTagClassName
{
color: #E32F0A;
}
</style>
background-color css
<style>
a { background-color: #E32F0A; }
a { background-color: rgb(227,47,10); }
div.DivClassName
{
background-color: #E32F0A;
}
.BgClassName
{
background-color: #E32F0A;
}
</style>
border-color css
<style>
span { border-color: #E32F0A; }
span { border-color: rgb(227,47,10); }
td.TdClassName
{
border-color: #E32F0A;
}
.TagClassName
{
border-color: #E32F0A;
}
</style>