Html Css Color HEX #DB2819 Harley Davidson Orange
📋 copy color: '#DB2819'red 219 ◦ green 40 ◦ blue 25
Shades of Harley Davidson Orange #DB2819
Tints of Harley Davidson Orange #DB2819
RGB
CMYK
RGB Variations
Color information
#DB2819 (or 0xDB2819) is known color: Harley Davidson Orange. HEX triplet: DB, 28 and 19. RGB value is (219,40,25). Sum of RGB (Red+Green+Blue) = 219+40+25=284 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.11% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2819 is #24D7E6. Grayscale: #5C5C5C. Windows color (decimal): -2414567 or 1648859. OLE color: 1648859.
HSL color Cylindrical-coordinate representation of color #DB2819: hue angle of 4.64º 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 #DB2819 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 25 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.14 |
| HSL | 4.64º | 0.8% | 0.48% | - |
| HSV(B) | 4.64º | 0.89% | 0.86% | - |
| XYZ | 30.15 | 16.65 | 2.54 | - |
| YUV | 91.81 | 90.3 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 25 | 0 | 0.82 | 0.89 | 0.14 | 4.64 | 0.8 | 0.48 |
| Hex | DB | 28 | 19 | 0 | 52 | 59 | E | 5 | 50 | 30 |
| Octal | 333 | 50 | 31 | 0 | 122 | 131 | 16 | 5 | 120 | 60 |
| Binary | 11011011 | 101000 | 11001 | 0 | 1010010 | 1011001 | 1110 | 101 | 1010000 | 110000 |
Color Harmonies of #DB2819
Complementary color
Monochromatic Colors of #DB2819
Black with #DB2819
Text Example
Text Example
White with #DB2819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2819; }
p { color: rgb(219,40,25); }
H1.HeaderClassName
{
color: #DB2819;
}
.AnyTagClassName
{
color: #DB2819;
}
</style>
background-color css
<style>
a { background-color: #DB2819; }
a { background-color: rgb(219,40,25); }
div.DivClassName
{
background-color: #DB2819;
}
.BgClassName
{
background-color: #DB2819;
}
</style>
border-color css
<style>
span { border-color: #DB2819; }
span { border-color: rgb(219,40,25); }
td.TdClassName
{
border-color: #DB2819;
}
.TagClassName
{
border-color: #DB2819;
}
</style>