Html Css Color HEX #DB3A09 Harley Davidson Orange
📋 copy color: '#DB3A09'red 219 ◦ green 58 ◦ blue 9
Shades of Harley Davidson Orange #DB3A09
Tints of Harley Davidson Orange #DB3A09
RGB
CMYK
RGB Variations
Color information
#DB3A09 (or 0xDB3A09) is known color: Harley Davidson Orange. HEX triplet: DB, 3A and 09. RGB value is (219,58,9). Sum of RGB (Red+Green+Blue) = 219+58+9=286 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.57% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 9 (3.91% from 255 or 3.15% from 286); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3A09 is #24C5F6. Grayscale: #646464. Windows color (decimal): -2409975 or 604891. OLE color: 604891.
HSL color Cylindrical-coordinate representation of color #DB3A09: hue angle of 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 #DB3A09 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 58 | 9 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.14 |
| HSL | 14º | 0.92% | 0.45% | - |
| HSV(B) | 14º | 0.96% | 0.86% | - |
| XYZ | 30.78 | 18.11 | 2.13 | - |
| YUV | 100.55 | 76.34 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 58 | 9 | 0 | 0.74 | 0.96 | 0.14 | 14 | 0.92 | 0.45 |
| Hex | DB | 3A | 9 | 0 | 4A | 60 | E | E | 5C | 2D |
| Octal | 333 | 72 | 11 | 0 | 112 | 140 | 16 | 16 | 134 | 55 |
| Binary | 11011011 | 111010 | 1001 | 0 | 1001010 | 1100000 | 1110 | 1110 | 1011100 | 101101 |
Color Harmonies of #DB3A09
Complementary color
Monochromatic Colors of #DB3A09
Black with #DB3A09
Text Example
Text Example
White with #DB3A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3A09; }
p { color: rgb(219,58,9); }
H1.HeaderClassName
{
color: #DB3A09;
}
.AnyTagClassName
{
color: #DB3A09;
}
</style>
background-color css
<style>
a { background-color: #DB3A09; }
a { background-color: rgb(219,58,9); }
div.DivClassName
{
background-color: #DB3A09;
}
.BgClassName
{
background-color: #DB3A09;
}
</style>
border-color css
<style>
span { border-color: #DB3A09; }
span { border-color: rgb(219,58,9); }
td.TdClassName
{
border-color: #DB3A09;
}
.TagClassName
{
border-color: #DB3A09;
}
</style>