Html Css Color HEX #DB2106 Harley Davidson Orange
📋 copy color: '#DB2106'red 219 ◦ green 33 ◦ blue 6
Shades of Harley Davidson Orange #DB2106
Tints of Harley Davidson Orange #DB2106
RGB
CMYK
RGB Variations
Color information
#DB2106 (or 0xDB2106) is known color: Harley Davidson Orange. HEX triplet: DB, 21 and 06. RGB value is (219,33,6). Sum of RGB (Red+Green+Blue) = 219+33+6=258 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.88% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2106 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2106 is #24DEF9. Grayscale: #555555. Windows color (decimal): -2416378 or 401883. OLE color: 401883.
HSL color Cylindrical-coordinate representation of color #DB2106: hue angle of 7.61º 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 #DB2106 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 6 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.14 |
| HSL | 7.61º | 0.95% | 0.44% | - |
| HSV(B) | 7.61º | 0.97% | 0.86% | - |
| XYZ | 29.79 | 16.16 | 1.72 | - |
| YUV | 85.54 | 83.12 | 223.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 6 | 0 | 0.85 | 0.97 | 0.14 | 7.61 | 0.95 | 0.44 |
| Hex | DB | 21 | 6 | 0 | 55 | 61 | E | 8 | 5F | 2C |
| Octal | 333 | 41 | 6 | 0 | 125 | 141 | 16 | 10 | 137 | 54 |
| Binary | 11011011 | 100001 | 110 | 0 | 1010101 | 1100001 | 1110 | 1000 | 1011111 | 101100 |
Color Harmonies of #DB2106
Complementary color
Monochromatic Colors of #DB2106
Black with #DB2106
Text Example
Text Example
White with #DB2106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2106; }
p { color: rgb(219,33,6); }
H1.HeaderClassName
{
color: #DB2106;
}
.AnyTagClassName
{
color: #DB2106;
}
</style>
background-color css
<style>
a { background-color: #DB2106; }
a { background-color: rgb(219,33,6); }
div.DivClassName
{
background-color: #DB2106;
}
.BgClassName
{
background-color: #DB2106;
}
</style>
border-color css
<style>
span { border-color: #DB2106; }
span { border-color: rgb(219,33,6); }
td.TdClassName
{
border-color: #DB2106;
}
.TagClassName
{
border-color: #DB2106;
}
</style>