Html Css Color HEX #DB2619 Harley Davidson Orange
📋 copy color: '#DB2619'red 219 ◦ green 38 ◦ blue 25
Shades of Harley Davidson Orange #DB2619
Tints of Harley Davidson Orange #DB2619
RGB
CMYK
RGB Variations
Color information
#DB2619 (or 0xDB2619) is known color: Harley Davidson Orange. HEX triplet: DB, 26 and 19. RGB value is (219,38,25). Sum of RGB (Red+Green+Blue) = 219+38+25=282 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.66% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2619 is #24D9E6. Grayscale: #5A5A5A. Windows color (decimal): -2415079 or 1648347. OLE color: 1648347.
HSL color Cylindrical-coordinate representation of color #DB2619: hue angle of 4.02º 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 #DB2619 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 25 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.14 |
| HSL | 4.02º | 0.8% | 0.48% | - |
| HSV(B) | 4.02º | 0.89% | 0.86% | - |
| XYZ | 30.08 | 16.52 | 2.52 | - |
| YUV | 90.64 | 90.97 | 219.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 25 | 0 | 0.83 | 0.89 | 0.14 | 4.02 | 0.8 | 0.48 |
| Hex | DB | 26 | 19 | 0 | 53 | 59 | E | 4 | 50 | 30 |
| Octal | 333 | 46 | 31 | 0 | 123 | 131 | 16 | 4 | 120 | 60 |
| Binary | 11011011 | 100110 | 11001 | 0 | 1010011 | 1011001 | 1110 | 100 | 1010000 | 110000 |
Color Harmonies of #DB2619
Complementary color
Monochromatic Colors of #DB2619
Black with #DB2619
Text Example
Text Example
White with #DB2619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2619; }
p { color: rgb(219,38,25); }
H1.HeaderClassName
{
color: #DB2619;
}
.AnyTagClassName
{
color: #DB2619;
}
</style>
background-color css
<style>
a { background-color: #DB2619; }
a { background-color: rgb(219,38,25); }
div.DivClassName
{
background-color: #DB2619;
}
.BgClassName
{
background-color: #DB2619;
}
</style>
border-color css
<style>
span { border-color: #DB2619; }
span { border-color: rgb(219,38,25); }
td.TdClassName
{
border-color: #DB2619;
}
.TagClassName
{
border-color: #DB2619;
}
</style>