Html Css Color HEX #DB2004 Harley Davidson Orange
📋 copy color: '#DB2004'red 219 ◦ green 32 ◦ blue 4
Shades of Harley Davidson Orange #DB2004
Tints of Harley Davidson Orange #DB2004
RGB
CMYK
RGB Variations
Color information
#DB2004 (or 0xDB2004) is known color: Harley Davidson Orange. HEX triplet: DB, 20 and 04. RGB value is (219,32,4). Sum of RGB (Red+Green+Blue) = 219+32+4=255 (33% of max value = 765). Red value is 219 (85.94% from 255 or 85.88% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2004 is #24DFFB. Grayscale: #555555. Windows color (decimal): -2416636 or 270555. OLE color: 270555.
HSL color Cylindrical-coordinate representation of color #DB2004: hue angle of 7.81º 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 #DB2004 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 4 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.14 |
| HSL | 7.81º | 0.96% | 0.44% | - |
| HSV(B) | 7.81º | 0.98% | 0.86% | - |
| XYZ | 29.75 | 16.1 | 1.65 | - |
| YUV | 84.72 | 82.45 | 223.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 4 | 0 | 0.85 | 0.98 | 0.14 | 7.81 | 0.96 | 0.44 |
| Hex | DB | 20 | 4 | 0 | 55 | 62 | E | 8 | 60 | 2C |
| Octal | 333 | 40 | 4 | 0 | 125 | 142 | 16 | 10 | 140 | 54 |
| Binary | 11011011 | 100000 | 100 | 0 | 1010101 | 1100010 | 1110 | 1000 | 1100000 | 101100 |
Color Harmonies of #DB2004
Complementary color
Monochromatic Colors of #DB2004
Black with #DB2004
Text Example
Text Example
White with #DB2004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2004; }
p { color: rgb(219,32,4); }
H1.HeaderClassName
{
color: #DB2004;
}
.AnyTagClassName
{
color: #DB2004;
}
</style>
background-color css
<style>
a { background-color: #DB2004; }
a { background-color: rgb(219,32,4); }
div.DivClassName
{
background-color: #DB2004;
}
.BgClassName
{
background-color: #DB2004;
}
</style>
border-color css
<style>
span { border-color: #DB2004; }
span { border-color: rgb(219,32,4); }
td.TdClassName
{
border-color: #DB2004;
}
.TagClassName
{
border-color: #DB2004;
}
</style>