Html Css Color HEX #E03213 Harley Davidson Orange
📋 copy color: '#E03213'red 224 ◦ green 50 ◦ blue 19
Shades of Harley Davidson Orange #E03213
Tints of Harley Davidson Orange #E03213
RGB
CMYK
RGB Variations
Color information
#E03213 (or 0xE03213) is known color: Harley Davidson Orange. HEX triplet: E0, 32 and 13. RGB value is (224,50,19). Sum of RGB (Red+Green+Blue) = 224+50+19=293 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.45% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 224 - color contains mainly: red. Hex color #E03213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03213 is #1FCDEC. Grayscale: #626262. Windows color (decimal): -2084333 or 1258208. OLE color: 1258208.
HSL color Cylindrical-coordinate representation of color #E03213: hue angle of 9.07º 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 #E03213 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 19 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.12 |
| HSL | 9.07º | 0.84% | 0.48% | - |
| HSV(B) | 9.07º | 0.92% | 0.88% | - |
| XYZ | 32 | 18.18 | 2.44 | - |
| YUV | 98.49 | 83.15 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 19 | 0 | 0.78 | 0.92 | 0.12 | 9.07 | 0.84 | 0.48 |
| Hex | E0 | 32 | 13 | 0 | 4E | 5C | C | 9 | 54 | 30 |
| Octal | 340 | 62 | 23 | 0 | 116 | 134 | 14 | 11 | 124 | 60 |
| Binary | 11100000 | 110010 | 10011 | 0 | 1001110 | 1011100 | 1100 | 1001 | 1010100 | 110000 |
Color Harmonies of #E03213
Complementary color
Monochromatic Colors of #E03213
Black with #E03213
Text Example
Text Example
White with #E03213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03213; }
p { color: rgb(224,50,19); }
H1.HeaderClassName
{
color: #E03213;
}
.AnyTagClassName
{
color: #E03213;
}
</style>
background-color css
<style>
a { background-color: #E03213; }
a { background-color: rgb(224,50,19); }
div.DivClassName
{
background-color: #E03213;
}
.BgClassName
{
background-color: #E03213;
}
</style>
border-color css
<style>
span { border-color: #E03213; }
span { border-color: rgb(224,50,19); }
td.TdClassName
{
border-color: #E03213;
}
.TagClassName
{
border-color: #E03213;
}
</style>