Html Css Color HEX #E0380C Harley Davidson Orange
📋 copy color: '#E0380C'red 224 ◦ green 56 ◦ blue 12
Shades of Harley Davidson Orange #E0380C
Tints of Harley Davidson Orange #E0380C
RGB
CMYK
RGB Variations
Color information
#E0380C (or 0xE0380C) is known color: Harley Davidson Orange. HEX triplet: E0, 38 and 0C. RGB value is (224,56,12). Sum of RGB (Red+Green+Blue) = 224+56+12=292 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.71% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 224 - color contains mainly: red. Hex color #E0380C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0380C is #1FC7F3. Grayscale: #656565. Windows color (decimal): -2082804 or 800992. OLE color: 800992.
HSL color Cylindrical-coordinate representation of color #E0380C: hue angle of 12.45º degrees, saturation: 0.9, 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 #E0380C is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 56 | 12 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.12 |
| HSL | 12.45º | 0.9% | 0.46% | - |
| HSV(B) | 12.45º | 0.95% | 0.88% | - |
| XYZ | 32.22 | 18.7 | 2.26 | - |
| YUV | 101.22 | 77.66 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 56 | 12 | 0 | 0.75 | 0.95 | 0.12 | 12.45 | 0.9 | 0.46 |
| Hex | E0 | 38 | C | 0 | 4B | 5F | C | C | 5A | 2E |
| Octal | 340 | 70 | 14 | 0 | 113 | 137 | 14 | 14 | 132 | 56 |
| Binary | 11100000 | 111000 | 1100 | 0 | 1001011 | 1011111 | 1100 | 1100 | 1011010 | 101110 |
Color Harmonies of #E0380C
Complementary color
Monochromatic Colors of #E0380C
Black with #E0380C
Text Example
Text Example
White with #E0380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0380C; }
p { color: rgb(224,56,12); }
H1.HeaderClassName
{
color: #E0380C;
}
.AnyTagClassName
{
color: #E0380C;
}
</style>
background-color css
<style>
a { background-color: #E0380C; }
a { background-color: rgb(224,56,12); }
div.DivClassName
{
background-color: #E0380C;
}
.BgClassName
{
background-color: #E0380C;
}
</style>
border-color css
<style>
span { border-color: #E0380C; }
span { border-color: rgb(224,56,12); }
td.TdClassName
{
border-color: #E0380C;
}
.TagClassName
{
border-color: #E0380C;
}
</style>