Html Css Color HEX #DB3306 Harley Davidson Orange
📋 copy color: '#DB3306'red 219 ◦ green 51 ◦ blue 6
Shades of Harley Davidson Orange #DB3306
Tints of Harley Davidson Orange #DB3306
RGB
CMYK
RGB Variations
Color information
#DB3306 (or 0xDB3306) is known color: Harley Davidson Orange. HEX triplet: DB, 33 and 06. RGB value is (219,51,6). Sum of RGB (Red+Green+Blue) = 219+51+6=276 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.35% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 6 (2.73% from 255 or 2.17% from 276); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3306 is #24CCF9. Grayscale: #606060. Windows color (decimal): -2411770 or 406491. OLE color: 406491.
HSL color Cylindrical-coordinate representation of color #DB3306: hue angle of 12.68º 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 #DB3306 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 51 | 6 | - |
| CMYK | 0 | 0.77 | 0.97 | 0.14 |
| HSL | 12.68º | 0.95% | 0.44% | - |
| HSV(B) | 12.68º | 0.97% | 0.86% | - |
| XYZ | 30.43 | 17.44 | 1.93 | - |
| YUV | 96.1 | 77.16 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 6 | 0 | 0.77 | 0.97 | 0.14 | 12.68 | 0.95 | 0.44 |
| Hex | DB | 33 | 6 | 0 | 4D | 61 | E | D | 5F | 2C |
| Octal | 333 | 63 | 6 | 0 | 115 | 141 | 16 | 15 | 137 | 54 |
| Binary | 11011011 | 110011 | 110 | 0 | 1001101 | 1100001 | 1110 | 1101 | 1011111 | 101100 |
Color Harmonies of #DB3306
Complementary color
Monochromatic Colors of #DB3306
Black with #DB3306
Text Example
Text Example
White with #DB3306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3306; }
p { color: rgb(219,51,6); }
H1.HeaderClassName
{
color: #DB3306;
}
.AnyTagClassName
{
color: #DB3306;
}
</style>
background-color css
<style>
a { background-color: #DB3306; }
a { background-color: rgb(219,51,6); }
div.DivClassName
{
background-color: #DB3306;
}
.BgClassName
{
background-color: #DB3306;
}
</style>
border-color css
<style>
span { border-color: #DB3306; }
span { border-color: rgb(219,51,6); }
td.TdClassName
{
border-color: #DB3306;
}
.TagClassName
{
border-color: #DB3306;
}
</style>