Html Css Color HEX #E0300D Harley Davidson Orange
📋 copy color: '#E0300D'red 224 ◦ green 48 ◦ blue 13
Shades of Harley Davidson Orange #E0300D
Tints of Harley Davidson Orange #E0300D
RGB
CMYK
RGB Variations
Color information
#E0300D (or 0xE0300D) is known color: Harley Davidson Orange. HEX triplet: E0, 30 and 0D. RGB value is (224,48,13). Sum of RGB (Red+Green+Blue) = 224+48+13=285 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.60% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 224 - color contains mainly: red. Hex color #E0300D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0300D is #1FCFF2. Grayscale: #606060. Windows color (decimal): -2084851 or 864480. OLE color: 864480.
HSL color Cylindrical-coordinate representation of color #E0300D: hue angle of 9.95º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0300D is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 48 | 13 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.12 |
| HSL | 9.95º | 0.89% | 0.46% | - |
| HSV(B) | 9.95º | 0.94% | 0.88% | - |
| XYZ | 31.87 | 17.99 | 2.17 | - |
| YUV | 96.63 | 80.81 | 218.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 48 | 13 | 0 | 0.79 | 0.94 | 0.12 | 9.95 | 0.89 | 0.46 |
| Hex | E0 | 30 | D | 0 | 4F | 5E | C | A | 59 | 2E |
| Octal | 340 | 60 | 15 | 0 | 117 | 136 | 14 | 12 | 131 | 56 |
| Binary | 11100000 | 110000 | 1101 | 0 | 1001111 | 1011110 | 1100 | 1010 | 1011001 | 101110 |
Color Harmonies of #E0300D
Complementary color
Monochromatic Colors of #E0300D
Black with #E0300D
Text Example
Text Example
White with #E0300D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0300D; }
p { color: rgb(224,48,13); }
H1.HeaderClassName
{
color: #E0300D;
}
.AnyTagClassName
{
color: #E0300D;
}
</style>
background-color css
<style>
a { background-color: #E0300D; }
a { background-color: rgb(224,48,13); }
div.DivClassName
{
background-color: #E0300D;
}
.BgClassName
{
background-color: #E0300D;
}
</style>
border-color css
<style>
span { border-color: #E0300D; }
span { border-color: rgb(224,48,13); }
td.TdClassName
{
border-color: #E0300D;
}
.TagClassName
{
border-color: #E0300D;
}
</style>