Html Css Color HEX #DB3209 Harley Davidson Orange
📋 copy color: '#DB3209'red 219 ◦ green 50 ◦ blue 9
Shades of Harley Davidson Orange #DB3209
Tints of Harley Davidson Orange #DB3209
RGB
CMYK
RGB Variations
Color information
#DB3209 (or 0xDB3209) is known color: Harley Davidson Orange. HEX triplet: DB, 32 and 09. RGB value is (219,50,9). Sum of RGB (Red+Green+Blue) = 219+50+9=278 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.78% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 9 (3.91% from 255 or 3.24% from 278); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3209 is #24CDF6. Grayscale: #606060. Windows color (decimal): -2412023 or 602843. OLE color: 602843.
HSL color Cylindrical-coordinate representation of color #DB3209: hue angle of 11.71º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB3209 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 9 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.14 |
| HSL | 11.71º | 0.92% | 0.45% | - |
| HSV(B) | 11.71º | 0.96% | 0.86% | - |
| XYZ | 30.4 | 17.36 | 2.01 | - |
| YUV | 95.86 | 78.99 | 215.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 9 | 0 | 0.77 | 0.96 | 0.14 | 11.71 | 0.92 | 0.45 |
| Hex | DB | 32 | 9 | 0 | 4D | 60 | E | C | 5C | 2D |
| Octal | 333 | 62 | 11 | 0 | 115 | 140 | 16 | 14 | 134 | 55 |
| Binary | 11011011 | 110010 | 1001 | 0 | 1001101 | 1100000 | 1110 | 1100 | 1011100 | 101101 |
Color Harmonies of #DB3209
Complementary color
Monochromatic Colors of #DB3209
Black with #DB3209
Text Example
Text Example
White with #DB3209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3209; }
p { color: rgb(219,50,9); }
H1.HeaderClassName
{
color: #DB3209;
}
.AnyTagClassName
{
color: #DB3209;
}
</style>
background-color css
<style>
a { background-color: #DB3209; }
a { background-color: rgb(219,50,9); }
div.DivClassName
{
background-color: #DB3209;
}
.BgClassName
{
background-color: #DB3209;
}
</style>
border-color css
<style>
span { border-color: #DB3209; }
span { border-color: rgb(219,50,9); }
td.TdClassName
{
border-color: #DB3209;
}
.TagClassName
{
border-color: #DB3209;
}
</style>