Html Css Color HEX #E6380E Harley Davidson Orange
📋 copy color: '#E6380E'red 230 ◦ green 56 ◦ blue 14
Shades of Harley Davidson Orange #E6380E
Tints of Harley Davidson Orange #E6380E
RGB
CMYK
RGB Variations
Color information
#E6380E (or 0xE6380E) is known color: Harley Davidson Orange. HEX triplet: E6, 38 and 0E. RGB value is (230,56,14). Sum of RGB (Red+Green+Blue) = 230+56+14=300 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.67% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 14 (5.86% from 255 or 4.67% from 300); Max value from RGB is 230 - color contains mainly: red. Hex color #E6380E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6380E is #19C7F1. Grayscale: #676767. Windows color (decimal): -1689586 or 932070. OLE color: 932070.
HSL color Cylindrical-coordinate representation of color #E6380E: hue angle of 11.67º 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 #E6380E is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 56 | 14 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.10 |
| HSL | 11.67º | 0.89% | 0.48% | - |
| HSV(B) | 11.67º | 0.94% | 0.9% | - |
| XYZ | 34.13 | 19.68 | 2.42 | - |
| YUV | 103.24 | 77.65 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 56 | 14 | 0 | 0.76 | 0.94 | 0.10 | 11.67 | 0.89 | 0.48 |
| Hex | E6 | 38 | E | 0 | 4C | 5E | A | C | 59 | 30 |
| Octal | 346 | 70 | 16 | 0 | 114 | 136 | 12 | 14 | 131 | 60 |
| Binary | 11100110 | 111000 | 1110 | 0 | 1001100 | 1011110 | 1010 | 1100 | 1011001 | 110000 |
Color Harmonies of #E6380E
Complementary color
Monochromatic Colors of #E6380E
Black with #E6380E
Text Example
Text Example
White with #E6380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6380E; }
p { color: rgb(230,56,14); }
H1.HeaderClassName
{
color: #E6380E;
}
.AnyTagClassName
{
color: #E6380E;
}
</style>
background-color css
<style>
a { background-color: #E6380E; }
a { background-color: rgb(230,56,14); }
div.DivClassName
{
background-color: #E6380E;
}
.BgClassName
{
background-color: #E6380E;
}
</style>
border-color css
<style>
span { border-color: #E6380E; }
span { border-color: rgb(230,56,14); }
td.TdClassName
{
border-color: #E6380E;
}
.TagClassName
{
border-color: #E6380E;
}
</style>