Html Css Color HEX #DB2D19 Harley Davidson Orange
📋 copy color: '#DB2D19'red 219 ◦ green 45 ◦ blue 25
Shades of Harley Davidson Orange #DB2D19
Tints of Harley Davidson Orange #DB2D19
RGB
CMYK
RGB Variations
Color information
#DB2D19 (or 0xDB2D19) is known color: Harley Davidson Orange. HEX triplet: DB, 2D and 19. RGB value is (219,45,25). Sum of RGB (Red+Green+Blue) = 219+45+25=289 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.78% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2D19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2D19 is #24D2E6. Grayscale: #5F5F5F. Windows color (decimal): -2413287 or 1650139. OLE color: 1650139.
HSL color Cylindrical-coordinate representation of color #DB2D19: hue angle of 6.19º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB2D19 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 45 | 25 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.14 |
| HSL | 6.19º | 0.8% | 0.48% | - |
| HSV(B) | 6.19º | 0.89% | 0.86% | - |
| XYZ | 30.33 | 17.01 | 2.6 | - |
| YUV | 94.75 | 88.65 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 25 | 0 | 0.79 | 0.89 | 0.14 | 6.19 | 0.8 | 0.48 |
| Hex | DB | 2D | 19 | 0 | 4F | 59 | E | 6 | 50 | 30 |
| Octal | 333 | 55 | 31 | 0 | 117 | 131 | 16 | 6 | 120 | 60 |
| Binary | 11011011 | 101101 | 11001 | 0 | 1001111 | 1011001 | 1110 | 110 | 1010000 | 110000 |
Color Harmonies of #DB2D19
Complementary color
Monochromatic Colors of #DB2D19
Black with #DB2D19
Text Example
Text Example
White with #DB2D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2D19; }
p { color: rgb(219,45,25); }
H1.HeaderClassName
{
color: #DB2D19;
}
.AnyTagClassName
{
color: #DB2D19;
}
</style>
background-color css
<style>
a { background-color: #DB2D19; }
a { background-color: rgb(219,45,25); }
div.DivClassName
{
background-color: #DB2D19;
}
.BgClassName
{
background-color: #DB2D19;
}
</style>
border-color css
<style>
span { border-color: #DB2D19; }
span { border-color: rgb(219,45,25); }
td.TdClassName
{
border-color: #DB2D19;
}
.TagClassName
{
border-color: #DB2D19;
}
</style>