Html Css Color HEX #DB2006 Harley Davidson Orange
📋 copy color: '#DB2006'red 219 ◦ green 32 ◦ blue 6
Shades of Harley Davidson Orange #DB2006
Tints of Harley Davidson Orange #DB2006
RGB
CMYK
RGB Variations
Color information
#DB2006 (or 0xDB2006) is known color: Harley Davidson Orange. HEX triplet: DB, 20 and 06. RGB value is (219,32,6). Sum of RGB (Red+Green+Blue) = 219+32+6=257 (34% of max value = 765). Red value is 219 (85.94% from 255 or 85.21% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2006 is #24DFF9. Grayscale: #555555. Windows color (decimal): -2416634 or 401627. OLE color: 401627.
HSL color Cylindrical-coordinate representation of color #DB2006: hue angle of 7.32º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB2006 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 6 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.14 |
| HSL | 7.32º | 0.95% | 0.44% | - |
| HSV(B) | 7.32º | 0.97% | 0.86% | - |
| XYZ | 29.76 | 16.11 | 1.71 | - |
| YUV | 84.95 | 83.45 | 223.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 6 | 0 | 0.85 | 0.97 | 0.14 | 7.32 | 0.95 | 0.44 |
| Hex | DB | 20 | 6 | 0 | 55 | 61 | E | 7 | 5F | 2C |
| Octal | 333 | 40 | 6 | 0 | 125 | 141 | 16 | 7 | 137 | 54 |
| Binary | 11011011 | 100000 | 110 | 0 | 1010101 | 1100001 | 1110 | 111 | 1011111 | 101100 |
Color Harmonies of #DB2006
Complementary color
Monochromatic Colors of #DB2006
Black with #DB2006
Text Example
Text Example
White with #DB2006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2006; }
p { color: rgb(219,32,6); }
H1.HeaderClassName
{
color: #DB2006;
}
.AnyTagClassName
{
color: #DB2006;
}
</style>
background-color css
<style>
a { background-color: #DB2006; }
a { background-color: rgb(219,32,6); }
div.DivClassName
{
background-color: #DB2006;
}
.BgClassName
{
background-color: #DB2006;
}
</style>
border-color css
<style>
span { border-color: #DB2006; }
span { border-color: rgb(219,32,6); }
td.TdClassName
{
border-color: #DB2006;
}
.TagClassName
{
border-color: #DB2006;
}
</style>