Html Css Color HEX #DB2909 Harley Davidson Orange
📋 copy color: '#DB2909'red 219 ◦ green 41 ◦ blue 9
Shades of Harley Davidson Orange #DB2909
Tints of Harley Davidson Orange #DB2909
RGB
CMYK
RGB Variations
Color information
#DB2909 (or 0xDB2909) is known color: Harley Davidson Orange. HEX triplet: DB, 29 and 09. RGB value is (219,41,9). Sum of RGB (Red+Green+Blue) = 219+41+9=269 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.41% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2909 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2909 is #24D6F6. Grayscale: #5A5A5A. Windows color (decimal): -2414327 or 600539. OLE color: 600539.
HSL color Cylindrical-coordinate representation of color #DB2909: hue angle of 9.14º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB2909 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 9 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.14 |
| HSL | 9.14º | 0.92% | 0.45% | - |
| HSV(B) | 9.14º | 0.96% | 0.86% | - |
| XYZ | 30.06 | 16.67 | 1.89 | - |
| YUV | 90.57 | 81.97 | 219.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 9 | 0 | 0.81 | 0.96 | 0.14 | 9.14 | 0.92 | 0.45 |
| Hex | DB | 29 | 9 | 0 | 51 | 60 | E | 9 | 5C | 2D |
| Octal | 333 | 51 | 11 | 0 | 121 | 140 | 16 | 11 | 134 | 55 |
| Binary | 11011011 | 101001 | 1001 | 0 | 1010001 | 1100000 | 1110 | 1001 | 1011100 | 101101 |
Color Harmonies of #DB2909
Complementary color
Monochromatic Colors of #DB2909
Black with #DB2909
Text Example
Text Example
White with #DB2909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2909; }
p { color: rgb(219,41,9); }
H1.HeaderClassName
{
color: #DB2909;
}
.AnyTagClassName
{
color: #DB2909;
}
</style>
background-color css
<style>
a { background-color: #DB2909; }
a { background-color: rgb(219,41,9); }
div.DivClassName
{
background-color: #DB2909;
}
.BgClassName
{
background-color: #DB2909;
}
</style>
border-color css
<style>
span { border-color: #DB2909; }
span { border-color: rgb(219,41,9); }
td.TdClassName
{
border-color: #DB2909;
}
.TagClassName
{
border-color: #DB2909;
}
</style>