Html Css Color HEX #DB2719 Harley Davidson Orange
📋 copy color: '#DB2719'red 219 ◦ green 39 ◦ blue 25
Shades of Harley Davidson Orange #DB2719
Tints of Harley Davidson Orange #DB2719
RGB
CMYK
RGB Variations
Color information
#DB2719 (or 0xDB2719) is known color: Harley Davidson Orange. HEX triplet: DB, 27 and 19. RGB value is (219,39,25). Sum of RGB (Red+Green+Blue) = 219+39+25=283 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.39% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2719 is #24D8E6. Grayscale: #5B5B5B. Windows color (decimal): -2414823 or 1648603. OLE color: 1648603.
HSL color Cylindrical-coordinate representation of color #DB2719: hue angle of 4.33º 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 #DB2719 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 25 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.14 |
| HSL | 4.33º | 0.8% | 0.48% | - |
| HSV(B) | 4.33º | 0.89% | 0.86% | - |
| XYZ | 30.11 | 16.58 | 2.53 | - |
| YUV | 91.22 | 90.63 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 25 | 0 | 0.82 | 0.89 | 0.14 | 4.33 | 0.8 | 0.48 |
| Hex | DB | 27 | 19 | 0 | 52 | 59 | E | 4 | 50 | 30 |
| Octal | 333 | 47 | 31 | 0 | 122 | 131 | 16 | 4 | 120 | 60 |
| Binary | 11011011 | 100111 | 11001 | 0 | 1010010 | 1011001 | 1110 | 100 | 1010000 | 110000 |
Color Harmonies of #DB2719
Complementary color
Monochromatic Colors of #DB2719
Black with #DB2719
Text Example
Text Example
White with #DB2719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2719; }
p { color: rgb(219,39,25); }
H1.HeaderClassName
{
color: #DB2719;
}
.AnyTagClassName
{
color: #DB2719;
}
</style>
background-color css
<style>
a { background-color: #DB2719; }
a { background-color: rgb(219,39,25); }
div.DivClassName
{
background-color: #DB2719;
}
.BgClassName
{
background-color: #DB2719;
}
</style>
border-color css
<style>
span { border-color: #DB2719; }
span { border-color: rgb(219,39,25); }
td.TdClassName
{
border-color: #DB2719;
}
.TagClassName
{
border-color: #DB2719;
}
</style>