Html Css Color HEX #DB2805 Harley Davidson Orange
📋 copy color: '#DB2805'red 219 ◦ green 40 ◦ blue 5
Shades of Harley Davidson Orange #DB2805
Tints of Harley Davidson Orange #DB2805
RGB
CMYK
RGB Variations
Color information
#DB2805 (or 0xDB2805) is known color: Harley Davidson Orange. HEX triplet: DB, 28 and 05. RGB value is (219,40,5). Sum of RGB (Red+Green+Blue) = 219+40+5=264 (34% of max value = 765). Red value is 219 (85.94% from 255 or 82.95% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2805 is #24D7FA. Grayscale: #595959. Windows color (decimal): -2414587 or 338139. OLE color: 338139.
HSL color Cylindrical-coordinate representation of color #DB2805: hue angle of 9.81º 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 #DB2805 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 5 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.14 |
| HSL | 9.81º | 0.96% | 0.44% | - |
| HSV(B) | 9.81º | 0.98% | 0.86% | - |
| XYZ | 30 | 16.59 | 1.76 | - |
| YUV | 89.53 | 80.3 | 220.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 5 | 0 | 0.82 | 0.98 | 0.14 | 9.81 | 0.96 | 0.44 |
| Hex | DB | 28 | 5 | 0 | 52 | 62 | E | A | 60 | 2C |
| Octal | 333 | 50 | 5 | 0 | 122 | 142 | 16 | 12 | 140 | 54 |
| Binary | 11011011 | 101000 | 101 | 0 | 1010010 | 1100010 | 1110 | 1010 | 1100000 | 101100 |
Color Harmonies of #DB2805
Complementary color
Monochromatic Colors of #DB2805
Black with #DB2805
Text Example
Text Example
White with #DB2805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2805; }
p { color: rgb(219,40,5); }
H1.HeaderClassName
{
color: #DB2805;
}
.AnyTagClassName
{
color: #DB2805;
}
</style>
background-color css
<style>
a { background-color: #DB2805; }
a { background-color: rgb(219,40,5); }
div.DivClassName
{
background-color: #DB2805;
}
.BgClassName
{
background-color: #DB2805;
}
</style>
border-color css
<style>
span { border-color: #DB2805; }
span { border-color: rgb(219,40,5); }
td.TdClassName
{
border-color: #DB2805;
}
.TagClassName
{
border-color: #DB2805;
}
</style>