Html Css Color HEX #E4380B Harley Davidson Orange
📋 copy color: '#E4380B'red 228 ◦ green 56 ◦ blue 11
Shades of Harley Davidson Orange #E4380B
Tints of Harley Davidson Orange #E4380B
RGB
CMYK
RGB Variations
Color information
#E4380B (or 0xE4380B) is known color: Harley Davidson Orange. HEX triplet: E4, 38 and 0B. RGB value is (228,56,11). Sum of RGB (Red+Green+Blue) = 228+56+11=295 (39% of max value = 765). Red value is 228 (89.45% from 255 or 77.29% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 228 - color contains mainly: red. Hex color #E4380B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E4380B is #1BC7F4. Grayscale: #666666. Windows color (decimal): -1820661 or 735460. OLE color: 735460.
HSL color Cylindrical-coordinate representation of color #E4380B: hue angle of 12.44º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E4380B is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 56 | 11 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.11 |
| HSL | 12.44º | 0.91% | 0.47% | - |
| HSV(B) | 12.44º | 0.95% | 0.89% | - |
| XYZ | 33.47 | 19.35 | 2.29 | - |
| YUV | 102.3 | 76.48 | 217.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 56 | 11 | 0 | 0.75 | 0.95 | 0.11 | 12.44 | 0.91 | 0.47 |
| Hex | E4 | 38 | B | 0 | 4B | 5F | B | C | 5B | 2F |
| Octal | 344 | 70 | 13 | 0 | 113 | 137 | 13 | 14 | 133 | 57 |
| Binary | 11100100 | 111000 | 1011 | 0 | 1001011 | 1011111 | 1011 | 1100 | 1011011 | 101111 |
Color Harmonies of #E4380B
Complementary color
Monochromatic Colors of #E4380B
Black with #E4380B
Text Example
Text Example
White with #E4380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4380B; }
p { color: rgb(228,56,11); }
H1.HeaderClassName
{
color: #E4380B;
}
.AnyTagClassName
{
color: #E4380B;
}
</style>
background-color css
<style>
a { background-color: #E4380B; }
a { background-color: rgb(228,56,11); }
div.DivClassName
{
background-color: #E4380B;
}
.BgClassName
{
background-color: #E4380B;
}
</style>
border-color css
<style>
span { border-color: #E4380B; }
span { border-color: rgb(228,56,11); }
td.TdClassName
{
border-color: #E4380B;
}
.TagClassName
{
border-color: #E4380B;
}
</style>