Html Css Color HEX #E0380F Harley Davidson Orange
📋 copy color: '#E0380F'red 224 ◦ green 56 ◦ blue 15
Shades of Harley Davidson Orange #E0380F
Tints of Harley Davidson Orange #E0380F
RGB
CMYK
RGB Variations
Color information
#E0380F (or 0xE0380F) is known color: Harley Davidson Orange. HEX triplet: E0, 38 and 0F. RGB value is (224,56,15). Sum of RGB (Red+Green+Blue) = 224+56+15=295 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.93% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 224 - color contains mainly: red. Hex color #E0380F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0380F is #1FC7F0. Grayscale: #656565. Windows color (decimal): -2082801 or 997600. OLE color: 997600.
HSL color Cylindrical-coordinate representation of color #E0380F: hue angle of 11.77º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E0380F is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 56 | 15 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.12 |
| HSL | 11.77º | 0.87% | 0.47% | - |
| HSV(B) | 11.77º | 0.93% | 0.88% | - |
| XYZ | 32.24 | 18.71 | 2.36 | - |
| YUV | 101.56 | 79.16 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 56 | 15 | 0 | 0.75 | 0.93 | 0.12 | 11.77 | 0.87 | 0.47 |
| Hex | E0 | 38 | F | 0 | 4B | 5D | C | C | 57 | 2F |
| Octal | 340 | 70 | 17 | 0 | 113 | 135 | 14 | 14 | 127 | 57 |
| Binary | 11100000 | 111000 | 1111 | 0 | 1001011 | 1011101 | 1100 | 1100 | 1010111 | 101111 |
Color Harmonies of #E0380F
Complementary color
Monochromatic Colors of #E0380F
Black with #E0380F
Text Example
Text Example
White with #E0380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0380F; }
p { color: rgb(224,56,15); }
H1.HeaderClassName
{
color: #E0380F;
}
.AnyTagClassName
{
color: #E0380F;
}
</style>
background-color css
<style>
a { background-color: #E0380F; }
a { background-color: rgb(224,56,15); }
div.DivClassName
{
background-color: #E0380F;
}
.BgClassName
{
background-color: #E0380F;
}
</style>
border-color css
<style>
span { border-color: #E0380F; }
span { border-color: rgb(224,56,15); }
td.TdClassName
{
border-color: #E0380F;
}
.TagClassName
{
border-color: #E0380F;
}
</style>