Html Css Color HEX #DB3006 Harley Davidson Orange
📋 copy color: '#DB3006'red 219 ◦ green 48 ◦ blue 6
Shades of Harley Davidson Orange #DB3006
Tints of Harley Davidson Orange #DB3006
RGB
CMYK
RGB Variations
Color information
#DB3006 (or 0xDB3006) is known color: Harley Davidson Orange. HEX triplet: DB, 30 and 06. RGB value is (219,48,6). Sum of RGB (Red+Green+Blue) = 219+48+6=273 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.22% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 6 (2.73% from 255 or 2.20% from 273); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3006 is #24CFF9. Grayscale: #5E5E5E. Windows color (decimal): -2412538 or 405723. OLE color: 405723.
HSL color Cylindrical-coordinate representation of color #DB3006: hue angle of 11.83º 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 #DB3006 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 6 | - |
| CMYK | 0 | 0.78 | 0.97 | 0.14 |
| HSL | 11.83º | 0.95% | 0.44% | - |
| HSV(B) | 11.83º | 0.97% | 0.86% | - |
| XYZ | 30.3 | 17.19 | 1.89 | - |
| YUV | 94.34 | 78.15 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 6 | 0 | 0.78 | 0.97 | 0.14 | 11.83 | 0.95 | 0.44 |
| Hex | DB | 30 | 6 | 0 | 4E | 61 | E | C | 5F | 2C |
| Octal | 333 | 60 | 6 | 0 | 116 | 141 | 16 | 14 | 137 | 54 |
| Binary | 11011011 | 110000 | 110 | 0 | 1001110 | 1100001 | 1110 | 1100 | 1011111 | 101100 |
Color Harmonies of #DB3006
Complementary color
Monochromatic Colors of #DB3006
Black with #DB3006
Text Example
Text Example
White with #DB3006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3006; }
p { color: rgb(219,48,6); }
H1.HeaderClassName
{
color: #DB3006;
}
.AnyTagClassName
{
color: #DB3006;
}
</style>
background-color css
<style>
a { background-color: #DB3006; }
a { background-color: rgb(219,48,6); }
div.DivClassName
{
background-color: #DB3006;
}
.BgClassName
{
background-color: #DB3006;
}
</style>
border-color css
<style>
span { border-color: #DB3006; }
span { border-color: rgb(219,48,6); }
td.TdClassName
{
border-color: #DB3006;
}
.TagClassName
{
border-color: #DB3006;
}
</style>