Html Css Color HEX #E73213 Harley Davidson Orange
📋 copy color: '#E73213'red 231 ◦ green 50 ◦ blue 19
Shades of Harley Davidson Orange #E73213
Tints of Harley Davidson Orange #E73213
RGB
CMYK
RGB Variations
Color information
#E73213 (or 0xE73213) is known color: Harley Davidson Orange. HEX triplet: E7, 32 and 13. RGB value is (231,50,19). Sum of RGB (Red+Green+Blue) = 231+50+19=300 (39% of max value = 765). Red value is 231 (90.62% from 255 or 77% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 231 - color contains mainly: red. Hex color #E73213 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E73213 is #18CDEC. Grayscale: #646464. Windows color (decimal): -1625581 or 1258215. OLE color: 1258215.
HSL color Cylindrical-coordinate representation of color #E73213: hue angle of 8.77º 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 #E73213 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 50 | 19 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.09 |
| HSL | 8.77º | 0.85% | 0.49% | - |
| HSV(B) | 8.77º | 0.92% | 0.91% | - |
| XYZ | 34.21 | 19.32 | 2.54 | - |
| YUV | 100.59 | 81.97 | 221.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 50 | 19 | 0 | 0.78 | 0.92 | 0.09 | 8.77 | 0.85 | 0.49 |
| Hex | E7 | 32 | 13 | 0 | 4E | 5C | 9 | 9 | 55 | 31 |
| Octal | 347 | 62 | 23 | 0 | 116 | 134 | 11 | 11 | 125 | 61 |
| Binary | 11100111 | 110010 | 10011 | 0 | 1001110 | 1011100 | 1001 | 1001 | 1010101 | 110001 |
Color Harmonies of #E73213
Complementary color
Monochromatic Colors of #E73213
Black with #E73213
Text Example
Text Example
White with #E73213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73213; }
p { color: rgb(231,50,19); }
H1.HeaderClassName
{
color: #E73213;
}
.AnyTagClassName
{
color: #E73213;
}
</style>
background-color css
<style>
a { background-color: #E73213; }
a { background-color: rgb(231,50,19); }
div.DivClassName
{
background-color: #E73213;
}
.BgClassName
{
background-color: #E73213;
}
</style>
border-color css
<style>
span { border-color: #E73213; }
span { border-color: rgb(231,50,19); }
td.TdClassName
{
border-color: #E73213;
}
.TagClassName
{
border-color: #E73213;
}
</style>