Html Css Color HEX #E03200 Harley Davidson Orange
📋 copy color: '#E03200'red 224 ◦ green 50 ◦ blue 0
Shades of Harley Davidson Orange #E03200
Tints of Harley Davidson Orange #E03200
RGB
CMYK
RGB Variations
Color information
#E03200 (or 0xE03200) is known color: Harley Davidson Orange. HEX triplet: E0, 32 and 00. RGB value is (224,50,0). Sum of RGB (Red+Green+Blue) = 224+50+0=274 (36% of max value = 765). Red value is 224 (87.89% from 255 or 81.75% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 224 - color contains mainly: red. Hex color #E03200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03200 is #1FCDFF. Grayscale: #606060. Windows color (decimal): -2084352 or 13024. OLE color: 13024.
HSL color Cylindrical-coordinate representation of color #E03200: hue angle of 13.39º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E03200 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.12 |
| HSL | 13.39º | 1% | 0.44% | - |
| HSV(B) | 13.39º | 1% | 0.88% | - |
| XYZ | 31.88 | 18.13 | 1.82 | - |
| YUV | 96.33 | 73.65 | 219.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 0 | 0 | 0.78 | 1 | 0.12 | 13.39 | 1 | 0.44 |
| Hex | E0 | 32 | 0 | 0 | 4E | 64 | C | D | 64 | 2C |
| Octal | 340 | 62 | 0 | 0 | 116 | 144 | 14 | 15 | 144 | 54 |
| Binary | 11100000 | 110010 | 0 | 0 | 1001110 | 1100100 | 1100 | 1101 | 1100100 | 101100 |
Color Harmonies of #E03200
Complementary color
Monochromatic Colors of #E03200
Black with #E03200
Text Example
Text Example
White with #E03200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03200; }
p { color: rgb(224,50,0); }
H1.HeaderClassName
{
color: #E03200;
}
.AnyTagClassName
{
color: #E03200;
}
</style>
background-color css
<style>
a { background-color: #E03200; }
a { background-color: rgb(224,50,0); }
div.DivClassName
{
background-color: #E03200;
}
.BgClassName
{
background-color: #E03200;
}
</style>
border-color css
<style>
span { border-color: #E03200; }
span { border-color: rgb(224,50,0); }
td.TdClassName
{
border-color: #E03200;
}
.TagClassName
{
border-color: #E03200;
}
</style>