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