Html Css Color HEX #E72D16 Harley Davidson Orange
📋 copy color: '#E72D16'red 231 ◦ green 45 ◦ blue 22
Shades of Harley Davidson Orange #E72D16
Tints of Harley Davidson Orange #E72D16
RGB
CMYK
RGB Variations
Color information
#E72D16 (or 0xE72D16) is known color: Harley Davidson Orange. HEX triplet: E7, 2D and 16. RGB value is (231,45,22). Sum of RGB (Red+Green+Blue) = 231+45+22=298 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77.52% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 231 - color contains mainly: red. Hex color #E72D16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E72D16 is #18D2E9. Grayscale: #626262. Windows color (decimal): -1626858 or 1453543. OLE color: 1453543.
HSL color Cylindrical-coordinate representation of color #E72D16: hue angle of 6.6º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E72D16 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 45 | 22 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.09 |
| HSL | 6.6º | 0.83% | 0.5% | - |
| HSV(B) | 6.6º | 0.9% | 0.91% | - |
| XYZ | 34.04 | 18.92 | 2.62 | - |
| YUV | 97.99 | 85.12 | 222.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 45 | 22 | 0 | 0.81 | 0.90 | 0.09 | 6.6 | 0.83 | 0.5 |
| Hex | E7 | 2D | 16 | 0 | 51 | 5A | 9 | 7 | 53 | 32 |
| Octal | 347 | 55 | 26 | 0 | 121 | 132 | 11 | 7 | 123 | 62 |
| Binary | 11100111 | 101101 | 10110 | 0 | 1010001 | 1011010 | 1001 | 111 | 1010011 | 110010 |
Color Harmonies of #E72D16
Complementary color
Monochromatic Colors of #E72D16
Black with #E72D16
Text Example
Text Example
White with #E72D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72D16; }
p { color: rgb(231,45,22); }
H1.HeaderClassName
{
color: #E72D16;
}
.AnyTagClassName
{
color: #E72D16;
}
</style>
background-color css
<style>
a { background-color: #E72D16; }
a { background-color: rgb(231,45,22); }
div.DivClassName
{
background-color: #E72D16;
}
.BgClassName
{
background-color: #E72D16;
}
</style>
border-color css
<style>
span { border-color: #E72D16; }
span { border-color: rgb(231,45,22); }
td.TdClassName
{
border-color: #E72D16;
}
.TagClassName
{
border-color: #E72D16;
}
</style>