Html Css Color HEX #DB1809 Harley Davidson Orange
📋 copy color: '#DB1809'red 219 ◦ green 24 ◦ blue 9
Shades of Harley Davidson Orange #DB1809
Tints of Harley Davidson Orange #DB1809
RGB
CMYK
RGB Variations
Color information
#DB1809 (or 0xDB1809) is known color: Harley Davidson Orange. HEX triplet: DB, 18 and 09. RGB value is (219,24,9). Sum of RGB (Red+Green+Blue) = 219+24+9=252 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.90% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1809 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1809 is #24E7F6. Grayscale: #505050. Windows color (decimal): -2418679 or 596187. OLE color: 596187.
HSL color Cylindrical-coordinate representation of color #DB1809: hue angle of 4.29º 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 #DB1809 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 9 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.14 |
| HSL | 4.29º | 0.92% | 0.45% | - |
| HSV(B) | 4.29º | 0.96% | 0.86% | - |
| XYZ | 29.59 | 15.73 | 1.74 | - |
| YUV | 80.6 | 87.6 | 226.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 9 | 0 | 0.89 | 0.96 | 0.14 | 4.29 | 0.92 | 0.45 |
| Hex | DB | 18 | 9 | 0 | 59 | 60 | E | 4 | 5C | 2D |
| Octal | 333 | 30 | 11 | 0 | 131 | 140 | 16 | 4 | 134 | 55 |
| Binary | 11011011 | 11000 | 1001 | 0 | 1011001 | 1100000 | 1110 | 100 | 1011100 | 101101 |
Color Harmonies of #DB1809
Complementary color
Monochromatic Colors of #DB1809
Black with #DB1809
Text Example
Text Example
White with #DB1809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1809; }
p { color: rgb(219,24,9); }
H1.HeaderClassName
{
color: #DB1809;
}
.AnyTagClassName
{
color: #DB1809;
}
</style>
background-color css
<style>
a { background-color: #DB1809; }
a { background-color: rgb(219,24,9); }
div.DivClassName
{
background-color: #DB1809;
}
.BgClassName
{
background-color: #DB1809;
}
</style>
border-color css
<style>
span { border-color: #DB1809; }
span { border-color: rgb(219,24,9); }
td.TdClassName
{
border-color: #DB1809;
}
.TagClassName
{
border-color: #DB1809;
}
</style>