Html Css Color HEX #E73C13 Harley Davidson Orange
📋 copy color: '#E73C13'red 231 ◦ green 60 ◦ blue 19
Shades of Harley Davidson Orange #E73C13
Tints of Harley Davidson Orange #E73C13
RGB
CMYK
RGB Variations
Color information
#E73C13 (or 0xE73C13) is known color: Harley Davidson Orange. HEX triplet: E7, 3C and 13. RGB value is (231,60,19). Sum of RGB (Red+Green+Blue) = 231+60+19=310 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.52% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 231 - color contains mainly: red. Hex color #E73C13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E73C13 is #18C3EC. Grayscale: #6A6A6A. Windows color (decimal): -1623021 or 1260775. OLE color: 1260775.
HSL color Cylindrical-coordinate representation of color #E73C13: hue angle of 11.6º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E73C13 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 60 | 19 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.09 |
| HSL | 11.6º | 0.85% | 0.49% | - |
| HSV(B) | 11.6º | 0.92% | 0.91% | - |
| XYZ | 34.69 | 20.27 | 2.7 | - |
| YUV | 106.46 | 78.65 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 60 | 19 | 0 | 0.74 | 0.92 | 0.09 | 11.6 | 0.85 | 0.49 |
| Hex | E7 | 3C | 13 | 0 | 4A | 5C | 9 | C | 55 | 31 |
| Octal | 347 | 74 | 23 | 0 | 112 | 134 | 11 | 14 | 125 | 61 |
| Binary | 11100111 | 111100 | 10011 | 0 | 1001010 | 1011100 | 1001 | 1100 | 1010101 | 110001 |
Color Harmonies of #E73C13
Complementary color
Monochromatic Colors of #E73C13
Black with #E73C13
Text Example
Text Example
White with #E73C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73C13; }
p { color: rgb(231,60,19); }
H1.HeaderClassName
{
color: #E73C13;
}
.AnyTagClassName
{
color: #E73C13;
}
</style>
background-color css
<style>
a { background-color: #E73C13; }
a { background-color: rgb(231,60,19); }
div.DivClassName
{
background-color: #E73C13;
}
.BgClassName
{
background-color: #E73C13;
}
</style>
border-color css
<style>
span { border-color: #E73C13; }
span { border-color: rgb(231,60,19); }
td.TdClassName
{
border-color: #E73C13;
}
.TagClassName
{
border-color: #E73C13;
}
</style>