Html Css Color HEX #DB2005 Harley Davidson Orange
📋 copy color: '#DB2005'red 219 ◦ green 32 ◦ blue 5
Shades of Harley Davidson Orange #DB2005
Tints of Harley Davidson Orange #DB2005
RGB
CMYK
RGB Variations
Color information
#DB2005 (or 0xDB2005) is known color: Harley Davidson Orange. HEX triplet: DB, 20 and 05. RGB value is (219,32,5). Sum of RGB (Red+Green+Blue) = 219+32+5=256 (33% of max value = 765). Red value is 219 (85.94% from 255 or 85.55% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2005 is #24DFFA. Grayscale: #555555. Windows color (decimal): -2416635 or 336091. OLE color: 336091.
HSL color Cylindrical-coordinate representation of color #DB2005: hue angle of 7.57º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB2005 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 5 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.14 |
| HSL | 7.57º | 0.96% | 0.44% | - |
| HSV(B) | 7.57º | 0.98% | 0.86% | - |
| XYZ | 29.76 | 16.1 | 1.68 | - |
| YUV | 84.84 | 82.95 | 223.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 5 | 0 | 0.85 | 0.98 | 0.14 | 7.57 | 0.96 | 0.44 |
| Hex | DB | 20 | 5 | 0 | 55 | 62 | E | 8 | 60 | 2C |
| Octal | 333 | 40 | 5 | 0 | 125 | 142 | 16 | 10 | 140 | 54 |
| Binary | 11011011 | 100000 | 101 | 0 | 1010101 | 1100010 | 1110 | 1000 | 1100000 | 101100 |
Color Harmonies of #DB2005
Complementary color
Monochromatic Colors of #DB2005
Black with #DB2005
Text Example
Text Example
White with #DB2005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2005; }
p { color: rgb(219,32,5); }
H1.HeaderClassName
{
color: #DB2005;
}
.AnyTagClassName
{
color: #DB2005;
}
</style>
background-color css
<style>
a { background-color: #DB2005; }
a { background-color: rgb(219,32,5); }
div.DivClassName
{
background-color: #DB2005;
}
.BgClassName
{
background-color: #DB2005;
}
</style>
border-color css
<style>
span { border-color: #DB2005; }
span { border-color: rgb(219,32,5); }
td.TdClassName
{
border-color: #DB2005;
}
.TagClassName
{
border-color: #DB2005;
}
</style>