Html Css Color HEX #E72A1B Harley Davidson Orange
📋 copy color: '#E72A1B'red 231 ◦ green 42 ◦ blue 27
Shades of Harley Davidson Orange #E72A1B
Tints of Harley Davidson Orange #E72A1B
RGB
CMYK
RGB Variations
Color information
#E72A1B (or 0xE72A1B) is known color: Harley Davidson Orange. HEX triplet: E7, 2A and 1B. RGB value is (231,42,27). Sum of RGB (Red+Green+Blue) = 231+42+27=300 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 231 - color contains mainly: red. Hex color #E72A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72A1B is #18D5E4. Grayscale: #616161. Windows color (decimal): -1627621 or 1780455. OLE color: 1780455.
HSL color Cylindrical-coordinate representation of color #E72A1B: hue angle of 4.41º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E72A1B is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 42 | 27 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.09 |
| HSL | 4.41º | 0.81% | 0.51% | - |
| HSV(B) | 4.41º | 0.88% | 0.91% | - |
| XYZ | 33.98 | 18.72 | 2.86 | - |
| YUV | 96.8 | 88.62 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 42 | 27 | 0 | 0.82 | 0.88 | 0.09 | 4.41 | 0.81 | 0.51 |
| Hex | E7 | 2A | 1B | 0 | 52 | 58 | 9 | 4 | 51 | 33 |
| Octal | 347 | 52 | 33 | 0 | 122 | 130 | 11 | 4 | 121 | 63 |
| Binary | 11100111 | 101010 | 11011 | 0 | 1010010 | 1011000 | 1001 | 100 | 1010001 | 110011 |
Color Harmonies of #E72A1B
Complementary color
Monochromatic Colors of #E72A1B
Black with #E72A1B
Text Example
Text Example
White with #E72A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72A1B; }
p { color: rgb(231,42,27); }
H1.HeaderClassName
{
color: #E72A1B;
}
.AnyTagClassName
{
color: #E72A1B;
}
</style>
background-color css
<style>
a { background-color: #E72A1B; }
a { background-color: rgb(231,42,27); }
div.DivClassName
{
background-color: #E72A1B;
}
.BgClassName
{
background-color: #E72A1B;
}
</style>
border-color css
<style>
span { border-color: #E72A1B; }
span { border-color: rgb(231,42,27); }
td.TdClassName
{
border-color: #E72A1B;
}
.TagClassName
{
border-color: #E72A1B;
}
</style>