Html Css Color HEX #DB170C Harley Davidson Orange
📋 copy color: '#DB170C'red 219 ◦ green 23 ◦ blue 12
Shades of Harley Davidson Orange #DB170C
Tints of Harley Davidson Orange #DB170C
RGB
CMYK
RGB Variations
Color information
#DB170C (or 0xDB170C) is known color: Harley Davidson Orange. HEX triplet: DB, 17 and 0C. RGB value is (219,23,12). Sum of RGB (Red+Green+Blue) = 219+23+12=254 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.22% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 219 - color contains mainly: red. Hex color #DB170C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB170C is #24E8F3. Grayscale: #505050. Windows color (decimal): -2418932 or 792539. OLE color: 792539.
HSL color Cylindrical-coordinate representation of color #DB170C: hue angle of 3.19º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB170C is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 12 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.14 |
| HSL | 3.19º | 0.9% | 0.45% | - |
| HSV(B) | 3.19º | 0.95% | 0.86% | - |
| XYZ | 29.59 | 15.7 | 1.82 | - |
| YUV | 80.35 | 89.43 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 12 | 0 | 0.89 | 0.95 | 0.14 | 3.19 | 0.9 | 0.45 |
| Hex | DB | 17 | C | 0 | 59 | 5F | E | 3 | 5A | 2D |
| Octal | 333 | 27 | 14 | 0 | 131 | 137 | 16 | 3 | 132 | 55 |
| Binary | 11011011 | 10111 | 1100 | 0 | 1011001 | 1011111 | 1110 | 11 | 1011010 | 101101 |
Color Harmonies of #DB170C
Complementary color
Monochromatic Colors of #DB170C
Black with #DB170C
Text Example
Text Example
White with #DB170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB170C; }
p { color: rgb(219,23,12); }
H1.HeaderClassName
{
color: #DB170C;
}
.AnyTagClassName
{
color: #DB170C;
}
</style>
background-color css
<style>
a { background-color: #DB170C; }
a { background-color: rgb(219,23,12); }
div.DivClassName
{
background-color: #DB170C;
}
.BgClassName
{
background-color: #DB170C;
}
</style>
border-color css
<style>
span { border-color: #DB170C; }
span { border-color: rgb(219,23,12); }
td.TdClassName
{
border-color: #DB170C;
}
.TagClassName
{
border-color: #DB170C;
}
</style>