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