Html Css Color HEX #DB1A09 Harley Davidson Orange
📋 copy color: '#DB1A09'red 219 ◦ green 26 ◦ blue 9
Shades of Harley Davidson Orange #DB1A09
Tints of Harley Davidson Orange #DB1A09
RGB
CMYK
RGB Variations
Color information
#DB1A09 (or 0xDB1A09) is known color: Harley Davidson Orange. HEX triplet: DB, 1A and 09. RGB value is (219,26,9). Sum of RGB (Red+Green+Blue) = 219+26+9=254 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.22% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 9 (3.91% from 255 or 3.54% from 254); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB1A09 is #24E5F6. Grayscale: #525252. Windows color (decimal): -2418167 or 596699. OLE color: 596699.
HSL color Cylindrical-coordinate representation of color #DB1A09: hue angle of 4.86º 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 #DB1A09 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 9 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.14 |
| HSL | 4.86º | 0.92% | 0.45% | - |
| HSV(B) | 4.86º | 0.96% | 0.86% | - |
| XYZ | 29.63 | 15.82 | 1.75 | - |
| YUV | 81.77 | 86.94 | 225.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 9 | 0 | 0.88 | 0.96 | 0.14 | 4.86 | 0.92 | 0.45 |
| Hex | DB | 1A | 9 | 0 | 58 | 60 | E | 5 | 5C | 2D |
| Octal | 333 | 32 | 11 | 0 | 130 | 140 | 16 | 5 | 134 | 55 |
| Binary | 11011011 | 11010 | 1001 | 0 | 1011000 | 1100000 | 1110 | 101 | 1011100 | 101101 |
Color Harmonies of #DB1A09
Complementary color
Monochromatic Colors of #DB1A09
Black with #DB1A09
Text Example
Text Example
White with #DB1A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1A09; }
p { color: rgb(219,26,9); }
H1.HeaderClassName
{
color: #DB1A09;
}
.AnyTagClassName
{
color: #DB1A09;
}
</style>
background-color css
<style>
a { background-color: #DB1A09; }
a { background-color: rgb(219,26,9); }
div.DivClassName
{
background-color: #DB1A09;
}
.BgClassName
{
background-color: #DB1A09;
}
</style>
border-color css
<style>
span { border-color: #DB1A09; }
span { border-color: rgb(219,26,9); }
td.TdClassName
{
border-color: #DB1A09;
}
.TagClassName
{
border-color: #DB1A09;
}
</style>