Html Css Color HEX #DB2A09 Harley Davidson Orange
📋 copy color: '#DB2A09'red 219 ◦ green 42 ◦ blue 9
Shades of Harley Davidson Orange #DB2A09
Tints of Harley Davidson Orange #DB2A09
RGB
CMYK
RGB Variations
Color information
#DB2A09 (or 0xDB2A09) is known color: Harley Davidson Orange. HEX triplet: DB, 2A and 09. RGB value is (219,42,9). Sum of RGB (Red+Green+Blue) = 219+42+9=270 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.11% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 9 (3.91% from 255 or 3.33% from 270); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2A09 is #24D5F6. Grayscale: #5B5B5B. Windows color (decimal): -2414071 or 600795. OLE color: 600795.
HSL color Cylindrical-coordinate representation of color #DB2A09: hue angle of 9.43º 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 #DB2A09 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 9 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.14 |
| HSL | 9.43º | 0.92% | 0.45% | - |
| HSV(B) | 9.43º | 0.96% | 0.86% | - |
| XYZ | 30.09 | 16.74 | 1.9 | - |
| YUV | 91.16 | 81.64 | 219.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 9 | 0 | 0.81 | 0.96 | 0.14 | 9.43 | 0.92 | 0.45 |
| Hex | DB | 2A | 9 | 0 | 51 | 60 | E | 9 | 5C | 2D |
| Octal | 333 | 52 | 11 | 0 | 121 | 140 | 16 | 11 | 134 | 55 |
| Binary | 11011011 | 101010 | 1001 | 0 | 1010001 | 1100000 | 1110 | 1001 | 1011100 | 101101 |
Color Harmonies of #DB2A09
Complementary color
Monochromatic Colors of #DB2A09
Black with #DB2A09
Text Example
Text Example
White with #DB2A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A09; }
p { color: rgb(219,42,9); }
H1.HeaderClassName
{
color: #DB2A09;
}
.AnyTagClassName
{
color: #DB2A09;
}
</style>
background-color css
<style>
a { background-color: #DB2A09; }
a { background-color: rgb(219,42,9); }
div.DivClassName
{
background-color: #DB2A09;
}
.BgClassName
{
background-color: #DB2A09;
}
</style>
border-color css
<style>
span { border-color: #DB2A09; }
span { border-color: rgb(219,42,9); }
td.TdClassName
{
border-color: #DB2A09;
}
.TagClassName
{
border-color: #DB2A09;
}
</style>