Html Css Color HEX #E3380D Harley Davidson Orange
📋 copy color: '#E3380D'red 227 ◦ green 56 ◦ blue 13
Shades of Harley Davidson Orange #E3380D
Tints of Harley Davidson Orange #E3380D
RGB
CMYK
RGB Variations
Color information
#E3380D (or 0xE3380D) is known color: Harley Davidson Orange. HEX triplet: E3, 38 and 0D. RGB value is (227,56,13). Sum of RGB (Red+Green+Blue) = 227+56+13=296 (39% of max value = 765). Red value is 227 (89.06% from 255 or 76.69% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 227 - color contains mainly: red. Hex color #E3380D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3380D is #1CC7F2. Grayscale: #666666. Windows color (decimal): -1886195 or 866531. OLE color: 866531.
HSL color Cylindrical-coordinate representation of color #E3380D: hue angle of 12.06º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E3380D is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 56 | 13 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.11 |
| HSL | 12.06º | 0.89% | 0.47% | - |
| HSV(B) | 12.06º | 0.94% | 0.89% | - |
| XYZ | 33.17 | 19.19 | 2.34 | - |
| YUV | 102.23 | 77.65 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 56 | 13 | 0 | 0.75 | 0.94 | 0.11 | 12.06 | 0.89 | 0.47 |
| Hex | E3 | 38 | D | 0 | 4B | 5E | B | C | 59 | 2F |
| Octal | 343 | 70 | 15 | 0 | 113 | 136 | 13 | 14 | 131 | 57 |
| Binary | 11100011 | 111000 | 1101 | 0 | 1001011 | 1011110 | 1011 | 1100 | 1011001 | 101111 |
Color Harmonies of #E3380D
Complementary color
Monochromatic Colors of #E3380D
Black with #E3380D
Text Example
Text Example
White with #E3380D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3380D; }
p { color: rgb(227,56,13); }
H1.HeaderClassName
{
color: #E3380D;
}
.AnyTagClassName
{
color: #E3380D;
}
</style>
background-color css
<style>
a { background-color: #E3380D; }
a { background-color: rgb(227,56,13); }
div.DivClassName
{
background-color: #E3380D;
}
.BgClassName
{
background-color: #E3380D;
}
</style>
border-color css
<style>
span { border-color: #E3380D; }
span { border-color: rgb(227,56,13); }
td.TdClassName
{
border-color: #E3380D;
}
.TagClassName
{
border-color: #E3380D;
}
</style>