Html Css Color HEX #E6370E Harley Davidson Orange
📋 copy color: '#E6370E'red 230 ◦ green 55 ◦ blue 14
Shades of Harley Davidson Orange #E6370E
Tints of Harley Davidson Orange #E6370E
RGB
CMYK
RGB Variations
Color information
#E6370E (or 0xE6370E) is known color: Harley Davidson Orange. HEX triplet: E6, 37 and 0E. RGB value is (230,55,14). Sum of RGB (Red+Green+Blue) = 230+55+14=299 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.92% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 230 - color contains mainly: red. Hex color #E6370E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6370E is #19C8F1. Grayscale: #666666. Windows color (decimal): -1689842 or 931814. OLE color: 931814.
HSL color Cylindrical-coordinate representation of color #E6370E: hue angle of 11.39º 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 #E6370E is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 55 | 14 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.10 |
| HSL | 11.39º | 0.89% | 0.48% | - |
| HSV(B) | 11.39º | 0.94% | 0.9% | - |
| XYZ | 34.08 | 19.59 | 2.4 | - |
| YUV | 102.65 | 77.98 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 55 | 14 | 0 | 0.76 | 0.94 | 0.10 | 11.39 | 0.89 | 0.48 |
| Hex | E6 | 37 | E | 0 | 4C | 5E | A | B | 59 | 30 |
| Octal | 346 | 67 | 16 | 0 | 114 | 136 | 12 | 13 | 131 | 60 |
| Binary | 11100110 | 110111 | 1110 | 0 | 1001100 | 1011110 | 1010 | 1011 | 1011001 | 110000 |
Color Harmonies of #E6370E
Complementary color
Monochromatic Colors of #E6370E
Black with #E6370E
Text Example
Text Example
White with #E6370E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6370E; }
p { color: rgb(230,55,14); }
H1.HeaderClassName
{
color: #E6370E;
}
.AnyTagClassName
{
color: #E6370E;
}
</style>
background-color css
<style>
a { background-color: #E6370E; }
a { background-color: rgb(230,55,14); }
div.DivClassName
{
background-color: #E6370E;
}
.BgClassName
{
background-color: #E6370E;
}
</style>
border-color css
<style>
span { border-color: #E6370E; }
span { border-color: rgb(230,55,14); }
td.TdClassName
{
border-color: #E6370E;
}
.TagClassName
{
border-color: #E6370E;
}
</style>