Html Css Color HEX #DB1810 Harley Davidson Orange
📋 copy color: '#DB1810'red 219 ◦ green 24 ◦ blue 16
Shades of Harley Davidson Orange #DB1810
Tints of Harley Davidson Orange #DB1810
RGB
CMYK
RGB Variations
Color information
#DB1810 (or 0xDB1810) is known color: Harley Davidson Orange. HEX triplet: DB, 18 and 10. RGB value is (219,24,16). Sum of RGB (Red+Green+Blue) = 219+24+16=259 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.56% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1810 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1810 is #24E7EF. Grayscale: #515151. Windows color (decimal): -2418672 or 1054939. OLE color: 1054939.
HSL color Cylindrical-coordinate representation of color #DB1810: hue angle of 2.36º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB1810 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 16 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.14 |
| HSL | 2.36º | 0.86% | 0.46% | - |
| HSV(B) | 2.36º | 0.93% | 0.86% | - |
| XYZ | 29.63 | 15.75 | 1.97 | - |
| YUV | 81.39 | 91.1 | 226.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 16 | 0 | 0.89 | 0.93 | 0.14 | 2.36 | 0.86 | 0.46 |
| Hex | DB | 18 | 10 | 0 | 59 | 5D | E | 2 | 56 | 2E |
| Octal | 333 | 30 | 20 | 0 | 131 | 135 | 16 | 2 | 126 | 56 |
| Binary | 11011011 | 11000 | 10000 | 0 | 1011001 | 1011101 | 1110 | 10 | 1010110 | 101110 |
Color Harmonies of #DB1810
Complementary color
Monochromatic Colors of #DB1810
Black with #DB1810
Text Example
Text Example
White with #DB1810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1810; }
p { color: rgb(219,24,16); }
H1.HeaderClassName
{
color: #DB1810;
}
.AnyTagClassName
{
color: #DB1810;
}
</style>
background-color css
<style>
a { background-color: #DB1810; }
a { background-color: rgb(219,24,16); }
div.DivClassName
{
background-color: #DB1810;
}
.BgClassName
{
background-color: #DB1810;
}
</style>
border-color css
<style>
span { border-color: #DB1810; }
span { border-color: rgb(219,24,16); }
td.TdClassName
{
border-color: #DB1810;
}
.TagClassName
{
border-color: #DB1810;
}
</style>