Html Css Color HEX #DB2B0E Harley Davidson Orange
📋 copy color: '#DB2B0E'red 219 ◦ green 43 ◦ blue 14
Shades of Harley Davidson Orange #DB2B0E
Tints of Harley Davidson Orange #DB2B0E
RGB
CMYK
RGB Variations
Color information
#DB2B0E (or 0xDB2B0E) is known color: Harley Davidson Orange. HEX triplet: DB, 2B and 0E. RGB value is (219,43,14). Sum of RGB (Red+Green+Blue) = 219+43+14=276 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.35% from 276); Green value is 43 (17.19% from 255 or 15.58% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2B0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2B0E is #24D4F1. Grayscale: #5C5C5C. Windows color (decimal): -2413810 or 928731. OLE color: 928731.
HSL color Cylindrical-coordinate representation of color #DB2B0E: hue angle of 8.49º 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 #DB2B0E is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 43 | 14 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.14 |
| HSL | 8.49º | 0.88% | 0.46% | - |
| HSV(B) | 8.49º | 0.94% | 0.86% | - |
| XYZ | 30.16 | 16.82 | 2.07 | - |
| YUV | 92.32 | 83.81 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 14 | 0 | 0.80 | 0.94 | 0.14 | 8.49 | 0.88 | 0.46 |
| Hex | DB | 2B | E | 0 | 50 | 5E | E | 8 | 58 | 2E |
| Octal | 333 | 53 | 16 | 0 | 120 | 136 | 16 | 10 | 130 | 56 |
| Binary | 11011011 | 101011 | 1110 | 0 | 1010000 | 1011110 | 1110 | 1000 | 1011000 | 101110 |
Color Harmonies of #DB2B0E
Complementary color
Monochromatic Colors of #DB2B0E
Black with #DB2B0E
Text Example
Text Example
White with #DB2B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2B0E; }
p { color: rgb(219,43,14); }
H1.HeaderClassName
{
color: #DB2B0E;
}
.AnyTagClassName
{
color: #DB2B0E;
}
</style>
background-color css
<style>
a { background-color: #DB2B0E; }
a { background-color: rgb(219,43,14); }
div.DivClassName
{
background-color: #DB2B0E;
}
.BgClassName
{
background-color: #DB2B0E;
}
</style>
border-color css
<style>
span { border-color: #DB2B0E; }
span { border-color: rgb(219,43,14); }
td.TdClassName
{
border-color: #DB2B0E;
}
.TagClassName
{
border-color: #DB2B0E;
}
</style>