Html Css Color HEX #E0331C Harley Davidson Orange
📋 copy color: '#E0331C'red 224 ◦ green 51 ◦ blue 28
Shades of Harley Davidson Orange #E0331C
Tints of Harley Davidson Orange #E0331C
RGB
CMYK
RGB Variations
Color information
#E0331C (or 0xE0331C) is known color: Harley Davidson Orange. HEX triplet: E0, 33 and 1C. RGB value is (224,51,28). Sum of RGB (Red+Green+Blue) = 224+51+28=303 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.93% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 224 - color contains mainly: red. Hex color #E0331C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0331C is #1FCCE3. Grayscale: #646464. Windows color (decimal): -2084068 or 1848288. OLE color: 1848288.
HSL color Cylindrical-coordinate representation of color #E0331C: hue angle of 7.04º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E0331C is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 51 | 28 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.12 |
| HSL | 7.04º | 0.78% | 0.49% | - |
| HSV(B) | 7.04º | 0.88% | 0.88% | - |
| XYZ | 32.13 | 18.3 | 2.94 | - |
| YUV | 100.11 | 87.31 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 51 | 28 | 0 | 0.77 | 0.88 | 0.12 | 7.04 | 0.78 | 0.49 |
| Hex | E0 | 33 | 1C | 0 | 4D | 58 | C | 7 | 4E | 31 |
| Octal | 340 | 63 | 34 | 0 | 115 | 130 | 14 | 7 | 116 | 61 |
| Binary | 11100000 | 110011 | 11100 | 0 | 1001101 | 1011000 | 1100 | 111 | 1001110 | 110001 |
Color Harmonies of #E0331C
Complementary color
Monochromatic Colors of #E0331C
Black with #E0331C
Text Example
Text Example
White with #E0331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0331C; }
p { color: rgb(224,51,28); }
H1.HeaderClassName
{
color: #E0331C;
}
.AnyTagClassName
{
color: #E0331C;
}
</style>
background-color css
<style>
a { background-color: #E0331C; }
a { background-color: rgb(224,51,28); }
div.DivClassName
{
background-color: #E0331C;
}
.BgClassName
{
background-color: #E0331C;
}
</style>
border-color css
<style>
span { border-color: #E0331C; }
span { border-color: rgb(224,51,28); }
td.TdClassName
{
border-color: #E0331C;
}
.TagClassName
{
border-color: #E0331C;
}
</style>