Html Css Color HEX #E0280E Harley Davidson Orange
📋 copy color: '#E0280E'red 224 ◦ green 40 ◦ blue 14
Shades of Harley Davidson Orange #E0280E
Tints of Harley Davidson Orange #E0280E
RGB
CMYK
RGB Variations
Color information
#E0280E (or 0xE0280E) is known color: Harley Davidson Orange. HEX triplet: E0, 28 and 0E. RGB value is (224,40,14). Sum of RGB (Red+Green+Blue) = 224+40+14=278 (36% of max value = 765). Red value is 224 (87.89% from 255 or 80.58% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 224 - color contains mainly: red. Hex color #E0280E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0280E is #1FD7F1. Grayscale: #5C5C5C. Windows color (decimal): -2086898 or 927968. OLE color: 927968.
HSL color Cylindrical-coordinate representation of color #E0280E: hue angle of 7.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0280E is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 14 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.12 |
| HSL | 7.43º | 0.88% | 0.47% | - |
| HSV(B) | 7.43º | 0.94% | 0.88% | - |
| XYZ | 31.58 | 17.4 | 2.11 | - |
| YUV | 92.05 | 83.96 | 222.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 14 | 0 | 0.82 | 0.94 | 0.12 | 7.43 | 0.88 | 0.47 |
| Hex | E0 | 28 | E | 0 | 52 | 5E | C | 7 | 58 | 2F |
| Octal | 340 | 50 | 16 | 0 | 122 | 136 | 14 | 7 | 130 | 57 |
| Binary | 11100000 | 101000 | 1110 | 0 | 1010010 | 1011110 | 1100 | 111 | 1011000 | 101111 |
Color Harmonies of #E0280E
Complementary color
Monochromatic Colors of #E0280E
Black with #E0280E
Text Example
Text Example
White with #E0280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0280E; }
p { color: rgb(224,40,14); }
H1.HeaderClassName
{
color: #E0280E;
}
.AnyTagClassName
{
color: #E0280E;
}
</style>
background-color css
<style>
a { background-color: #E0280E; }
a { background-color: rgb(224,40,14); }
div.DivClassName
{
background-color: #E0280E;
}
.BgClassName
{
background-color: #E0280E;
}
</style>
border-color css
<style>
span { border-color: #E0280E; }
span { border-color: rgb(224,40,14); }
td.TdClassName
{
border-color: #E0280E;
}
.TagClassName
{
border-color: #E0280E;
}
</style>