Html Css Color HEX #E72A1A Harley Davidson Orange
📋 copy color: '#E72A1A'red 231 ◦ green 42 ◦ blue 26
Shades of Harley Davidson Orange #E72A1A
Tints of Harley Davidson Orange #E72A1A
RGB
CMYK
RGB Variations
Color information
#E72A1A (or 0xE72A1A) is known color: Harley Davidson Orange. HEX triplet: E7, 2A and 1A. RGB value is (231,42,26). Sum of RGB (Red+Green+Blue) = 231+42+26=299 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77.26% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 231 - color contains mainly: red. Hex color #E72A1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72A1A is #18D5E5. Grayscale: #606060. Windows color (decimal): -1627622 or 1714919. OLE color: 1714919.
HSL color Cylindrical-coordinate representation of color #E72A1A: hue angle of 4.68º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E72A1A is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 42 | 26 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.09 |
| HSL | 4.68º | 0.81% | 0.5% | - |
| HSV(B) | 4.68º | 0.89% | 0.91% | - |
| XYZ | 33.97 | 18.72 | 2.8 | - |
| YUV | 96.69 | 88.12 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 42 | 26 | 0 | 0.82 | 0.89 | 0.09 | 4.68 | 0.81 | 0.5 |
| Hex | E7 | 2A | 1A | 0 | 52 | 59 | 9 | 5 | 51 | 32 |
| Octal | 347 | 52 | 32 | 0 | 122 | 131 | 11 | 5 | 121 | 62 |
| Binary | 11100111 | 101010 | 11010 | 0 | 1010010 | 1011001 | 1001 | 101 | 1010001 | 110010 |
Color Harmonies of #E72A1A
Complementary color
Monochromatic Colors of #E72A1A
Black with #E72A1A
Text Example
Text Example
White with #E72A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72A1A; }
p { color: rgb(231,42,26); }
H1.HeaderClassName
{
color: #E72A1A;
}
.AnyTagClassName
{
color: #E72A1A;
}
</style>
background-color css
<style>
a { background-color: #E72A1A; }
a { background-color: rgb(231,42,26); }
div.DivClassName
{
background-color: #E72A1A;
}
.BgClassName
{
background-color: #E72A1A;
}
</style>
border-color css
<style>
span { border-color: #E72A1A; }
span { border-color: rgb(231,42,26); }
td.TdClassName
{
border-color: #E72A1A;
}
.TagClassName
{
border-color: #E72A1A;
}
</style>