Html Css Color HEX #E52F16 Harley Davidson Orange
📋 copy color: '#E52F16'red 229 ◦ green 47 ◦ blue 22
Shades of Harley Davidson Orange #E52F16
Tints of Harley Davidson Orange #E52F16
RGB
CMYK
RGB Variations
Color information
#E52F16 (or 0xE52F16) is known color: Harley Davidson Orange. HEX triplet: E5, 2F and 16. RGB value is (229,47,22). Sum of RGB (Red+Green+Blue) = 229+47+22=298 (39% of max value = 765). Red value is 229 (89.84% from 255 or 76.85% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 229 - color contains mainly: red. Hex color #E52F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52F16 is #1AD0E9. Grayscale: #626262. Windows color (decimal): -1757418 or 1454053. OLE color: 1454053.
HSL color Cylindrical-coordinate representation of color #E52F16: hue angle of 7.25º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E52F16 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 47 | 22 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.10 |
| HSL | 7.25º | 0.82% | 0.49% | - |
| HSV(B) | 7.25º | 0.9% | 0.9% | - |
| XYZ | 33.47 | 18.75 | 2.61 | - |
| YUV | 98.57 | 84.8 | 221.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 47 | 22 | 0 | 0.79 | 0.90 | 0.10 | 7.25 | 0.82 | 0.49 |
| Hex | E5 | 2F | 16 | 0 | 4F | 5A | A | 7 | 52 | 31 |
| Octal | 345 | 57 | 26 | 0 | 117 | 132 | 12 | 7 | 122 | 61 |
| Binary | 11100101 | 101111 | 10110 | 0 | 1001111 | 1011010 | 1010 | 111 | 1010010 | 110001 |
Color Harmonies of #E52F16
Complementary color
Monochromatic Colors of #E52F16
Black with #E52F16
Text Example
Text Example
White with #E52F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52F16; }
p { color: rgb(229,47,22); }
H1.HeaderClassName
{
color: #E52F16;
}
.AnyTagClassName
{
color: #E52F16;
}
</style>
background-color css
<style>
a { background-color: #E52F16; }
a { background-color: rgb(229,47,22); }
div.DivClassName
{
background-color: #E52F16;
}
.BgClassName
{
background-color: #E52F16;
}
</style>
border-color css
<style>
span { border-color: #E52F16; }
span { border-color: rgb(229,47,22); }
td.TdClassName
{
border-color: #E52F16;
}
.TagClassName
{
border-color: #E52F16;
}
</style>