Html Css Color HEX #DB1805 Harley Davidson Orange
📋 copy color: '#DB1805'red 219 ◦ green 24 ◦ blue 5
Shades of Harley Davidson Orange #DB1805
Tints of Harley Davidson Orange #DB1805
RGB
CMYK
RGB Variations
Color information
#DB1805 (or 0xDB1805) is known color: Harley Davidson Orange. HEX triplet: DB, 18 and 05. RGB value is (219,24,5). Sum of RGB (Red+Green+Blue) = 219+24+5=248 (32% of max value = 765). Red value is 219 (85.94% from 255 or 88.31% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1805 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1805 is #24E7FA. Grayscale: #505050. Windows color (decimal): -2418683 or 334043. OLE color: 334043.
HSL color Cylindrical-coordinate representation of color #DB1805: hue angle of 5.33º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB1805 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 5 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.14 |
| HSL | 5.33º | 0.96% | 0.44% | - |
| HSV(B) | 5.33º | 0.98% | 0.86% | - |
| XYZ | 29.57 | 15.72 | 1.62 | - |
| YUV | 80.14 | 85.6 | 227.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 5 | 0 | 0.89 | 0.98 | 0.14 | 5.33 | 0.96 | 0.44 |
| Hex | DB | 18 | 5 | 0 | 59 | 62 | E | 5 | 60 | 2C |
| Octal | 333 | 30 | 5 | 0 | 131 | 142 | 16 | 5 | 140 | 54 |
| Binary | 11011011 | 11000 | 101 | 0 | 1011001 | 1100010 | 1110 | 101 | 1100000 | 101100 |
Color Harmonies of #DB1805
Complementary color
Monochromatic Colors of #DB1805
Black with #DB1805
Text Example
Text Example
White with #DB1805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1805; }
p { color: rgb(219,24,5); }
H1.HeaderClassName
{
color: #DB1805;
}
.AnyTagClassName
{
color: #DB1805;
}
</style>
background-color css
<style>
a { background-color: #DB1805; }
a { background-color: rgb(219,24,5); }
div.DivClassName
{
background-color: #DB1805;
}
.BgClassName
{
background-color: #DB1805;
}
</style>
border-color css
<style>
span { border-color: #DB1805; }
span { border-color: rgb(219,24,5); }
td.TdClassName
{
border-color: #DB1805;
}
.TagClassName
{
border-color: #DB1805;
}
</style>