Html Css Color HEX #DB2209 Harley Davidson Orange
📋 copy color: '#DB2209'red 219 ◦ green 34 ◦ blue 9
Shades of Harley Davidson Orange #DB2209
Tints of Harley Davidson Orange #DB2209
RGB
CMYK
RGB Variations
Color information
#DB2209 (or 0xDB2209) is known color: Harley Davidson Orange. HEX triplet: DB, 22 and 09. RGB value is (219,34,9). Sum of RGB (Red+Green+Blue) = 219+34+9=262 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.59% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2209 is #24DDF6. Grayscale: #565656. Windows color (decimal): -2416119 or 598747. OLE color: 598747.
HSL color Cylindrical-coordinate representation of color #DB2209: hue angle of 7.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 #DB2209 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 9 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.14 |
| HSL | 7.14º | 0.92% | 0.45% | - |
| HSV(B) | 7.14º | 0.96% | 0.86% | - |
| XYZ | 29.83 | 16.22 | 1.82 | - |
| YUV | 86.47 | 84.29 | 222.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 9 | 0 | 0.84 | 0.96 | 0.14 | 7.14 | 0.92 | 0.45 |
| Hex | DB | 22 | 9 | 0 | 54 | 60 | E | 7 | 5C | 2D |
| Octal | 333 | 42 | 11 | 0 | 124 | 140 | 16 | 7 | 134 | 55 |
| Binary | 11011011 | 100010 | 1001 | 0 | 1010100 | 1100000 | 1110 | 111 | 1011100 | 101101 |
Color Harmonies of #DB2209
Complementary color
Monochromatic Colors of #DB2209
Black with #DB2209
Text Example
Text Example
White with #DB2209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2209; }
p { color: rgb(219,34,9); }
H1.HeaderClassName
{
color: #DB2209;
}
.AnyTagClassName
{
color: #DB2209;
}
</style>
background-color css
<style>
a { background-color: #DB2209; }
a { background-color: rgb(219,34,9); }
div.DivClassName
{
background-color: #DB2209;
}
.BgClassName
{
background-color: #DB2209;
}
</style>
border-color css
<style>
span { border-color: #DB2209; }
span { border-color: rgb(219,34,9); }
td.TdClassName
{
border-color: #DB2209;
}
.TagClassName
{
border-color: #DB2209;
}
</style>