Html Css Color HEX #E0300C Harley Davidson Orange
📋 copy color: '#E0300C'red 224 ◦ green 48 ◦ blue 12
Shades of Harley Davidson Orange #E0300C
Tints of Harley Davidson Orange #E0300C
RGB
CMYK
RGB Variations
Color information
#E0300C (or 0xE0300C) is known color: Harley Davidson Orange. HEX triplet: E0, 30 and 0C. RGB value is (224,48,12). Sum of RGB (Red+Green+Blue) = 224+48+12=284 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.87% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 12 (5.08% from 255 or 4.23% from 284); Max value from RGB is 224 - color contains mainly: red. Hex color #E0300C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0300C is #1FCFF3. Grayscale: #606060. Windows color (decimal): -2084852 or 798944. OLE color: 798944.
HSL color Cylindrical-coordinate representation of color #E0300C: hue angle of 10.19º 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 #E0300C is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 48 | 12 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.12 |
| HSL | 10.19º | 0.9% | 0.46% | - |
| HSV(B) | 10.19º | 0.95% | 0.88% | - |
| XYZ | 31.86 | 17.99 | 2.14 | - |
| YUV | 96.52 | 80.31 | 218.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 48 | 12 | 0 | 0.79 | 0.95 | 0.12 | 10.19 | 0.9 | 0.46 |
| Hex | E0 | 30 | C | 0 | 4F | 5F | C | A | 5A | 2E |
| Octal | 340 | 60 | 14 | 0 | 117 | 137 | 14 | 12 | 132 | 56 |
| Binary | 11100000 | 110000 | 1100 | 0 | 1001111 | 1011111 | 1100 | 1010 | 1011010 | 101110 |
Color Harmonies of #E0300C
Complementary color
Monochromatic Colors of #E0300C
Black with #E0300C
Text Example
Text Example
White with #E0300C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0300C; }
p { color: rgb(224,48,12); }
H1.HeaderClassName
{
color: #E0300C;
}
.AnyTagClassName
{
color: #E0300C;
}
</style>
background-color css
<style>
a { background-color: #E0300C; }
a { background-color: rgb(224,48,12); }
div.DivClassName
{
background-color: #E0300C;
}
.BgClassName
{
background-color: #E0300C;
}
</style>
border-color css
<style>
span { border-color: #E0300C; }
span { border-color: rgb(224,48,12); }
td.TdClassName
{
border-color: #E0300C;
}
.TagClassName
{
border-color: #E0300C;
}
</style>