Html Css Color HEX #E72A16 Harley Davidson Orange
📋 copy color: '#E72A16'red 231 ◦ green 42 ◦ blue 22
Shades of Harley Davidson Orange #E72A16
Tints of Harley Davidson Orange #E72A16
RGB
CMYK
RGB Variations
Color information
#E72A16 (or 0xE72A16) is known color: Harley Davidson Orange. HEX triplet: E7, 2A and 16. RGB value is (231,42,22). Sum of RGB (Red+Green+Blue) = 231+42+22=295 (39% of max value = 765). Red value is 231 (90.62% from 255 or 78.31% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 231 - color contains mainly: red. Hex color #E72A16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E72A16 is #18D5E9. Grayscale: #606060. Windows color (decimal): -1627626 or 1452775. OLE color: 1452775.
HSL color Cylindrical-coordinate representation of color #E72A16: hue angle of 5.74º 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 #E72A16 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 42 | 22 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.09 |
| HSL | 5.74º | 0.83% | 0.5% | - |
| HSV(B) | 5.74º | 0.9% | 0.91% | - |
| XYZ | 33.93 | 18.7 | 2.58 | - |
| YUV | 96.23 | 86.12 | 224.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 42 | 22 | 0 | 0.82 | 0.90 | 0.09 | 5.74 | 0.83 | 0.5 |
| Hex | E7 | 2A | 16 | 0 | 52 | 5A | 9 | 6 | 53 | 32 |
| Octal | 347 | 52 | 26 | 0 | 122 | 132 | 11 | 6 | 123 | 62 |
| Binary | 11100111 | 101010 | 10110 | 0 | 1010010 | 1011010 | 1001 | 110 | 1010011 | 110010 |
Color Harmonies of #E72A16
Complementary color
Monochromatic Colors of #E72A16
Black with #E72A16
Text Example
Text Example
White with #E72A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72A16; }
p { color: rgb(231,42,22); }
H1.HeaderClassName
{
color: #E72A16;
}
.AnyTagClassName
{
color: #E72A16;
}
</style>
background-color css
<style>
a { background-color: #E72A16; }
a { background-color: rgb(231,42,22); }
div.DivClassName
{
background-color: #E72A16;
}
.BgClassName
{
background-color: #E72A16;
}
</style>
border-color css
<style>
span { border-color: #E72A16; }
span { border-color: rgb(231,42,22); }
td.TdClassName
{
border-color: #E72A16;
}
.TagClassName
{
border-color: #E72A16;
}
</style>