Html Css Color HEX #E02508 Harley Davidson Orange
📋 copy color: '#E02508'red 224 ◦ green 37 ◦ blue 8
Shades of Harley Davidson Orange #E02508
Tints of Harley Davidson Orange #E02508
RGB
CMYK
RGB Variations
Color information
#E02508 (or 0xE02508) is known color: Harley Davidson Orange. HEX triplet: E0, 25 and 08. RGB value is (224,37,8). Sum of RGB (Red+Green+Blue) = 224+37+8=269 (35% of max value = 765). Red value is 224 (87.89% from 255 or 83.27% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 224 - color contains mainly: red. Hex color #E02508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02508 is #1FDAF7. Grayscale: #595959. Windows color (decimal): -2087672 or 533984. OLE color: 533984.
HSL color Cylindrical-coordinate representation of color #E02508: hue angle of 8.06º 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 #E02508 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 37 | 8 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.12 |
| HSL | 8.06º | 0.93% | 0.45% | - |
| HSV(B) | 8.06º | 0.96% | 0.88% | - |
| XYZ | 31.45 | 17.19 | 1.89 | - |
| YUV | 89.61 | 81.95 | 223.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 37 | 8 | 0 | 0.83 | 0.96 | 0.12 | 8.06 | 0.93 | 0.45 |
| Hex | E0 | 25 | 8 | 0 | 53 | 60 | C | 8 | 5D | 2D |
| Octal | 340 | 45 | 10 | 0 | 123 | 140 | 14 | 10 | 135 | 55 |
| Binary | 11100000 | 100101 | 1000 | 0 | 1010011 | 1100000 | 1100 | 1000 | 1011101 | 101101 |
Color Harmonies of #E02508
Complementary color
Monochromatic Colors of #E02508
Black with #E02508
Text Example
Text Example
White with #E02508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02508; }
p { color: rgb(224,37,8); }
H1.HeaderClassName
{
color: #E02508;
}
.AnyTagClassName
{
color: #E02508;
}
</style>
background-color css
<style>
a { background-color: #E02508; }
a { background-color: rgb(224,37,8); }
div.DivClassName
{
background-color: #E02508;
}
.BgClassName
{
background-color: #E02508;
}
</style>
border-color css
<style>
span { border-color: #E02508; }
span { border-color: rgb(224,37,8); }
td.TdClassName
{
border-color: #E02508;
}
.TagClassName
{
border-color: #E02508;
}
</style>