Html Css Color HEX #DB280E Harley Davidson Orange
📋 copy color: '#DB280E'red 219 ◦ green 40 ◦ blue 14
Shades of Harley Davidson Orange #DB280E
Tints of Harley Davidson Orange #DB280E
RGB
CMYK
RGB Variations
Color information
#DB280E (or 0xDB280E) is known color: Harley Davidson Orange. HEX triplet: DB, 28 and 0E. RGB value is (219,40,14). Sum of RGB (Red+Green+Blue) = 219+40+14=273 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.22% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 219 - color contains mainly: red. Hex color #DB280E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB280E is #24D7F1. Grayscale: #5A5A5A. Windows color (decimal): -2414578 or 927963. OLE color: 927963.
HSL color Cylindrical-coordinate representation of color #DB280E: hue angle of 7.61º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB280E is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 14 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.14 |
| HSL | 7.61º | 0.88% | 0.46% | - |
| HSV(B) | 7.61º | 0.94% | 0.86% | - |
| XYZ | 30.05 | 16.61 | 2.04 | - |
| YUV | 90.56 | 84.8 | 219.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 14 | 0 | 0.82 | 0.94 | 0.14 | 7.61 | 0.88 | 0.46 |
| Hex | DB | 28 | E | 0 | 52 | 5E | E | 8 | 58 | 2E |
| Octal | 333 | 50 | 16 | 0 | 122 | 136 | 16 | 10 | 130 | 56 |
| Binary | 11011011 | 101000 | 1110 | 0 | 1010010 | 1011110 | 1110 | 1000 | 1011000 | 101110 |
Color Harmonies of #DB280E
Complementary color
Monochromatic Colors of #DB280E
Black with #DB280E
Text Example
Text Example
White with #DB280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB280E; }
p { color: rgb(219,40,14); }
H1.HeaderClassName
{
color: #DB280E;
}
.AnyTagClassName
{
color: #DB280E;
}
</style>
background-color css
<style>
a { background-color: #DB280E; }
a { background-color: rgb(219,40,14); }
div.DivClassName
{
background-color: #DB280E;
}
.BgClassName
{
background-color: #DB280E;
}
</style>
border-color css
<style>
span { border-color: #DB280E; }
span { border-color: rgb(219,40,14); }
td.TdClassName
{
border-color: #DB280E;
}
.TagClassName
{
border-color: #DB280E;
}
</style>