Html Css Color HEX #DB2905 Harley Davidson Orange
📋 copy color: '#DB2905'red 219 ◦ green 41 ◦ blue 5
Shades of Harley Davidson Orange #DB2905
Tints of Harley Davidson Orange #DB2905
RGB
CMYK
RGB Variations
Color information
#DB2905 (or 0xDB2905) is known color: Harley Davidson Orange. HEX triplet: DB, 29 and 05. RGB value is (219,41,5). Sum of RGB (Red+Green+Blue) = 219+41+5=265 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.64% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2905 is #24D6FA. Grayscale: #5A5A5A. Windows color (decimal): -2414331 or 338395. OLE color: 338395.
HSL color Cylindrical-coordinate representation of color #DB2905: hue angle of 10.09º 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 #DB2905 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 5 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.14 |
| HSL | 10.09º | 0.96% | 0.44% | - |
| HSV(B) | 10.09º | 0.98% | 0.86% | - |
| XYZ | 30.03 | 16.66 | 1.78 | - |
| YUV | 90.12 | 79.97 | 219.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 5 | 0 | 0.81 | 0.98 | 0.14 | 10.09 | 0.96 | 0.44 |
| Hex | DB | 29 | 5 | 0 | 51 | 62 | E | A | 60 | 2C |
| Octal | 333 | 51 | 5 | 0 | 121 | 142 | 16 | 12 | 140 | 54 |
| Binary | 11011011 | 101001 | 101 | 0 | 1010001 | 1100010 | 1110 | 1010 | 1100000 | 101100 |
Color Harmonies of #DB2905
Complementary color
Monochromatic Colors of #DB2905
Black with #DB2905
Text Example
Text Example
White with #DB2905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2905; }
p { color: rgb(219,41,5); }
H1.HeaderClassName
{
color: #DB2905;
}
.AnyTagClassName
{
color: #DB2905;
}
</style>
background-color css
<style>
a { background-color: #DB2905; }
a { background-color: rgb(219,41,5); }
div.DivClassName
{
background-color: #DB2905;
}
.BgClassName
{
background-color: #DB2905;
}
</style>
border-color css
<style>
span { border-color: #DB2905; }
span { border-color: rgb(219,41,5); }
td.TdClassName
{
border-color: #DB2905;
}
.TagClassName
{
border-color: #DB2905;
}
</style>