Html Css Color HEX #DB2906 Harley Davidson Orange
📋 copy color: '#DB2906'red 219 ◦ green 41 ◦ blue 6
Shades of Harley Davidson Orange #DB2906
Tints of Harley Davidson Orange #DB2906
RGB
CMYK
RGB Variations
Color information
#DB2906 (or 0xDB2906) is known color: Harley Davidson Orange. HEX triplet: DB, 29 and 06. RGB value is (219,41,6). Sum of RGB (Red+Green+Blue) = 219+41+6=266 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.33% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 6 (2.73% from 255 or 2.26% from 266); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2906 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2906 is #24D6F9. Grayscale: #5A5A5A. Windows color (decimal): -2414330 or 403931. OLE color: 403931.
HSL color Cylindrical-coordinate representation of color #DB2906: hue angle of 9.86º 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 #DB2906 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 6 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.14 |
| HSL | 9.86º | 0.95% | 0.44% | - |
| HSV(B) | 9.86º | 0.97% | 0.86% | - |
| XYZ | 30.04 | 16.66 | 1.8 | - |
| YUV | 90.23 | 80.47 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 6 | 0 | 0.81 | 0.97 | 0.14 | 9.86 | 0.95 | 0.44 |
| Hex | DB | 29 | 6 | 0 | 51 | 61 | E | A | 5F | 2C |
| Octal | 333 | 51 | 6 | 0 | 121 | 141 | 16 | 12 | 137 | 54 |
| Binary | 11011011 | 101001 | 110 | 0 | 1010001 | 1100001 | 1110 | 1010 | 1011111 | 101100 |
Color Harmonies of #DB2906
Complementary color
Monochromatic Colors of #DB2906
Black with #DB2906
Text Example
Text Example
White with #DB2906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2906; }
p { color: rgb(219,41,6); }
H1.HeaderClassName
{
color: #DB2906;
}
.AnyTagClassName
{
color: #DB2906;
}
</style>
background-color css
<style>
a { background-color: #DB2906; }
a { background-color: rgb(219,41,6); }
div.DivClassName
{
background-color: #DB2906;
}
.BgClassName
{
background-color: #DB2906;
}
</style>
border-color css
<style>
span { border-color: #DB2906; }
span { border-color: rgb(219,41,6); }
td.TdClassName
{
border-color: #DB2906;
}
.TagClassName
{
border-color: #DB2906;
}
</style>