Html Css Color HEX #DB3118 Harley Davidson Orange
📋 copy color: '#DB3118'red 219 ◦ green 49 ◦ blue 24
Shades of Harley Davidson Orange #DB3118
Tints of Harley Davidson Orange #DB3118
RGB
CMYK
RGB Variations
Color information
#DB3118 (or 0xDB3118) is known color: Harley Davidson Orange. HEX triplet: DB, 31 and 18. RGB value is (219,49,24). Sum of RGB (Red+Green+Blue) = 219+49+24=292 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3118 is #24CEE7. Grayscale: #616161. Windows color (decimal): -2412264 or 1585627. OLE color: 1585627.
HSL color Cylindrical-coordinate representation of color #DB3118: hue angle of 7.69º 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 #DB3118 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 24 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.14 |
| HSL | 7.69º | 0.8% | 0.48% | - |
| HSV(B) | 7.69º | 0.89% | 0.86% | - |
| XYZ | 30.48 | 17.32 | 2.6 | - |
| YUV | 96.98 | 86.82 | 215.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 24 | 0 | 0.78 | 0.89 | 0.14 | 7.69 | 0.8 | 0.48 |
| Hex | DB | 31 | 18 | 0 | 4E | 59 | E | 8 | 50 | 30 |
| Octal | 333 | 61 | 30 | 0 | 116 | 131 | 16 | 10 | 120 | 60 |
| Binary | 11011011 | 110001 | 11000 | 0 | 1001110 | 1011001 | 1110 | 1000 | 1010000 | 110000 |
Color Harmonies of #DB3118
Complementary color
Monochromatic Colors of #DB3118
Black with #DB3118
Text Example
Text Example
White with #DB3118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3118; }
p { color: rgb(219,49,24); }
H1.HeaderClassName
{
color: #DB3118;
}
.AnyTagClassName
{
color: #DB3118;
}
</style>
background-color css
<style>
a { background-color: #DB3118; }
a { background-color: rgb(219,49,24); }
div.DivClassName
{
background-color: #DB3118;
}
.BgClassName
{
background-color: #DB3118;
}
</style>
border-color css
<style>
span { border-color: #DB3118; }
span { border-color: rgb(219,49,24); }
td.TdClassName
{
border-color: #DB3118;
}
.TagClassName
{
border-color: #DB3118;
}
</style>