Html Css Color HEX #E03214 Harley Davidson Orange
📋 copy color: '#E03214'red 224 ◦ green 50 ◦ blue 20
Shades of Harley Davidson Orange #E03214
Tints of Harley Davidson Orange #E03214
RGB
CMYK
RGB Variations
Color information
#E03214 (or 0xE03214) is known color: Harley Davidson Orange. HEX triplet: E0, 32 and 14. RGB value is (224,50,20). Sum of RGB (Red+Green+Blue) = 224+50+20=294 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.19% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 224 - color contains mainly: red. Hex color #E03214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03214 is #1FCDEB. Grayscale: #626262. Windows color (decimal): -2084332 or 1323744. OLE color: 1323744.
HSL color Cylindrical-coordinate representation of color #E03214: hue angle of 8.82º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E03214 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 20 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.12 |
| HSL | 8.82º | 0.84% | 0.48% | - |
| HSV(B) | 8.82º | 0.91% | 0.88% | - |
| XYZ | 32.01 | 18.18 | 2.48 | - |
| YUV | 98.61 | 83.65 | 217.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 20 | 0 | 0.78 | 0.91 | 0.12 | 8.82 | 0.84 | 0.48 |
| Hex | E0 | 32 | 14 | 0 | 4E | 5B | C | 9 | 54 | 30 |
| Octal | 340 | 62 | 24 | 0 | 116 | 133 | 14 | 11 | 124 | 60 |
| Binary | 11100000 | 110010 | 10100 | 0 | 1001110 | 1011011 | 1100 | 1001 | 1010100 | 110000 |
Color Harmonies of #E03214
Complementary color
Monochromatic Colors of #E03214
Black with #E03214
Text Example
Text Example
White with #E03214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03214; }
p { color: rgb(224,50,20); }
H1.HeaderClassName
{
color: #E03214;
}
.AnyTagClassName
{
color: #E03214;
}
</style>
background-color css
<style>
a { background-color: #E03214; }
a { background-color: rgb(224,50,20); }
div.DivClassName
{
background-color: #E03214;
}
.BgClassName
{
background-color: #E03214;
}
</style>
border-color css
<style>
span { border-color: #E03214; }
span { border-color: rgb(224,50,20); }
td.TdClassName
{
border-color: #E03214;
}
.TagClassName
{
border-color: #E03214;
}
</style>