Html Css Color HEX #E0280C Harley Davidson Orange
📋 copy color: '#E0280C'red 224 ◦ green 40 ◦ blue 12
Shades of Harley Davidson Orange #E0280C
Tints of Harley Davidson Orange #E0280C
RGB
CMYK
RGB Variations
Color information
#E0280C (or 0xE0280C) is known color: Harley Davidson Orange. HEX triplet: E0, 28 and 0C. RGB value is (224,40,12). Sum of RGB (Red+Green+Blue) = 224+40+12=276 (36% of max value = 765). Red value is 224 (87.89% from 255 or 81.16% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 224 - color contains mainly: red. Hex color #E0280C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0280C is #1FD7F3. Grayscale: #5C5C5C. Windows color (decimal): -2086900 or 796896. OLE color: 796896.
HSL color Cylindrical-coordinate representation of color #E0280C: hue angle of 7.92º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0280C is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 12 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.12 |
| HSL | 7.92º | 0.9% | 0.46% | - |
| HSV(B) | 7.92º | 0.95% | 0.88% | - |
| XYZ | 31.57 | 17.39 | 2.04 | - |
| YUV | 91.82 | 82.96 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 12 | 0 | 0.82 | 0.95 | 0.12 | 7.92 | 0.9 | 0.46 |
| Hex | E0 | 28 | C | 0 | 52 | 5F | C | 8 | 5A | 2E |
| Octal | 340 | 50 | 14 | 0 | 122 | 137 | 14 | 10 | 132 | 56 |
| Binary | 11100000 | 101000 | 1100 | 0 | 1010010 | 1011111 | 1100 | 1000 | 1011010 | 101110 |
Color Harmonies of #E0280C
Complementary color
Monochromatic Colors of #E0280C
Black with #E0280C
Text Example
Text Example
White with #E0280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0280C; }
p { color: rgb(224,40,12); }
H1.HeaderClassName
{
color: #E0280C;
}
.AnyTagClassName
{
color: #E0280C;
}
</style>
background-color css
<style>
a { background-color: #E0280C; }
a { background-color: rgb(224,40,12); }
div.DivClassName
{
background-color: #E0280C;
}
.BgClassName
{
background-color: #E0280C;
}
</style>
border-color css
<style>
span { border-color: #E0280C; }
span { border-color: rgb(224,40,12); }
td.TdClassName
{
border-color: #E0280C;
}
.TagClassName
{
border-color: #E0280C;
}
</style>