Html Css Color HEX #E03508 Harley Davidson Orange
📋 copy color: '#E03508'red 224 ◦ green 53 ◦ blue 8
Shades of Harley Davidson Orange #E03508
Tints of Harley Davidson Orange #E03508
RGB
CMYK
RGB Variations
Color information
#E03508 (or 0xE03508) is known color: Harley Davidson Orange. HEX triplet: E0, 35 and 08. RGB value is (224,53,8). Sum of RGB (Red+Green+Blue) = 224+53+8=285 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.60% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 224 - color contains mainly: red. Hex color #E03508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03508 is #1FCAF7. Grayscale: #636363. Windows color (decimal): -2083576 or 538080. OLE color: 538080.
HSL color Cylindrical-coordinate representation of color #E03508: hue angle of 12.5º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E03508 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 53 | 8 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.12 |
| HSL | 12.5º | 0.93% | 0.45% | - |
| HSV(B) | 12.5º | 0.96% | 0.88% | - |
| XYZ | 32.06 | 18.41 | 2.09 | - |
| YUV | 99 | 76.65 | 217.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 53 | 8 | 0 | 0.76 | 0.96 | 0.12 | 12.5 | 0.93 | 0.45 |
| Hex | E0 | 35 | 8 | 0 | 4C | 60 | C | C | 5D | 2D |
| Octal | 340 | 65 | 10 | 0 | 114 | 140 | 14 | 14 | 135 | 55 |
| Binary | 11100000 | 110101 | 1000 | 0 | 1001100 | 1100000 | 1100 | 1100 | 1011101 | 101101 |
Color Harmonies of #E03508
Complementary color
Monochromatic Colors of #E03508
Black with #E03508
Text Example
Text Example
White with #E03508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03508; }
p { color: rgb(224,53,8); }
H1.HeaderClassName
{
color: #E03508;
}
.AnyTagClassName
{
color: #E03508;
}
</style>
background-color css
<style>
a { background-color: #E03508; }
a { background-color: rgb(224,53,8); }
div.DivClassName
{
background-color: #E03508;
}
.BgClassName
{
background-color: #E03508;
}
</style>
border-color css
<style>
span { border-color: #E03508; }
span { border-color: rgb(224,53,8); }
td.TdClassName
{
border-color: #E03508;
}
.TagClassName
{
border-color: #E03508;
}
</style>