Html Css Color HEX #DB3606 Harley Davidson Orange
📋 copy color: '#DB3606'red 219 ◦ green 54 ◦ blue 6
Shades of Harley Davidson Orange #DB3606
Tints of Harley Davidson Orange #DB3606
RGB
CMYK
RGB Variations
Color information
#DB3606 (or 0xDB3606) is known color: Harley Davidson Orange. HEX triplet: DB, 36 and 06. RGB value is (219,54,6). Sum of RGB (Red+Green+Blue) = 219+54+6=279 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.49% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 6 (2.73% from 255 or 2.15% from 279); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3606 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3606 is #24C9F9. Grayscale: #626262. Windows color (decimal): -2411002 or 407259. OLE color: 407259.
HSL color Cylindrical-coordinate representation of color #DB3606: hue angle of 13.52º 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 #DB3606 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 6 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.14 |
| HSL | 13.52º | 0.95% | 0.44% | - |
| HSV(B) | 13.52º | 0.97% | 0.86% | - |
| XYZ | 30.57 | 17.71 | 1.98 | - |
| YUV | 97.86 | 76.16 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 6 | 0 | 0.75 | 0.97 | 0.14 | 13.52 | 0.95 | 0.44 |
| Hex | DB | 36 | 6 | 0 | 4B | 61 | E | E | 5F | 2C |
| Octal | 333 | 66 | 6 | 0 | 113 | 141 | 16 | 16 | 137 | 54 |
| Binary | 11011011 | 110110 | 110 | 0 | 1001011 | 1100001 | 1110 | 1110 | 1011111 | 101100 |
Color Harmonies of #DB3606
Complementary color
Monochromatic Colors of #DB3606
Black with #DB3606
Text Example
Text Example
White with #DB3606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3606; }
p { color: rgb(219,54,6); }
H1.HeaderClassName
{
color: #DB3606;
}
.AnyTagClassName
{
color: #DB3606;
}
</style>
background-color css
<style>
a { background-color: #DB3606; }
a { background-color: rgb(219,54,6); }
div.DivClassName
{
background-color: #DB3606;
}
.BgClassName
{
background-color: #DB3606;
}
</style>
border-color css
<style>
span { border-color: #DB3606; }
span { border-color: rgb(219,54,6); }
td.TdClassName
{
border-color: #DB3606;
}
.TagClassName
{
border-color: #DB3606;
}
</style>