Html Css Color HEX #DB170D Harley Davidson Orange
📋 copy color: '#DB170D'red 219 ◦ green 23 ◦ blue 13
Shades of Harley Davidson Orange #DB170D
Tints of Harley Davidson Orange #DB170D
RGB
CMYK
RGB Variations
Color information
#DB170D (or 0xDB170D) is known color: Harley Davidson Orange. HEX triplet: DB, 17 and 0D. RGB value is (219,23,13). Sum of RGB (Red+Green+Blue) = 219+23+13=255 (33% of max value = 765). Red value is 219 (85.94% from 255 or 85.88% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 219 - color contains mainly: red. Hex color #DB170D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB170D is #24E8F2. Grayscale: #505050. Windows color (decimal): -2418931 or 858075. OLE color: 858075.
HSL color Cylindrical-coordinate representation of color #DB170D: hue angle of 2.91º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB170D is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 13 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.14 |
| HSL | 2.91º | 0.89% | 0.45% | - |
| HSV(B) | 2.91º | 0.94% | 0.86% | - |
| XYZ | 29.59 | 15.7 | 1.85 | - |
| YUV | 80.46 | 89.93 | 226.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 13 | 0 | 0.89 | 0.94 | 0.14 | 2.91 | 0.89 | 0.45 |
| Hex | DB | 17 | D | 0 | 59 | 5E | E | 3 | 59 | 2D |
| Octal | 333 | 27 | 15 | 0 | 131 | 136 | 16 | 3 | 131 | 55 |
| Binary | 11011011 | 10111 | 1101 | 0 | 1011001 | 1011110 | 1110 | 11 | 1011001 | 101101 |
Color Harmonies of #DB170D
Complementary color
Monochromatic Colors of #DB170D
Black with #DB170D
Text Example
Text Example
White with #DB170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB170D; }
p { color: rgb(219,23,13); }
H1.HeaderClassName
{
color: #DB170D;
}
.AnyTagClassName
{
color: #DB170D;
}
</style>
background-color css
<style>
a { background-color: #DB170D; }
a { background-color: rgb(219,23,13); }
div.DivClassName
{
background-color: #DB170D;
}
.BgClassName
{
background-color: #DB170D;
}
</style>
border-color css
<style>
span { border-color: #DB170D; }
span { border-color: rgb(219,23,13); }
td.TdClassName
{
border-color: #DB170D;
}
.TagClassName
{
border-color: #DB170D;
}
</style>