Html Css Color HEX #DB3310 Harley Davidson Orange
📋 copy color: '#DB3310'red 219 ◦ green 51 ◦ blue 16
Shades of Harley Davidson Orange #DB3310
Tints of Harley Davidson Orange #DB3310
RGB
CMYK
RGB Variations
Color information
#DB3310 (or 0xDB3310) is known color: Harley Davidson Orange. HEX triplet: DB, 33 and 10. RGB value is (219,51,16). Sum of RGB (Red+Green+Blue) = 219+51+16=286 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.57% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3310 is #24CCEF. Grayscale: #616161. Windows color (decimal): -2411760 or 1061851. OLE color: 1061851.
HSL color Cylindrical-coordinate representation of color #DB3310: hue angle of 10.34º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB3310 is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 51 | 16 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.14 |
| HSL | 10.34º | 0.86% | 0.46% | - |
| HSV(B) | 10.34º | 0.93% | 0.86% | - |
| XYZ | 30.49 | 17.47 | 2.25 | - |
| YUV | 97.24 | 82.16 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 16 | 0 | 0.77 | 0.93 | 0.14 | 10.34 | 0.86 | 0.46 |
| Hex | DB | 33 | 10 | 0 | 4D | 5D | E | A | 56 | 2E |
| Octal | 333 | 63 | 20 | 0 | 115 | 135 | 16 | 12 | 126 | 56 |
| Binary | 11011011 | 110011 | 10000 | 0 | 1001101 | 1011101 | 1110 | 1010 | 1010110 | 101110 |
Color Harmonies of #DB3310
Complementary color
Monochromatic Colors of #DB3310
Black with #DB3310
Text Example
Text Example
White with #DB3310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3310; }
p { color: rgb(219,51,16); }
H1.HeaderClassName
{
color: #DB3310;
}
.AnyTagClassName
{
color: #DB3310;
}
</style>
background-color css
<style>
a { background-color: #DB3310; }
a { background-color: rgb(219,51,16); }
div.DivClassName
{
background-color: #DB3310;
}
.BgClassName
{
background-color: #DB3310;
}
</style>
border-color css
<style>
span { border-color: #DB3310; }
span { border-color: rgb(219,51,16); }
td.TdClassName
{
border-color: #DB3310;
}
.TagClassName
{
border-color: #DB3310;
}
</style>