Html Css Color HEX #DB2012 Harley Davidson Orange
📋 copy color: '#DB2012'red 219 ◦ green 32 ◦ blue 18
Shades of Harley Davidson Orange #DB2012
Tints of Harley Davidson Orange #DB2012
RGB
CMYK
RGB Variations
Color information
#DB2012 (or 0xDB2012) is known color: Harley Davidson Orange. HEX triplet: DB, 20 and 12. RGB value is (219,32,18). Sum of RGB (Red+Green+Blue) = 219+32+18=269 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.41% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2012 is #24DFED. Grayscale: #565656. Windows color (decimal): -2416622 or 1188059. OLE color: 1188059.
HSL color Cylindrical-coordinate representation of color #DB2012: hue angle of 4.18º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB2012 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 18 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.14 |
| HSL | 4.18º | 0.85% | 0.46% | - |
| HSV(B) | 4.18º | 0.92% | 0.86% | - |
| XYZ | 29.84 | 16.14 | 2.11 | - |
| YUV | 86.32 | 89.45 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 18 | 0 | 0.85 | 0.92 | 0.14 | 4.18 | 0.85 | 0.46 |
| Hex | DB | 20 | 12 | 0 | 55 | 5C | E | 4 | 55 | 2E |
| Octal | 333 | 40 | 22 | 0 | 125 | 134 | 16 | 4 | 125 | 56 |
| Binary | 11011011 | 100000 | 10010 | 0 | 1010101 | 1011100 | 1110 | 100 | 1010101 | 101110 |
Color Harmonies of #DB2012
Complementary color
Monochromatic Colors of #DB2012
Black with #DB2012
Text Example
Text Example
White with #DB2012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2012; }
p { color: rgb(219,32,18); }
H1.HeaderClassName
{
color: #DB2012;
}
.AnyTagClassName
{
color: #DB2012;
}
</style>
background-color css
<style>
a { background-color: #DB2012; }
a { background-color: rgb(219,32,18); }
div.DivClassName
{
background-color: #DB2012;
}
.BgClassName
{
background-color: #DB2012;
}
</style>
border-color css
<style>
span { border-color: #DB2012; }
span { border-color: rgb(219,32,18); }
td.TdClassName
{
border-color: #DB2012;
}
.TagClassName
{
border-color: #DB2012;
}
</style>