Html Css Color HEX #E6390D Harley Davidson Orange
📋 copy color: '#E6390D'red 230 ◦ green 57 ◦ blue 13
Shades of Harley Davidson Orange #E6390D
Tints of Harley Davidson Orange #E6390D
RGB
CMYK
RGB Variations
Color information
#E6390D (or 0xE6390D) is known color: Harley Davidson Orange. HEX triplet: E6, 39 and 0D. RGB value is (230,57,13). Sum of RGB (Red+Green+Blue) = 230+57+13=300 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.67% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 230 - color contains mainly: red. Hex color #E6390D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6390D is #19C6F2. Grayscale: #686868. Windows color (decimal): -1689331 or 866790. OLE color: 866790.
HSL color Cylindrical-coordinate representation of color #E6390D: hue angle of 12.17º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6390D is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 57 | 13 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.10 |
| HSL | 12.17º | 0.89% | 0.48% | - |
| HSV(B) | 12.17º | 0.94% | 0.9% | - |
| XYZ | 34.17 | 19.78 | 2.4 | - |
| YUV | 103.71 | 76.81 | 218.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 57 | 13 | 0 | 0.75 | 0.94 | 0.10 | 12.17 | 0.89 | 0.48 |
| Hex | E6 | 39 | D | 0 | 4B | 5E | A | C | 59 | 30 |
| Octal | 346 | 71 | 15 | 0 | 113 | 136 | 12 | 14 | 131 | 60 |
| Binary | 11100110 | 111001 | 1101 | 0 | 1001011 | 1011110 | 1010 | 1100 | 1011001 | 110000 |
Color Harmonies of #E6390D
Complementary color
Monochromatic Colors of #E6390D
Black with #E6390D
Text Example
Text Example
White with #E6390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6390D; }
p { color: rgb(230,57,13); }
H1.HeaderClassName
{
color: #E6390D;
}
.AnyTagClassName
{
color: #E6390D;
}
</style>
background-color css
<style>
a { background-color: #E6390D; }
a { background-color: rgb(230,57,13); }
div.DivClassName
{
background-color: #E6390D;
}
.BgClassName
{
background-color: #E6390D;
}
</style>
border-color css
<style>
span { border-color: #E6390D; }
span { border-color: rgb(230,57,13); }
td.TdClassName
{
border-color: #E6390D;
}
.TagClassName
{
border-color: #E6390D;
}
</style>