Html Css Color HEX #DB2013 Harley Davidson Orange
📋 copy color: '#DB2013'red 219 ◦ green 32 ◦ blue 19
Shades of Harley Davidson Orange #DB2013
Tints of Harley Davidson Orange #DB2013
RGB
CMYK
RGB Variations
Color information
#DB2013 (or 0xDB2013) is known color: Harley Davidson Orange. HEX triplet: DB, 20 and 13. RGB value is (219,32,19). Sum of RGB (Red+Green+Blue) = 219+32+19=270 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.11% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2013 is #24DFEC. Grayscale: #565656. Windows color (decimal): -2416621 or 1253595. OLE color: 1253595.
HSL color Cylindrical-coordinate representation of color #DB2013: hue angle of 3.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 #DB2013 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 19 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.14 |
| HSL | 3.9º | 0.84% | 0.47% | - |
| HSV(B) | 3.9º | 0.91% | 0.86% | - |
| XYZ | 29.85 | 16.14 | 2.16 | - |
| YUV | 86.43 | 89.95 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 19 | 0 | 0.85 | 0.91 | 0.14 | 3.9 | 0.84 | 0.47 |
| Hex | DB | 20 | 13 | 0 | 55 | 5B | E | 4 | 54 | 2F |
| Octal | 333 | 40 | 23 | 0 | 125 | 133 | 16 | 4 | 124 | 57 |
| Binary | 11011011 | 100000 | 10011 | 0 | 1010101 | 1011011 | 1110 | 100 | 1010100 | 101111 |
Color Harmonies of #DB2013
Complementary color
Monochromatic Colors of #DB2013
Black with #DB2013
Text Example
Text Example
White with #DB2013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2013; }
p { color: rgb(219,32,19); }
H1.HeaderClassName
{
color: #DB2013;
}
.AnyTagClassName
{
color: #DB2013;
}
</style>
background-color css
<style>
a { background-color: #DB2013; }
a { background-color: rgb(219,32,19); }
div.DivClassName
{
background-color: #DB2013;
}
.BgClassName
{
background-color: #DB2013;
}
</style>
border-color css
<style>
span { border-color: #DB2013; }
span { border-color: rgb(219,32,19); }
td.TdClassName
{
border-color: #DB2013;
}
.TagClassName
{
border-color: #DB2013;
}
</style>