Html Css Color HEX #DB2916 Harley Davidson Orange
📋 copy color: '#DB2916'red 219 ◦ green 41 ◦ blue 22
Shades of Harley Davidson Orange #DB2916
Tints of Harley Davidson Orange #DB2916
RGB
CMYK
RGB Variations
Color information
#DB2916 (or 0xDB2916) is known color: Harley Davidson Orange. HEX triplet: DB, 29 and 16. RGB value is (219,41,22). Sum of RGB (Red+Green+Blue) = 219+41+22=282 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.66% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2916 is #24D6E9. Grayscale: #5C5C5C. Windows color (decimal): -2414314 or 1452507. OLE color: 1452507.
HSL color Cylindrical-coordinate representation of color #DB2916: hue angle of 5.79º 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 #DB2916 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 22 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.14 |
| HSL | 5.79º | 0.82% | 0.47% | - |
| HSV(B) | 5.79º | 0.9% | 0.86% | - |
| XYZ | 30.15 | 16.7 | 2.39 | - |
| YUV | 92.06 | 88.47 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 22 | 0 | 0.81 | 0.90 | 0.14 | 5.79 | 0.82 | 0.47 |
| Hex | DB | 29 | 16 | 0 | 51 | 5A | E | 6 | 52 | 2F |
| Octal | 333 | 51 | 26 | 0 | 121 | 132 | 16 | 6 | 122 | 57 |
| Binary | 11011011 | 101001 | 10110 | 0 | 1010001 | 1011010 | 1110 | 110 | 1010010 | 101111 |
Color Harmonies of #DB2916
Complementary color
Monochromatic Colors of #DB2916
Black with #DB2916
Text Example
Text Example
White with #DB2916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2916; }
p { color: rgb(219,41,22); }
H1.HeaderClassName
{
color: #DB2916;
}
.AnyTagClassName
{
color: #DB2916;
}
</style>
background-color css
<style>
a { background-color: #DB2916; }
a { background-color: rgb(219,41,22); }
div.DivClassName
{
background-color: #DB2916;
}
.BgClassName
{
background-color: #DB2916;
}
</style>
border-color css
<style>
span { border-color: #DB2916; }
span { border-color: rgb(219,41,22); }
td.TdClassName
{
border-color: #DB2916;
}
.TagClassName
{
border-color: #DB2916;
}
</style>