Html Css Color HEX #DB2E19 Harley Davidson Orange
📋 copy color: '#DB2E19'red 219 ◦ green 46 ◦ blue 25
Shades of Harley Davidson Orange #DB2E19
Tints of Harley Davidson Orange #DB2E19
RGB
CMYK
RGB Variations
Color information
#DB2E19 (or 0xDB2E19) is known color: Harley Davidson Orange. HEX triplet: DB, 2E and 19. RGB value is (219,46,25). Sum of RGB (Red+Green+Blue) = 219+46+25=290 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.52% from 290); Green value is 46 (18.36% from 255 or 15.86% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2E19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2E19 is #24D1E6. Grayscale: #5F5F5F. Windows color (decimal): -2413031 or 1650395. OLE color: 1650395.
HSL color Cylindrical-coordinate representation of color #DB2E19: hue angle of 6.49º 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 #DB2E19 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 46 | 25 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.14 |
| HSL | 6.49º | 0.8% | 0.48% | - |
| HSV(B) | 6.49º | 0.89% | 0.86% | - |
| XYZ | 30.37 | 17.08 | 2.62 | - |
| YUV | 95.33 | 88.31 | 216.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 25 | 0 | 0.79 | 0.89 | 0.14 | 6.49 | 0.8 | 0.48 |
| Hex | DB | 2E | 19 | 0 | 4F | 59 | E | 6 | 50 | 30 |
| Octal | 333 | 56 | 31 | 0 | 117 | 131 | 16 | 6 | 120 | 60 |
| Binary | 11011011 | 101110 | 11001 | 0 | 1001111 | 1011001 | 1110 | 110 | 1010000 | 110000 |
Color Harmonies of #DB2E19
Complementary color
Monochromatic Colors of #DB2E19
Black with #DB2E19
Text Example
Text Example
White with #DB2E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2E19; }
p { color: rgb(219,46,25); }
H1.HeaderClassName
{
color: #DB2E19;
}
.AnyTagClassName
{
color: #DB2E19;
}
</style>
background-color css
<style>
a { background-color: #DB2E19; }
a { background-color: rgb(219,46,25); }
div.DivClassName
{
background-color: #DB2E19;
}
.BgClassName
{
background-color: #DB2E19;
}
</style>
border-color css
<style>
span { border-color: #DB2E19; }
span { border-color: rgb(219,46,25); }
td.TdClassName
{
border-color: #DB2E19;
}
.TagClassName
{
border-color: #DB2E19;
}
</style>