Html Css Color HEX #DB2817 Harley Davidson Orange
📋 copy color: '#DB2817'red 219 ◦ green 40 ◦ blue 23
Shades of Harley Davidson Orange #DB2817
Tints of Harley Davidson Orange #DB2817
RGB
CMYK
RGB Variations
Color information
#DB2817 (or 0xDB2817) is known color: Harley Davidson Orange. HEX triplet: DB, 28 and 17. RGB value is (219,40,23). Sum of RGB (Red+Green+Blue) = 219+40+23=282 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.66% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2817 is #24D7E8. Grayscale: #5B5B5B. Windows color (decimal): -2414569 or 1517787. OLE color: 1517787.
HSL color Cylindrical-coordinate representation of color #DB2817: hue angle of 5.2º 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 #DB2817 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 23 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.14 |
| HSL | 5.2º | 0.81% | 0.47% | - |
| HSV(B) | 5.2º | 0.89% | 0.86% | - |
| XYZ | 30.13 | 16.64 | 2.43 | - |
| YUV | 91.58 | 89.3 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 23 | 0 | 0.82 | 0.89 | 0.14 | 5.2 | 0.81 | 0.47 |
| Hex | DB | 28 | 17 | 0 | 52 | 59 | E | 5 | 51 | 2F |
| Octal | 333 | 50 | 27 | 0 | 122 | 131 | 16 | 5 | 121 | 57 |
| Binary | 11011011 | 101000 | 10111 | 0 | 1010010 | 1011001 | 1110 | 101 | 1010001 | 101111 |
Color Harmonies of #DB2817
Complementary color
Monochromatic Colors of #DB2817
Black with #DB2817
Text Example
Text Example
White with #DB2817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2817; }
p { color: rgb(219,40,23); }
H1.HeaderClassName
{
color: #DB2817;
}
.AnyTagClassName
{
color: #DB2817;
}
</style>
background-color css
<style>
a { background-color: #DB2817; }
a { background-color: rgb(219,40,23); }
div.DivClassName
{
background-color: #DB2817;
}
.BgClassName
{
background-color: #DB2817;
}
</style>
border-color css
<style>
span { border-color: #DB2817; }
span { border-color: rgb(219,40,23); }
td.TdClassName
{
border-color: #DB2817;
}
.TagClassName
{
border-color: #DB2817;
}
</style>