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