Html Css Color HEX #E6380B Harley Davidson Orange
📋 copy color: '#E6380B'red 230 ◦ green 56 ◦ blue 11
Shades of Harley Davidson Orange #E6380B
Tints of Harley Davidson Orange #E6380B
RGB
CMYK
RGB Variations
Color information
#E6380B (or 0xE6380B) is known color: Harley Davidson Orange. HEX triplet: E6, 38 and 0B. RGB value is (230,56,11). Sum of RGB (Red+Green+Blue) = 230+56+11=297 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.44% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 230 - color contains mainly: red. Hex color #E6380B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6380B is #19C7F4. Grayscale: #676767. Windows color (decimal): -1689589 or 735462. OLE color: 735462.
HSL color Cylindrical-coordinate representation of color #E6380B: hue angle of 12.33º degrees, saturation: 0.91, 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 #E6380B is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 56 | 11 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.10 |
| HSL | 12.33º | 0.91% | 0.47% | - |
| HSV(B) | 12.33º | 0.95% | 0.9% | - |
| XYZ | 34.11 | 19.68 | 2.32 | - |
| YUV | 102.9 | 76.15 | 218.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 56 | 11 | 0 | 0.76 | 0.95 | 0.10 | 12.33 | 0.91 | 0.47 |
| Hex | E6 | 38 | B | 0 | 4C | 5F | A | C | 5B | 2F |
| Octal | 346 | 70 | 13 | 0 | 114 | 137 | 12 | 14 | 133 | 57 |
| Binary | 11100110 | 111000 | 1011 | 0 | 1001100 | 1011111 | 1010 | 1100 | 1011011 | 101111 |
Color Harmonies of #E6380B
Complementary color
Monochromatic Colors of #E6380B
Black with #E6380B
Text Example
Text Example
White with #E6380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6380B; }
p { color: rgb(230,56,11); }
H1.HeaderClassName
{
color: #E6380B;
}
.AnyTagClassName
{
color: #E6380B;
}
</style>
background-color css
<style>
a { background-color: #E6380B; }
a { background-color: rgb(230,56,11); }
div.DivClassName
{
background-color: #E6380B;
}
.BgClassName
{
background-color: #E6380B;
}
</style>
border-color css
<style>
span { border-color: #E6380B; }
span { border-color: rgb(230,56,11); }
td.TdClassName
{
border-color: #E6380B;
}
.TagClassName
{
border-color: #E6380B;
}
</style>