Html Css Color HEX #DB2716 Harley Davidson Orange
📋 copy color: '#DB2716'red 219 ◦ green 39 ◦ blue 22
Shades of Harley Davidson Orange #DB2716
Tints of Harley Davidson Orange #DB2716
RGB
CMYK
RGB Variations
Color information
#DB2716 (or 0xDB2716) is known color: Harley Davidson Orange. HEX triplet: DB, 27 and 16. RGB value is (219,39,22). Sum of RGB (Red+Green+Blue) = 219+39+22=280 (37% of max value = 765). Red value is 219 (85.94% from 255 or 78.21% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2716 is #24D8E9. Grayscale: #5B5B5B. Windows color (decimal): -2414826 or 1451995. OLE color: 1451995.
HSL color Cylindrical-coordinate representation of color #DB2716: hue angle of 5.18º 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 #DB2716 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 22 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.14 |
| HSL | 5.18º | 0.82% | 0.47% | - |
| HSV(B) | 5.18º | 0.9% | 0.86% | - |
| XYZ | 30.08 | 16.57 | 2.37 | - |
| YUV | 90.88 | 89.13 | 219.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 22 | 0 | 0.82 | 0.90 | 0.14 | 5.18 | 0.82 | 0.47 |
| Hex | DB | 27 | 16 | 0 | 52 | 5A | E | 5 | 52 | 2F |
| Octal | 333 | 47 | 26 | 0 | 122 | 132 | 16 | 5 | 122 | 57 |
| Binary | 11011011 | 100111 | 10110 | 0 | 1010010 | 1011010 | 1110 | 101 | 1010010 | 101111 |
Color Harmonies of #DB2716
Complementary color
Monochromatic Colors of #DB2716
Black with #DB2716
Text Example
Text Example
White with #DB2716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2716; }
p { color: rgb(219,39,22); }
H1.HeaderClassName
{
color: #DB2716;
}
.AnyTagClassName
{
color: #DB2716;
}
</style>
background-color css
<style>
a { background-color: #DB2716; }
a { background-color: rgb(219,39,22); }
div.DivClassName
{
background-color: #DB2716;
}
.BgClassName
{
background-color: #DB2716;
}
</style>
border-color css
<style>
span { border-color: #DB2716; }
span { border-color: rgb(219,39,22); }
td.TdClassName
{
border-color: #DB2716;
}
.TagClassName
{
border-color: #DB2716;
}
</style>