Html Css Color HEX #DB1717 Harley Davidson Orange
📋 copy color: '#DB1717'red 219 ◦ green 23 ◦ blue 23
Shades of Harley Davidson Orange #DB1717
Tints of Harley Davidson Orange #DB1717
RGB
CMYK
RGB Variations
Color information
#DB1717 (or 0xDB1717) is known color: Harley Davidson Orange. HEX triplet: DB, 17 and 17. RGB value is (219,23,23). Sum of RGB (Red+Green+Blue) = 219+23+23=265 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.64% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 23 (9.38% from 255 or 8.68% from 265); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1717 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1717 is #24E8E8. Grayscale: #515151. Windows color (decimal): -2418921 or 1513435. OLE color: 1513435.
HSL color Cylindrical-coordinate representation of color #DB1717: hue angle of 0º 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 #DB1717 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 23 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.14 |
| HSL | 0º | 0.81% | 0.47% | - |
| HSV(B) | 0º | 0.89% | 0.86% | - |
| XYZ | 29.67 | 15.73 | 2.28 | - |
| YUV | 81.6 | 94.93 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 23 | 0 | 0.89 | 0.89 | 0.14 | 0 | 0.81 | 0.47 |
| Hex | DB | 17 | 17 | 0 | 59 | 59 | E | 0 | 51 | 2F |
| Octal | 333 | 27 | 27 | 0 | 131 | 131 | 16 | 0 | 121 | 57 |
| Binary | 11011011 | 10111 | 10111 | 0 | 1011001 | 1011001 | 1110 | 0 | 1010001 | 101111 |
Color Harmonies of #DB1717
Complementary color
Monochromatic Colors of #DB1717
Black with #DB1717
Text Example
Text Example
White with #DB1717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1717; }
p { color: rgb(219,23,23); }
H1.HeaderClassName
{
color: #DB1717;
}
.AnyTagClassName
{
color: #DB1717;
}
</style>
background-color css
<style>
a { background-color: #DB1717; }
a { background-color: rgb(219,23,23); }
div.DivClassName
{
background-color: #DB1717;
}
.BgClassName
{
background-color: #DB1717;
}
</style>
border-color css
<style>
span { border-color: #DB1717; }
span { border-color: rgb(219,23,23); }
td.TdClassName
{
border-color: #DB1717;
}
.TagClassName
{
border-color: #DB1717;
}
</style>