Html Css Color HEX #DB4109 Harley Davidson Orange
📋 copy color: '#DB4109'red 219 ◦ green 65 ◦ blue 9
Shades of Harley Davidson Orange #DB4109
Tints of Harley Davidson Orange #DB4109
RGB
CMYK
RGB Variations
Color information
#DB4109 (or 0xDB4109) is known color: Harley Davidson Orange. HEX triplet: DB, 41 and 09. RGB value is (219,65,9). Sum of RGB (Red+Green+Blue) = 219+65+9=293 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.74% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 9 (3.91% from 255 or 3.07% from 293); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4109 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4109 is #24BEF6. Grayscale: #696969. Windows color (decimal): -2408183 or 606683. OLE color: 606683.
HSL color Cylindrical-coordinate representation of color #DB4109: hue angle of 16º 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 #DB4109 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 9 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.14 |
| HSL | 16º | 0.92% | 0.45% | - |
| HSV(B) | 16º | 0.96% | 0.86% | - |
| XYZ | 31.15 | 18.86 | 2.26 | - |
| YUV | 104.66 | 74.02 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 9 | 0 | 0.70 | 0.96 | 0.14 | 16 | 0.92 | 0.45 |
| Hex | DB | 41 | 9 | 0 | 46 | 60 | E | 10 | 5C | 2D |
| Octal | 333 | 101 | 11 | 0 | 106 | 140 | 16 | 20 | 134 | 55 |
| Binary | 11011011 | 1000001 | 1001 | 0 | 1000110 | 1100000 | 1110 | 10000 | 1011100 | 101101 |
Color Harmonies of #DB4109
Complementary color
Monochromatic Colors of #DB4109
Black with #DB4109
Text Example
Text Example
White with #DB4109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4109; }
p { color: rgb(219,65,9); }
H1.HeaderClassName
{
color: #DB4109;
}
.AnyTagClassName
{
color: #DB4109;
}
</style>
background-color css
<style>
a { background-color: #DB4109; }
a { background-color: rgb(219,65,9); }
div.DivClassName
{
background-color: #DB4109;
}
.BgClassName
{
background-color: #DB4109;
}
</style>
border-color css
<style>
span { border-color: #DB4109; }
span { border-color: rgb(219,65,9); }
td.TdClassName
{
border-color: #DB4109;
}
.TagClassName
{
border-color: #DB4109;
}
</style>