Html Css Color HEX #DB2604 Harley Davidson Orange
📋 copy color: '#DB2604'red 219 ◦ green 38 ◦ blue 4
Shades of Harley Davidson Orange #DB2604
Tints of Harley Davidson Orange #DB2604
RGB
CMYK
RGB Variations
Color information
#DB2604 (or 0xDB2604) is known color: Harley Davidson Orange. HEX triplet: DB, 26 and 04. RGB value is (219,38,4). Sum of RGB (Red+Green+Blue) = 219+38+4=261 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.91% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2604 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2604 is #24D9FB. Grayscale: #585858. Windows color (decimal): -2415100 or 272091. OLE color: 272091.
HSL color Cylindrical-coordinate representation of color #DB2604: hue angle of 9.49º 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 #DB2604 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 4 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.14 |
| HSL | 9.49º | 0.96% | 0.44% | - |
| HSV(B) | 9.49º | 0.98% | 0.86% | - |
| XYZ | 29.93 | 16.46 | 1.71 | - |
| YUV | 88.24 | 80.47 | 221.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 4 | 0 | 0.83 | 0.98 | 0.14 | 9.49 | 0.96 | 0.44 |
| Hex | DB | 26 | 4 | 0 | 53 | 62 | E | 9 | 60 | 2C |
| Octal | 333 | 46 | 4 | 0 | 123 | 142 | 16 | 11 | 140 | 54 |
| Binary | 11011011 | 100110 | 100 | 0 | 1010011 | 1100010 | 1110 | 1001 | 1100000 | 101100 |
Color Harmonies of #DB2604
Complementary color
Monochromatic Colors of #DB2604
Black with #DB2604
Text Example
Text Example
White with #DB2604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2604; }
p { color: rgb(219,38,4); }
H1.HeaderClassName
{
color: #DB2604;
}
.AnyTagClassName
{
color: #DB2604;
}
</style>
background-color css
<style>
a { background-color: #DB2604; }
a { background-color: rgb(219,38,4); }
div.DivClassName
{
background-color: #DB2604;
}
.BgClassName
{
background-color: #DB2604;
}
</style>
border-color css
<style>
span { border-color: #DB2604; }
span { border-color: rgb(219,38,4); }
td.TdClassName
{
border-color: #DB2604;
}
.TagClassName
{
border-color: #DB2604;
}
</style>