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