Html Css Color HEX #DB3509 Harley Davidson Orange
📋 copy color: '#DB3509'red 219 ◦ green 53 ◦ blue 9
Shades of Harley Davidson Orange #DB3509
Tints of Harley Davidson Orange #DB3509
RGB
CMYK
RGB Variations
Color information
#DB3509 (or 0xDB3509) is known color: Harley Davidson Orange. HEX triplet: DB, 35 and 09. RGB value is (219,53,9). Sum of RGB (Red+Green+Blue) = 219+53+9=281 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.94% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3509 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3509 is #24CAF6. Grayscale: #616161. Windows color (decimal): -2411255 or 603611. OLE color: 603611.
HSL color Cylindrical-coordinate representation of color #DB3509: hue angle of 12.57º 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 #DB3509 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 9 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.14 |
| HSL | 12.57º | 0.92% | 0.45% | - |
| HSV(B) | 12.57º | 0.96% | 0.86% | - |
| XYZ | 30.54 | 17.63 | 2.05 | - |
| YUV | 97.62 | 78 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 9 | 0 | 0.76 | 0.96 | 0.14 | 12.57 | 0.92 | 0.45 |
| Hex | DB | 35 | 9 | 0 | 4C | 60 | E | D | 5C | 2D |
| Octal | 333 | 65 | 11 | 0 | 114 | 140 | 16 | 15 | 134 | 55 |
| Binary | 11011011 | 110101 | 1001 | 0 | 1001100 | 1100000 | 1110 | 1101 | 1011100 | 101101 |
Color Harmonies of #DB3509
Complementary color
Monochromatic Colors of #DB3509
Black with #DB3509
Text Example
Text Example
White with #DB3509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3509; }
p { color: rgb(219,53,9); }
H1.HeaderClassName
{
color: #DB3509;
}
.AnyTagClassName
{
color: #DB3509;
}
</style>
background-color css
<style>
a { background-color: #DB3509; }
a { background-color: rgb(219,53,9); }
div.DivClassName
{
background-color: #DB3509;
}
.BgClassName
{
background-color: #DB3509;
}
</style>
border-color css
<style>
span { border-color: #DB3509; }
span { border-color: rgb(219,53,9); }
td.TdClassName
{
border-color: #DB3509;
}
.TagClassName
{
border-color: #DB3509;
}
</style>