Html Css Color HEX #DB1906 Harley Davidson Orange
📋 copy color: '#DB1906'red 219 ◦ green 25 ◦ blue 6
Shades of Harley Davidson Orange #DB1906
Tints of Harley Davidson Orange #DB1906
RGB
CMYK
RGB Variations
Color information
#DB1906 (or 0xDB1906) is known color: Harley Davidson Orange. HEX triplet: DB, 19 and 06. RGB value is (219,25,6). Sum of RGB (Red+Green+Blue) = 219+25+6=250 (33% of max value = 765). Red value is 219 (85.94% from 255 or 87.6% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1906 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1906 is #24E6F9. Grayscale: #515151. Windows color (decimal): -2418426 or 399835. OLE color: 399835.
HSL color Cylindrical-coordinate representation of color #DB1906: hue angle of 5.35º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB1906 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 6 | - |
| CMYK | 0 | 0.89 | 0.97 | 0.14 |
| HSL | 5.35º | 0.95% | 0.44% | - |
| HSV(B) | 5.35º | 0.97% | 0.86% | - |
| XYZ | 29.59 | 15.77 | 1.66 | - |
| YUV | 80.84 | 85.77 | 226.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 6 | 0 | 0.89 | 0.97 | 0.14 | 5.35 | 0.95 | 0.44 |
| Hex | DB | 19 | 6 | 0 | 59 | 61 | E | 5 | 5F | 2C |
| Octal | 333 | 31 | 6 | 0 | 131 | 141 | 16 | 5 | 137 | 54 |
| Binary | 11011011 | 11001 | 110 | 0 | 1011001 | 1100001 | 1110 | 101 | 1011111 | 101100 |
Color Harmonies of #DB1906
Complementary color
Monochromatic Colors of #DB1906
Black with #DB1906
Text Example
Text Example
White with #DB1906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1906; }
p { color: rgb(219,25,6); }
H1.HeaderClassName
{
color: #DB1906;
}
.AnyTagClassName
{
color: #DB1906;
}
</style>
background-color css
<style>
a { background-color: #DB1906; }
a { background-color: rgb(219,25,6); }
div.DivClassName
{
background-color: #DB1906;
}
.BgClassName
{
background-color: #DB1906;
}
</style>
border-color css
<style>
span { border-color: #DB1906; }
span { border-color: rgb(219,25,6); }
td.TdClassName
{
border-color: #DB1906;
}
.TagClassName
{
border-color: #DB1906;
}
</style>