Html Css Color HEX #DB2919 Harley Davidson Orange
📋 copy color: '#DB2919'red 219 ◦ green 41 ◦ blue 25
Shades of Harley Davidson Orange #DB2919
Tints of Harley Davidson Orange #DB2919
RGB
CMYK
RGB Variations
Color information
#DB2919 (or 0xDB2919) is known color: Harley Davidson Orange. HEX triplet: DB, 29 and 19. RGB value is (219,41,25). Sum of RGB (Red+Green+Blue) = 219+41+25=285 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.84% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2919 is #24D6E6. Grayscale: #5C5C5C. Windows color (decimal): -2414311 or 1649115. OLE color: 1649115.
HSL color Cylindrical-coordinate representation of color #DB2919: hue angle of 4.95º 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 #DB2919 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 25 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.14 |
| HSL | 4.95º | 0.8% | 0.48% | - |
| HSV(B) | 4.95º | 0.89% | 0.86% | - |
| XYZ | 30.18 | 16.72 | 2.56 | - |
| YUV | 92.4 | 89.97 | 218.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 25 | 0 | 0.81 | 0.89 | 0.14 | 4.95 | 0.8 | 0.48 |
| Hex | DB | 29 | 19 | 0 | 51 | 59 | E | 5 | 50 | 30 |
| Octal | 333 | 51 | 31 | 0 | 121 | 131 | 16 | 5 | 120 | 60 |
| Binary | 11011011 | 101001 | 11001 | 0 | 1010001 | 1011001 | 1110 | 101 | 1010000 | 110000 |
Color Harmonies of #DB2919
Complementary color
Monochromatic Colors of #DB2919
Black with #DB2919
Text Example
Text Example
White with #DB2919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2919; }
p { color: rgb(219,41,25); }
H1.HeaderClassName
{
color: #DB2919;
}
.AnyTagClassName
{
color: #DB2919;
}
</style>
background-color css
<style>
a { background-color: #DB2919; }
a { background-color: rgb(219,41,25); }
div.DivClassName
{
background-color: #DB2919;
}
.BgClassName
{
background-color: #DB2919;
}
</style>
border-color css
<style>
span { border-color: #DB2919; }
span { border-color: rgb(219,41,25); }
td.TdClassName
{
border-color: #DB2919;
}
.TagClassName
{
border-color: #DB2919;
}
</style>