Html Css Color HEX #DB2A18 Harley Davidson Orange
📋 copy color: '#DB2A18'red 219 ◦ green 42 ◦ blue 24
Shades of Harley Davidson Orange #DB2A18
Tints of Harley Davidson Orange #DB2A18
RGB
CMYK
RGB Variations
Color information
#DB2A18 (or 0xDB2A18) is known color: Harley Davidson Orange. HEX triplet: DB, 2A and 18. RGB value is (219,42,24). Sum of RGB (Red+Green+Blue) = 219+42+24=285 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.84% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2A18 is #24D5E7. Grayscale: #5D5D5D. Windows color (decimal): -2414056 or 1583835. OLE color: 1583835.
HSL color Cylindrical-coordinate representation of color #DB2A18: hue angle of 5.54º 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 #DB2A18 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 24 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.14 |
| HSL | 5.54º | 0.8% | 0.48% | - |
| HSV(B) | 5.54º | 0.89% | 0.86% | - |
| XYZ | 30.21 | 16.78 | 2.51 | - |
| YUV | 92.87 | 89.14 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 24 | 0 | 0.81 | 0.89 | 0.14 | 5.54 | 0.8 | 0.48 |
| Hex | DB | 2A | 18 | 0 | 51 | 59 | E | 6 | 50 | 30 |
| Octal | 333 | 52 | 30 | 0 | 121 | 131 | 16 | 6 | 120 | 60 |
| Binary | 11011011 | 101010 | 11000 | 0 | 1010001 | 1011001 | 1110 | 110 | 1010000 | 110000 |
Color Harmonies of #DB2A18
Complementary color
Monochromatic Colors of #DB2A18
Black with #DB2A18
Text Example
Text Example
White with #DB2A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A18; }
p { color: rgb(219,42,24); }
H1.HeaderClassName
{
color: #DB2A18;
}
.AnyTagClassName
{
color: #DB2A18;
}
</style>
background-color css
<style>
a { background-color: #DB2A18; }
a { background-color: rgb(219,42,24); }
div.DivClassName
{
background-color: #DB2A18;
}
.BgClassName
{
background-color: #DB2A18;
}
</style>
border-color css
<style>
span { border-color: #DB2A18; }
span { border-color: rgb(219,42,24); }
td.TdClassName
{
border-color: #DB2A18;
}
.TagClassName
{
border-color: #DB2A18;
}
</style>