Html Css Color HEX #E6390C Harley Davidson Orange
📋 copy color: '#E6390C'red 230 ◦ green 57 ◦ blue 12
Shades of Harley Davidson Orange #E6390C
Tints of Harley Davidson Orange #E6390C
RGB
CMYK
RGB Variations
Color information
#E6390C (or 0xE6390C) is known color: Harley Davidson Orange. HEX triplet: E6, 39 and 0C. RGB value is (230,57,12). Sum of RGB (Red+Green+Blue) = 230+57+12=299 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.92% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 230 - color contains mainly: red. Hex color #E6390C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6390C is #19C6F3. Grayscale: #676767. Windows color (decimal): -1689332 or 801254. OLE color: 801254.
HSL color Cylindrical-coordinate representation of color #E6390C: hue angle of 12.39º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E6390C is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 57 | 12 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.10 |
| HSL | 12.39º | 0.9% | 0.47% | - |
| HSV(B) | 12.39º | 0.95% | 0.9% | - |
| XYZ | 34.16 | 19.78 | 2.36 | - |
| YUV | 103.6 | 76.31 | 218.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 57 | 12 | 0 | 0.75 | 0.95 | 0.10 | 12.39 | 0.9 | 0.47 |
| Hex | E6 | 39 | C | 0 | 4B | 5F | A | C | 5A | 2F |
| Octal | 346 | 71 | 14 | 0 | 113 | 137 | 12 | 14 | 132 | 57 |
| Binary | 11100110 | 111001 | 1100 | 0 | 1001011 | 1011111 | 1010 | 1100 | 1011010 | 101111 |
Color Harmonies of #E6390C
Complementary color
Monochromatic Colors of #E6390C
Black with #E6390C
Text Example
Text Example
White with #E6390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6390C; }
p { color: rgb(230,57,12); }
H1.HeaderClassName
{
color: #E6390C;
}
.AnyTagClassName
{
color: #E6390C;
}
</style>
background-color css
<style>
a { background-color: #E6390C; }
a { background-color: rgb(230,57,12); }
div.DivClassName
{
background-color: #E6390C;
}
.BgClassName
{
background-color: #E6390C;
}
</style>
border-color css
<style>
span { border-color: #E6390C; }
span { border-color: rgb(230,57,12); }
td.TdClassName
{
border-color: #E6390C;
}
.TagClassName
{
border-color: #E6390C;
}
</style>