Html Css Color HEX #DB1613 Harley Davidson Orange
📋 copy color: '#DB1613'red 219 ◦ green 22 ◦ blue 19
Shades of Harley Davidson Orange #DB1613
Tints of Harley Davidson Orange #DB1613
RGB
CMYK
RGB Variations
Color information
#DB1613 (or 0xDB1613) is known color: Harley Davidson Orange. HEX triplet: DB, 16 and 13. RGB value is (219,22,19). Sum of RGB (Red+Green+Blue) = 219+22+19=260 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.23% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1613 is #24E9EC. Grayscale: #505050. Windows color (decimal): -2419181 or 1251035. OLE color: 1251035.
HSL color Cylindrical-coordinate representation of color #DB1613: hue angle of 0.9º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB1613 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 19 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.14 |
| HSL | 0.9º | 0.84% | 0.47% | - |
| HSV(B) | 0.9º | 0.91% | 0.86% | - |
| XYZ | 29.62 | 15.68 | 2.08 | - |
| YUV | 80.56 | 93.27 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 19 | 0 | 0.90 | 0.91 | 0.14 | 0.9 | 0.84 | 0.47 |
| Hex | DB | 16 | 13 | 0 | 5A | 5B | E | 1 | 54 | 2F |
| Octal | 333 | 26 | 23 | 0 | 132 | 133 | 16 | 1 | 124 | 57 |
| Binary | 11011011 | 10110 | 10011 | 0 | 1011010 | 1011011 | 1110 | 1 | 1010100 | 101111 |
Color Harmonies of #DB1613
Complementary color
Monochromatic Colors of #DB1613
Black with #DB1613
Text Example
Text Example
White with #DB1613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1613; }
p { color: rgb(219,22,19); }
H1.HeaderClassName
{
color: #DB1613;
}
.AnyTagClassName
{
color: #DB1613;
}
</style>
background-color css
<style>
a { background-color: #DB1613; }
a { background-color: rgb(219,22,19); }
div.DivClassName
{
background-color: #DB1613;
}
.BgClassName
{
background-color: #DB1613;
}
</style>
border-color css
<style>
span { border-color: #DB1613; }
span { border-color: rgb(219,22,19); }
td.TdClassName
{
border-color: #DB1613;
}
.TagClassName
{
border-color: #DB1613;
}
</style>