Html Css Color HEX #DB160E Harley Davidson Orange
📋 copy color: '#DB160E'red 219 ◦ green 22 ◦ blue 14
Shades of Harley Davidson Orange #DB160E
Tints of Harley Davidson Orange #DB160E
RGB
CMYK
RGB Variations
Color information
#DB160E (or 0xDB160E) is known color: Harley Davidson Orange. HEX triplet: DB, 16 and 0E. RGB value is (219,22,14). Sum of RGB (Red+Green+Blue) = 219+22+14=255 (33% of max value = 765). Red value is 219 (85.94% from 255 or 85.88% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 219 - color contains mainly: red. Hex color #DB160E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB160E is #24E9F1. Grayscale: #505050. Windows color (decimal): -2419186 or 923355. OLE color: 923355.
HSL color Cylindrical-coordinate representation of color #DB160E: hue angle of 2.34º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB160E is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 14 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.14 |
| HSL | 2.34º | 0.88% | 0.46% | - |
| HSV(B) | 2.34º | 0.94% | 0.86% | - |
| XYZ | 29.58 | 15.67 | 1.88 | - |
| YUV | 79.99 | 90.77 | 227.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 14 | 0 | 0.90 | 0.94 | 0.14 | 2.34 | 0.88 | 0.46 |
| Hex | DB | 16 | E | 0 | 5A | 5E | E | 2 | 58 | 2E |
| Octal | 333 | 26 | 16 | 0 | 132 | 136 | 16 | 2 | 130 | 56 |
| Binary | 11011011 | 10110 | 1110 | 0 | 1011010 | 1011110 | 1110 | 10 | 1011000 | 101110 |
Color Harmonies of #DB160E
Complementary color
Monochromatic Colors of #DB160E
Black with #DB160E
Text Example
Text Example
White with #DB160E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB160E; }
p { color: rgb(219,22,14); }
H1.HeaderClassName
{
color: #DB160E;
}
.AnyTagClassName
{
color: #DB160E;
}
</style>
background-color css
<style>
a { background-color: #DB160E; }
a { background-color: rgb(219,22,14); }
div.DivClassName
{
background-color: #DB160E;
}
.BgClassName
{
background-color: #DB160E;
}
</style>
border-color css
<style>
span { border-color: #DB160E; }
span { border-color: rgb(219,22,14); }
td.TdClassName
{
border-color: #DB160E;
}
.TagClassName
{
border-color: #DB160E;
}
</style>