Html Css Color HEX #E02313 Harley Davidson Orange
📋 copy color: '#E02313'red 224 ◦ green 35 ◦ blue 19
Shades of Harley Davidson Orange #E02313
Tints of Harley Davidson Orange #E02313
RGB
CMYK
RGB Variations
Color information
#E02313 (or 0xE02313) is known color: Harley Davidson Orange. HEX triplet: E0, 23 and 13. RGB value is (224,35,19). Sum of RGB (Red+Green+Blue) = 224+35+19=278 (36% of max value = 765). Red value is 224 (87.89% from 255 or 80.58% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 224 - color contains mainly: red. Hex color #E02313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02313 is #1FDCEC. Grayscale: #595959. Windows color (decimal): -2088173 or 1254368. OLE color: 1254368.
HSL color Cylindrical-coordinate representation of color #E02313: hue angle of 4.68º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E02313 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 35 | 19 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.12 |
| HSL | 4.68º | 0.84% | 0.48% | - |
| HSV(B) | 4.68º | 0.92% | 0.88% | - |
| XYZ | 31.46 | 17.1 | 2.26 | - |
| YUV | 89.69 | 88.12 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 35 | 19 | 0 | 0.84 | 0.92 | 0.12 | 4.68 | 0.84 | 0.48 |
| Hex | E0 | 23 | 13 | 0 | 54 | 5C | C | 5 | 54 | 30 |
| Octal | 340 | 43 | 23 | 0 | 124 | 134 | 14 | 5 | 124 | 60 |
| Binary | 11100000 | 100011 | 10011 | 0 | 1010100 | 1011100 | 1100 | 101 | 1010100 | 110000 |
Color Harmonies of #E02313
Complementary color
Monochromatic Colors of #E02313
Black with #E02313
Text Example
Text Example
White with #E02313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02313; }
p { color: rgb(224,35,19); }
H1.HeaderClassName
{
color: #E02313;
}
.AnyTagClassName
{
color: #E02313;
}
</style>
background-color css
<style>
a { background-color: #E02313; }
a { background-color: rgb(224,35,19); }
div.DivClassName
{
background-color: #E02313;
}
.BgClassName
{
background-color: #E02313;
}
</style>
border-color css
<style>
span { border-color: #E02313; }
span { border-color: rgb(224,35,19); }
td.TdClassName
{
border-color: #E02313;
}
.TagClassName
{
border-color: #E02313;
}
</style>