Html Css Color HEX #DB2610 Harley Davidson Orange
📋 copy color: '#DB2610'red 219 ◦ green 38 ◦ blue 16
Shades of Harley Davidson Orange #DB2610
Tints of Harley Davidson Orange #DB2610
RGB
CMYK
RGB Variations
Color information
#DB2610 (or 0xDB2610) is known color: Harley Davidson Orange. HEX triplet: DB, 26 and 10. RGB value is (219,38,16). Sum of RGB (Red+Green+Blue) = 219+38+16=273 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.22% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2610 is #24D9EF. Grayscale: #595959. Windows color (decimal): -2415088 or 1058523. OLE color: 1058523.
HSL color Cylindrical-coordinate representation of color #DB2610: hue angle of 6.5º 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 #DB2610 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 16 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.14 |
| HSL | 6.5º | 0.86% | 0.46% | - |
| HSV(B) | 6.5º | 0.93% | 0.86% | - |
| XYZ | 30 | 16.48 | 2.09 | - |
| YUV | 89.61 | 86.47 | 220.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 16 | 0 | 0.83 | 0.93 | 0.14 | 6.5 | 0.86 | 0.46 |
| Hex | DB | 26 | 10 | 0 | 53 | 5D | E | 7 | 56 | 2E |
| Octal | 333 | 46 | 20 | 0 | 123 | 135 | 16 | 7 | 126 | 56 |
| Binary | 11011011 | 100110 | 10000 | 0 | 1010011 | 1011101 | 1110 | 111 | 1010110 | 101110 |
Color Harmonies of #DB2610
Complementary color
Monochromatic Colors of #DB2610
Black with #DB2610
Text Example
Text Example
White with #DB2610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2610; }
p { color: rgb(219,38,16); }
H1.HeaderClassName
{
color: #DB2610;
}
.AnyTagClassName
{
color: #DB2610;
}
</style>
background-color css
<style>
a { background-color: #DB2610; }
a { background-color: rgb(219,38,16); }
div.DivClassName
{
background-color: #DB2610;
}
.BgClassName
{
background-color: #DB2610;
}
</style>
border-color css
<style>
span { border-color: #DB2610; }
span { border-color: rgb(219,38,16); }
td.TdClassName
{
border-color: #DB2610;
}
.TagClassName
{
border-color: #DB2610;
}
</style>