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