Html Css Color HEX #E0370B Harley Davidson Orange
📋 copy color: '#E0370B'red 224 ◦ green 55 ◦ blue 11
Shades of Harley Davidson Orange #E0370B
Tints of Harley Davidson Orange #E0370B
RGB
CMYK
RGB Variations
Color information
#E0370B (or 0xE0370B) is known color: Harley Davidson Orange. HEX triplet: E0, 37 and 0B. RGB value is (224,55,11). Sum of RGB (Red+Green+Blue) = 224+55+11=290 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.24% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 11 (4.69% from 255 or 3.79% from 290); Max value from RGB is 224 - color contains mainly: red. Hex color #E0370B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0370B is #1FC8F4. Grayscale: #646464. Windows color (decimal): -2083061 or 735200. OLE color: 735200.
HSL color Cylindrical-coordinate representation of color #E0370B: hue angle of 12.39º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0370B is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 55 | 11 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.12 |
| HSL | 12.39º | 0.91% | 0.46% | - |
| HSV(B) | 12.39º | 0.95% | 0.88% | - |
| XYZ | 32.17 | 18.6 | 2.21 | - |
| YUV | 100.52 | 77.49 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 55 | 11 | 0 | 0.75 | 0.95 | 0.12 | 12.39 | 0.91 | 0.46 |
| Hex | E0 | 37 | B | 0 | 4B | 5F | C | C | 5B | 2E |
| Octal | 340 | 67 | 13 | 0 | 113 | 137 | 14 | 14 | 133 | 56 |
| Binary | 11100000 | 110111 | 1011 | 0 | 1001011 | 1011111 | 1100 | 1100 | 1011011 | 101110 |
Color Harmonies of #E0370B
Complementary color
Monochromatic Colors of #E0370B
Black with #E0370B
Text Example
Text Example
White with #E0370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0370B; }
p { color: rgb(224,55,11); }
H1.HeaderClassName
{
color: #E0370B;
}
.AnyTagClassName
{
color: #E0370B;
}
</style>
background-color css
<style>
a { background-color: #E0370B; }
a { background-color: rgb(224,55,11); }
div.DivClassName
{
background-color: #E0370B;
}
.BgClassName
{
background-color: #E0370B;
}
</style>
border-color css
<style>
span { border-color: #E0370B; }
span { border-color: rgb(224,55,11); }
td.TdClassName
{
border-color: #E0370B;
}
.TagClassName
{
border-color: #E0370B;
}
</style>