Html Css Color HEX #DB2410 Harley Davidson Orange
📋 copy color: '#DB2410'red 219 ◦ green 36 ◦ blue 16
Shades of Harley Davidson Orange #DB2410
Tints of Harley Davidson Orange #DB2410
RGB
CMYK
RGB Variations
Color information
#DB2410 (or 0xDB2410) is known color: Harley Davidson Orange. HEX triplet: DB, 24 and 10. RGB value is (219,36,16). Sum of RGB (Red+Green+Blue) = 219+36+16=271 (35% of max value = 765). Red value is 219 (85.94% from 255 or 80.81% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2410 is #24DBEF. Grayscale: #585858. Windows color (decimal): -2415600 or 1058011. OLE color: 1058011.
HSL color Cylindrical-coordinate representation of color #DB2410: hue angle of 5.91º 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 #DB2410 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 36 | 16 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.14 |
| HSL | 5.91º | 0.86% | 0.46% | - |
| HSV(B) | 5.91º | 0.93% | 0.86% | - |
| XYZ | 29.94 | 16.36 | 2.07 | - |
| YUV | 88.44 | 87.13 | 221.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 16 | 0 | 0.84 | 0.93 | 0.14 | 5.91 | 0.86 | 0.46 |
| Hex | DB | 24 | 10 | 0 | 54 | 5D | E | 6 | 56 | 2E |
| Octal | 333 | 44 | 20 | 0 | 124 | 135 | 16 | 6 | 126 | 56 |
| Binary | 11011011 | 100100 | 10000 | 0 | 1010100 | 1011101 | 1110 | 110 | 1010110 | 101110 |
Color Harmonies of #DB2410
Complementary color
Monochromatic Colors of #DB2410
Black with #DB2410
Text Example
Text Example
White with #DB2410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2410; }
p { color: rgb(219,36,16); }
H1.HeaderClassName
{
color: #DB2410;
}
.AnyTagClassName
{
color: #DB2410;
}
</style>
background-color css
<style>
a { background-color: #DB2410; }
a { background-color: rgb(219,36,16); }
div.DivClassName
{
background-color: #DB2410;
}
.BgClassName
{
background-color: #DB2410;
}
</style>
border-color css
<style>
span { border-color: #DB2410; }
span { border-color: rgb(219,36,16); }
td.TdClassName
{
border-color: #DB2410;
}
.TagClassName
{
border-color: #DB2410;
}
</style>