Html Css Color HEX #E0280D Harley Davidson Orange
📋 copy color: '#E0280D'red 224 ◦ green 40 ◦ blue 13
Shades of Harley Davidson Orange #E0280D
Tints of Harley Davidson Orange #E0280D
RGB
CMYK
RGB Variations
Color information
#E0280D (or 0xE0280D) is known color: Harley Davidson Orange. HEX triplet: E0, 28 and 0D. RGB value is (224,40,13). Sum of RGB (Red+Green+Blue) = 224+40+13=277 (36% of max value = 765). Red value is 224 (87.89% from 255 or 80.87% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 224 - color contains mainly: red. Hex color #E0280D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0280D is #1FD7F2. Grayscale: #5C5C5C. Windows color (decimal): -2086899 or 862432. OLE color: 862432.
HSL color Cylindrical-coordinate representation of color #E0280D: hue angle of 7.68º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0280D is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 13 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.12 |
| HSL | 7.68º | 0.89% | 0.46% | - |
| HSV(B) | 7.68º | 0.94% | 0.88% | - |
| XYZ | 31.57 | 17.39 | 2.07 | - |
| YUV | 91.94 | 83.46 | 222.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 13 | 0 | 0.82 | 0.94 | 0.12 | 7.68 | 0.89 | 0.46 |
| Hex | E0 | 28 | D | 0 | 52 | 5E | C | 8 | 59 | 2E |
| Octal | 340 | 50 | 15 | 0 | 122 | 136 | 14 | 10 | 131 | 56 |
| Binary | 11100000 | 101000 | 1101 | 0 | 1010010 | 1011110 | 1100 | 1000 | 1011001 | 101110 |
Color Harmonies of #E0280D
Complementary color
Monochromatic Colors of #E0280D
Black with #E0280D
Text Example
Text Example
White with #E0280D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0280D; }
p { color: rgb(224,40,13); }
H1.HeaderClassName
{
color: #E0280D;
}
.AnyTagClassName
{
color: #E0280D;
}
</style>
background-color css
<style>
a { background-color: #E0280D; }
a { background-color: rgb(224,40,13); }
div.DivClassName
{
background-color: #E0280D;
}
.BgClassName
{
background-color: #E0280D;
}
</style>
border-color css
<style>
span { border-color: #E0280D; }
span { border-color: rgb(224,40,13); }
td.TdClassName
{
border-color: #E0280D;
}
.TagClassName
{
border-color: #E0280D;
}
</style>