Html Css Color HEX #E0300A Harley Davidson Orange
📋 copy color: '#E0300A'red 224 ◦ green 48 ◦ blue 10
Shades of Harley Davidson Orange #E0300A
Tints of Harley Davidson Orange #E0300A
RGB
CMYK
RGB Variations
Color information
#E0300A (or 0xE0300A) is known color: Harley Davidson Orange. HEX triplet: E0, 30 and 0A. RGB value is (224,48,10). Sum of RGB (Red+Green+Blue) = 224+48+10=282 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.43% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 224 - color contains mainly: red. Hex color #E0300A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0300A is #1FCFF5. Grayscale: #606060. Windows color (decimal): -2084854 or 667872. OLE color: 667872.
HSL color Cylindrical-coordinate representation of color #E0300A: hue angle of 10.65º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0300A is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 48 | 10 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.12 |
| HSL | 10.65º | 0.91% | 0.46% | - |
| HSV(B) | 10.65º | 0.96% | 0.88% | - |
| XYZ | 31.85 | 17.98 | 2.08 | - |
| YUV | 96.29 | 79.31 | 219.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 48 | 10 | 0 | 0.79 | 0.96 | 0.12 | 10.65 | 0.91 | 0.46 |
| Hex | E0 | 30 | A | 0 | 4F | 60 | C | B | 5B | 2E |
| Octal | 340 | 60 | 12 | 0 | 117 | 140 | 14 | 13 | 133 | 56 |
| Binary | 11100000 | 110000 | 1010 | 0 | 1001111 | 1100000 | 1100 | 1011 | 1011011 | 101110 |
Color Harmonies of #E0300A
Complementary color
Monochromatic Colors of #E0300A
Black with #E0300A
Text Example
Text Example
White with #E0300A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0300A; }
p { color: rgb(224,48,10); }
H1.HeaderClassName
{
color: #E0300A;
}
.AnyTagClassName
{
color: #E0300A;
}
</style>
background-color css
<style>
a { background-color: #E0300A; }
a { background-color: rgb(224,48,10); }
div.DivClassName
{
background-color: #E0300A;
}
.BgClassName
{
background-color: #E0300A;
}
</style>
border-color css
<style>
span { border-color: #E0300A; }
span { border-color: rgb(224,48,10); }
td.TdClassName
{
border-color: #E0300A;
}
.TagClassName
{
border-color: #E0300A;
}
</style>