Html Css Color HEX #DB2617 Harley Davidson Orange
📋 copy color: '#DB2617'red 219 ◦ green 38 ◦ blue 23
Shades of Harley Davidson Orange #DB2617
Tints of Harley Davidson Orange #DB2617
RGB
CMYK
RGB Variations
Color information
#DB2617 (or 0xDB2617) is known color: Harley Davidson Orange. HEX triplet: DB, 26 and 17. RGB value is (219,38,23). Sum of RGB (Red+Green+Blue) = 219+38+23=280 (37% of max value = 765). Red value is 219 (85.94% from 255 or 78.21% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2617 is #24D9E8. Grayscale: #5A5A5A. Windows color (decimal): -2415081 or 1517275. OLE color: 1517275.
HSL color Cylindrical-coordinate representation of color #DB2617: hue angle of 4.59º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB2617 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 23 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.14 |
| HSL | 4.59º | 0.81% | 0.47% | - |
| HSV(B) | 4.59º | 0.89% | 0.86% | - |
| XYZ | 30.06 | 16.51 | 2.41 | - |
| YUV | 90.41 | 89.97 | 219.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 23 | 0 | 0.83 | 0.89 | 0.14 | 4.59 | 0.81 | 0.47 |
| Hex | DB | 26 | 17 | 0 | 53 | 59 | E | 5 | 51 | 2F |
| Octal | 333 | 46 | 27 | 0 | 123 | 131 | 16 | 5 | 121 | 57 |
| Binary | 11011011 | 100110 | 10111 | 0 | 1010011 | 1011001 | 1110 | 101 | 1010001 | 101111 |
Color Harmonies of #DB2617
Complementary color
Monochromatic Colors of #DB2617
Black with #DB2617
Text Example
Text Example
White with #DB2617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2617; }
p { color: rgb(219,38,23); }
H1.HeaderClassName
{
color: #DB2617;
}
.AnyTagClassName
{
color: #DB2617;
}
</style>
background-color css
<style>
a { background-color: #DB2617; }
a { background-color: rgb(219,38,23); }
div.DivClassName
{
background-color: #DB2617;
}
.BgClassName
{
background-color: #DB2617;
}
</style>
border-color css
<style>
span { border-color: #DB2617; }
span { border-color: rgb(219,38,23); }
td.TdClassName
{
border-color: #DB2617;
}
.TagClassName
{
border-color: #DB2617;
}
</style>