Html Css Color HEX #DB3610 Harley Davidson Orange
📋 copy color: '#DB3610'red 219 ◦ green 54 ◦ blue 16
Shades of Harley Davidson Orange #DB3610
Tints of Harley Davidson Orange #DB3610
RGB
CMYK
RGB Variations
Color information
#DB3610 (or 0xDB3610) is known color: Harley Davidson Orange. HEX triplet: DB, 36 and 10. RGB value is (219,54,16). Sum of RGB (Red+Green+Blue) = 219+54+16=289 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.78% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3610 is #24C9EF. Grayscale: #636363. Windows color (decimal): -2410992 or 1062619. OLE color: 1062619.
HSL color Cylindrical-coordinate representation of color #DB3610: hue angle of 11.23º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB3610 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 16 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.14 |
| HSL | 11.23º | 0.86% | 0.46% | - |
| HSV(B) | 11.23º | 0.93% | 0.86% | - |
| XYZ | 30.63 | 17.74 | 2.3 | - |
| YUV | 99 | 81.16 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 16 | 0 | 0.75 | 0.93 | 0.14 | 11.23 | 0.86 | 0.46 |
| Hex | DB | 36 | 10 | 0 | 4B | 5D | E | B | 56 | 2E |
| Octal | 333 | 66 | 20 | 0 | 113 | 135 | 16 | 13 | 126 | 56 |
| Binary | 11011011 | 110110 | 10000 | 0 | 1001011 | 1011101 | 1110 | 1011 | 1010110 | 101110 |
Color Harmonies of #DB3610
Complementary color
Monochromatic Colors of #DB3610
Black with #DB3610
Text Example
Text Example
White with #DB3610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3610; }
p { color: rgb(219,54,16); }
H1.HeaderClassName
{
color: #DB3610;
}
.AnyTagClassName
{
color: #DB3610;
}
</style>
background-color css
<style>
a { background-color: #DB3610; }
a { background-color: rgb(219,54,16); }
div.DivClassName
{
background-color: #DB3610;
}
.BgClassName
{
background-color: #DB3610;
}
</style>
border-color css
<style>
span { border-color: #DB3610; }
span { border-color: rgb(219,54,16); }
td.TdClassName
{
border-color: #DB3610;
}
.TagClassName
{
border-color: #DB3610;
}
</style>