Html Css Color HEX #DB2C16 Harley Davidson Orange
📋 copy color: '#DB2C16'red 219 ◦ green 44 ◦ blue 22
Shades of Harley Davidson Orange #DB2C16
Tints of Harley Davidson Orange #DB2C16
RGB
CMYK
RGB Variations
Color information
#DB2C16 (or 0xDB2C16) is known color: Harley Davidson Orange. HEX triplet: DB, 2C and 16. RGB value is (219,44,22). Sum of RGB (Red+Green+Blue) = 219+44+22=285 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.84% from 285); Green value is 44 (17.58% from 255 or 15.44% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2C16 is #24D3E9. Grayscale: #5E5E5E. Windows color (decimal): -2413546 or 1453275. OLE color: 1453275.
HSL color Cylindrical-coordinate representation of color #DB2C16: hue angle of 6.7º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB2C16 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 44 | 22 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.14 |
| HSL | 6.7º | 0.82% | 0.47% | - |
| HSV(B) | 6.7º | 0.9% | 0.86% | - |
| XYZ | 30.26 | 16.92 | 2.43 | - |
| YUV | 93.82 | 87.48 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 44 | 22 | 0 | 0.80 | 0.90 | 0.14 | 6.7 | 0.82 | 0.47 |
| Hex | DB | 2C | 16 | 0 | 50 | 5A | E | 7 | 52 | 2F |
| Octal | 333 | 54 | 26 | 0 | 120 | 132 | 16 | 7 | 122 | 57 |
| Binary | 11011011 | 101100 | 10110 | 0 | 1010000 | 1011010 | 1110 | 111 | 1010010 | 101111 |
Color Harmonies of #DB2C16
Complementary color
Monochromatic Colors of #DB2C16
Black with #DB2C16
Text Example
Text Example
White with #DB2C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2C16; }
p { color: rgb(219,44,22); }
H1.HeaderClassName
{
color: #DB2C16;
}
.AnyTagClassName
{
color: #DB2C16;
}
</style>
background-color css
<style>
a { background-color: #DB2C16; }
a { background-color: rgb(219,44,22); }
div.DivClassName
{
background-color: #DB2C16;
}
.BgClassName
{
background-color: #DB2C16;
}
</style>
border-color css
<style>
span { border-color: #DB2C16; }
span { border-color: rgb(219,44,22); }
td.TdClassName
{
border-color: #DB2C16;
}
.TagClassName
{
border-color: #DB2C16;
}
</style>