Html Css Color HEX #E02213 Harley Davidson Orange
📋 copy color: '#E02213'red 224 ◦ green 34 ◦ blue 19
Shades of Harley Davidson Orange #E02213
Tints of Harley Davidson Orange #E02213
RGB
CMYK
RGB Variations
Color information
#E02213 (or 0xE02213) is known color: Harley Davidson Orange. HEX triplet: E0, 22 and 13. RGB value is (224,34,19). Sum of RGB (Red+Green+Blue) = 224+34+19=277 (36% of max value = 765). Red value is 224 (87.89% from 255 or 80.87% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 224 - color contains mainly: red. Hex color #E02213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02213 is #1FDDEC. Grayscale: #595959. Windows color (decimal): -2088429 or 1254112. OLE color: 1254112.
HSL color Cylindrical-coordinate representation of color #E02213: hue angle of 4.39º 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 #E02213 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 34 | 19 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.12 |
| HSL | 4.39º | 0.84% | 0.48% | - |
| HSV(B) | 4.39º | 0.92% | 0.88% | - |
| XYZ | 31.43 | 17.04 | 2.25 | - |
| YUV | 89.1 | 88.45 | 224.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 34 | 19 | 0 | 0.85 | 0.92 | 0.12 | 4.39 | 0.84 | 0.48 |
| Hex | E0 | 22 | 13 | 0 | 55 | 5C | C | 4 | 54 | 30 |
| Octal | 340 | 42 | 23 | 0 | 125 | 134 | 14 | 4 | 124 | 60 |
| Binary | 11100000 | 100010 | 10011 | 0 | 1010101 | 1011100 | 1100 | 100 | 1010100 | 110000 |
Color Harmonies of #E02213
Complementary color
Monochromatic Colors of #E02213
Black with #E02213
Text Example
Text Example
White with #E02213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02213; }
p { color: rgb(224,34,19); }
H1.HeaderClassName
{
color: #E02213;
}
.AnyTagClassName
{
color: #E02213;
}
</style>
background-color css
<style>
a { background-color: #E02213; }
a { background-color: rgb(224,34,19); }
div.DivClassName
{
background-color: #E02213;
}
.BgClassName
{
background-color: #E02213;
}
</style>
border-color css
<style>
span { border-color: #E02213; }
span { border-color: rgb(224,34,19); }
td.TdClassName
{
border-color: #E02213;
}
.TagClassName
{
border-color: #E02213;
}
</style>