Html Css Color HEX #DB2616 Harley Davidson Orange
📋 copy color: '#DB2616'red 219 ◦ green 38 ◦ blue 22
Shades of Harley Davidson Orange #DB2616
Tints of Harley Davidson Orange #DB2616
RGB
CMYK
RGB Variations
Color information
#DB2616 (or 0xDB2616) is known color: Harley Davidson Orange. HEX triplet: DB, 26 and 16. RGB value is (219,38,22). Sum of RGB (Red+Green+Blue) = 219+38+22=279 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.49% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2616 is #24D9E9. Grayscale: #5A5A5A. Windows color (decimal): -2415082 or 1451739. OLE color: 1451739.
HSL color Cylindrical-coordinate representation of color #DB2616: hue angle of 4.87º 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 #DB2616 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 22 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.14 |
| HSL | 4.87º | 0.82% | 0.47% | - |
| HSV(B) | 4.87º | 0.9% | 0.86% | - |
| XYZ | 30.05 | 16.5 | 2.36 | - |
| YUV | 90.3 | 89.47 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 22 | 0 | 0.83 | 0.90 | 0.14 | 4.87 | 0.82 | 0.47 |
| Hex | DB | 26 | 16 | 0 | 53 | 5A | E | 5 | 52 | 2F |
| Octal | 333 | 46 | 26 | 0 | 123 | 132 | 16 | 5 | 122 | 57 |
| Binary | 11011011 | 100110 | 10110 | 0 | 1010011 | 1011010 | 1110 | 101 | 1010010 | 101111 |
Color Harmonies of #DB2616
Complementary color
Monochromatic Colors of #DB2616
Black with #DB2616
Text Example
Text Example
White with #DB2616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2616; }
p { color: rgb(219,38,22); }
H1.HeaderClassName
{
color: #DB2616;
}
.AnyTagClassName
{
color: #DB2616;
}
</style>
background-color css
<style>
a { background-color: #DB2616; }
a { background-color: rgb(219,38,22); }
div.DivClassName
{
background-color: #DB2616;
}
.BgClassName
{
background-color: #DB2616;
}
</style>
border-color css
<style>
span { border-color: #DB2616; }
span { border-color: rgb(219,38,22); }
td.TdClassName
{
border-color: #DB2616;
}
.TagClassName
{
border-color: #DB2616;
}
</style>