Html Css Color HEX #DB3016 Harley Davidson Orange
📋 copy color: '#DB3016'red 219 ◦ green 48 ◦ blue 22
Shades of Harley Davidson Orange #DB3016
Tints of Harley Davidson Orange #DB3016
RGB
CMYK
RGB Variations
Color information
#DB3016 (or 0xDB3016) is known color: Harley Davidson Orange. HEX triplet: DB, 30 and 16. RGB value is (219,48,22). Sum of RGB (Red+Green+Blue) = 219+48+22=289 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.78% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3016 is #24CFE9. Grayscale: #606060. Windows color (decimal): -2412522 or 1454299. OLE color: 1454299.
HSL color Cylindrical-coordinate representation of color #DB3016: hue angle of 7.92º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB3016 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 22 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.14 |
| HSL | 7.92º | 0.82% | 0.47% | - |
| HSV(B) | 7.92º | 0.9% | 0.86% | - |
| XYZ | 30.42 | 17.23 | 2.48 | - |
| YUV | 96.17 | 86.15 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 22 | 0 | 0.78 | 0.90 | 0.14 | 7.92 | 0.82 | 0.47 |
| Hex | DB | 30 | 16 | 0 | 4E | 5A | E | 8 | 52 | 2F |
| Octal | 333 | 60 | 26 | 0 | 116 | 132 | 16 | 10 | 122 | 57 |
| Binary | 11011011 | 110000 | 10110 | 0 | 1001110 | 1011010 | 1110 | 1000 | 1010010 | 101111 |
Color Harmonies of #DB3016
Complementary color
Monochromatic Colors of #DB3016
Black with #DB3016
Text Example
Text Example
White with #DB3016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3016; }
p { color: rgb(219,48,22); }
H1.HeaderClassName
{
color: #DB3016;
}
.AnyTagClassName
{
color: #DB3016;
}
</style>
background-color css
<style>
a { background-color: #DB3016; }
a { background-color: rgb(219,48,22); }
div.DivClassName
{
background-color: #DB3016;
}
.BgClassName
{
background-color: #DB3016;
}
</style>
border-color css
<style>
span { border-color: #DB3016; }
span { border-color: rgb(219,48,22); }
td.TdClassName
{
border-color: #DB3016;
}
.TagClassName
{
border-color: #DB3016;
}
</style>