Html Css Color HEX #DB3406 Harley Davidson Orange
📋 copy color: '#DB3406'red 219 ◦ green 52 ◦ blue 6
Shades of Harley Davidson Orange #DB3406
Tints of Harley Davidson Orange #DB3406
RGB
CMYK
RGB Variations
Color information
#DB3406 (or 0xDB3406) is known color: Harley Davidson Orange. HEX triplet: DB, 34 and 06. RGB value is (219,52,6). Sum of RGB (Red+Green+Blue) = 219+52+6=277 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.06% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 6 (2.73% from 255 or 2.17% from 277); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3406 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3406 is #24CBF9. Grayscale: #616161. Windows color (decimal): -2411514 or 406747. OLE color: 406747.
HSL color Cylindrical-coordinate representation of color #DB3406: hue angle of 12.96º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB3406 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 6 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.14 |
| HSL | 12.96º | 0.95% | 0.44% | - |
| HSV(B) | 12.96º | 0.97% | 0.86% | - |
| XYZ | 30.47 | 17.53 | 1.95 | - |
| YUV | 96.69 | 76.83 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 6 | 0 | 0.76 | 0.97 | 0.14 | 12.96 | 0.95 | 0.44 |
| Hex | DB | 34 | 6 | 0 | 4C | 61 | E | D | 5F | 2C |
| Octal | 333 | 64 | 6 | 0 | 114 | 141 | 16 | 15 | 137 | 54 |
| Binary | 11011011 | 110100 | 110 | 0 | 1001100 | 1100001 | 1110 | 1101 | 1011111 | 101100 |
Color Harmonies of #DB3406
Complementary color
Monochromatic Colors of #DB3406
Black with #DB3406
Text Example
Text Example
White with #DB3406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3406; }
p { color: rgb(219,52,6); }
H1.HeaderClassName
{
color: #DB3406;
}
.AnyTagClassName
{
color: #DB3406;
}
</style>
background-color css
<style>
a { background-color: #DB3406; }
a { background-color: rgb(219,52,6); }
div.DivClassName
{
background-color: #DB3406;
}
.BgClassName
{
background-color: #DB3406;
}
</style>
border-color css
<style>
span { border-color: #DB3406; }
span { border-color: rgb(219,52,6); }
td.TdClassName
{
border-color: #DB3406;
}
.TagClassName
{
border-color: #DB3406;
}
</style>