Html Css Color HEX #DB2112 Harley Davidson Orange
📋 copy color: '#DB2112'red 219 ◦ green 33 ◦ blue 18
Shades of Harley Davidson Orange #DB2112
Tints of Harley Davidson Orange #DB2112
RGB
CMYK
RGB Variations
Color information
#DB2112 (or 0xDB2112) is known color: Harley Davidson Orange. HEX triplet: DB, 21 and 12. RGB value is (219,33,18). Sum of RGB (Red+Green+Blue) = 219+33+18=270 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.11% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2112 is #24DEED. Grayscale: #575757. Windows color (decimal): -2416366 or 1188315. OLE color: 1188315.
HSL color Cylindrical-coordinate representation of color #DB2112: hue angle of 4.48º 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 #DB2112 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 18 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.14 |
| HSL | 4.48º | 0.85% | 0.46% | - |
| HSV(B) | 4.48º | 0.92% | 0.86% | - |
| XYZ | 29.87 | 16.19 | 2.12 | - |
| YUV | 86.9 | 89.12 | 222.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 18 | 0 | 0.85 | 0.92 | 0.14 | 4.48 | 0.85 | 0.46 |
| Hex | DB | 21 | 12 | 0 | 55 | 5C | E | 4 | 55 | 2E |
| Octal | 333 | 41 | 22 | 0 | 125 | 134 | 16 | 4 | 125 | 56 |
| Binary | 11011011 | 100001 | 10010 | 0 | 1010101 | 1011100 | 1110 | 100 | 1010101 | 101110 |
Color Harmonies of #DB2112
Complementary color
Monochromatic Colors of #DB2112
Black with #DB2112
Text Example
Text Example
White with #DB2112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2112; }
p { color: rgb(219,33,18); }
H1.HeaderClassName
{
color: #DB2112;
}
.AnyTagClassName
{
color: #DB2112;
}
</style>
background-color css
<style>
a { background-color: #DB2112; }
a { background-color: rgb(219,33,18); }
div.DivClassName
{
background-color: #DB2112;
}
.BgClassName
{
background-color: #DB2112;
}
</style>
border-color css
<style>
span { border-color: #DB2112; }
span { border-color: rgb(219,33,18); }
td.TdClassName
{
border-color: #DB2112;
}
.TagClassName
{
border-color: #DB2112;
}
</style>