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