Html Css Color HEX #E52F14 Harley Davidson Orange
📋 copy color: '#E52F14'red 229 ◦ green 47 ◦ blue 20
Shades of Harley Davidson Orange #E52F14
Tints of Harley Davidson Orange #E52F14
RGB
CMYK
RGB Variations
Color information
#E52F14 (or 0xE52F14) is known color: Harley Davidson Orange. HEX triplet: E5, 2F and 14. RGB value is (229,47,20). Sum of RGB (Red+Green+Blue) = 229+47+20=296 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.36% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 229 - color contains mainly: red. Hex color #E52F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52F14 is #1AD0EB. Grayscale: #626262. Windows color (decimal): -1757420 or 1322981. OLE color: 1322981.
HSL color Cylindrical-coordinate representation of color #E52F14: hue angle of 7.75º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E52F14 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 47 | 20 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.10 |
| HSL | 7.75º | 0.84% | 0.49% | - |
| HSV(B) | 7.75º | 0.91% | 0.9% | - |
| XYZ | 33.46 | 18.74 | 2.52 | - |
| YUV | 98.34 | 83.8 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 47 | 20 | 0 | 0.79 | 0.91 | 0.10 | 7.75 | 0.84 | 0.49 |
| Hex | E5 | 2F | 14 | 0 | 4F | 5B | A | 8 | 54 | 31 |
| Octal | 345 | 57 | 24 | 0 | 117 | 133 | 12 | 10 | 124 | 61 |
| Binary | 11100101 | 101111 | 10100 | 0 | 1001111 | 1011011 | 1010 | 1000 | 1010100 | 110001 |
Color Harmonies of #E52F14
Complementary color
Monochromatic Colors of #E52F14
Black with #E52F14
Text Example
Text Example
White with #E52F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52F14; }
p { color: rgb(229,47,20); }
H1.HeaderClassName
{
color: #E52F14;
}
.AnyTagClassName
{
color: #E52F14;
}
</style>
background-color css
<style>
a { background-color: #E52F14; }
a { background-color: rgb(229,47,20); }
div.DivClassName
{
background-color: #E52F14;
}
.BgClassName
{
background-color: #E52F14;
}
</style>
border-color css
<style>
span { border-color: #E52F14; }
span { border-color: rgb(229,47,20); }
td.TdClassName
{
border-color: #E52F14;
}
.TagClassName
{
border-color: #E52F14;
}
</style>