Html Css Color HEX #DB1904 Harley Davidson Orange
📋 copy color: '#DB1904'red 219 ◦ green 25 ◦ blue 4
Shades of Harley Davidson Orange #DB1904
Tints of Harley Davidson Orange #DB1904
RGB
CMYK
RGB Variations
Color information
#DB1904 (or 0xDB1904) is known color: Harley Davidson Orange. HEX triplet: DB, 19 and 04. RGB value is (219,25,4). Sum of RGB (Red+Green+Blue) = 219+25+4=248 (32% of max value = 765). Red value is 219 (85.94% from 255 or 88.31% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1904 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1904 is #24E6FB. Grayscale: #505050. Windows color (decimal): -2418428 or 268763. OLE color: 268763.
HSL color Cylindrical-coordinate representation of color #DB1904: hue angle of 5.86º 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 #DB1904 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 4 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.14 |
| HSL | 5.86º | 0.96% | 0.44% | - |
| HSV(B) | 5.86º | 0.98% | 0.86% | - |
| XYZ | 29.58 | 15.76 | 1.6 | - |
| YUV | 80.61 | 84.77 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 4 | 0 | 0.89 | 0.98 | 0.14 | 5.86 | 0.96 | 0.44 |
| Hex | DB | 19 | 4 | 0 | 59 | 62 | E | 6 | 60 | 2C |
| Octal | 333 | 31 | 4 | 0 | 131 | 142 | 16 | 6 | 140 | 54 |
| Binary | 11011011 | 11001 | 100 | 0 | 1011001 | 1100010 | 1110 | 110 | 1100000 | 101100 |
Color Harmonies of #DB1904
Complementary color
Monochromatic Colors of #DB1904
Black with #DB1904
Text Example
Text Example
White with #DB1904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1904; }
p { color: rgb(219,25,4); }
H1.HeaderClassName
{
color: #DB1904;
}
.AnyTagClassName
{
color: #DB1904;
}
</style>
background-color css
<style>
a { background-color: #DB1904; }
a { background-color: rgb(219,25,4); }
div.DivClassName
{
background-color: #DB1904;
}
.BgClassName
{
background-color: #DB1904;
}
</style>
border-color css
<style>
span { border-color: #DB1904; }
span { border-color: rgb(219,25,4); }
td.TdClassName
{
border-color: #DB1904;
}
.TagClassName
{
border-color: #DB1904;
}
</style>