Html Css Color HEX #DB2311 Harley Davidson Orange
📋 copy color: '#DB2311'red 219 ◦ green 35 ◦ blue 17
Shades of Harley Davidson Orange #DB2311
Tints of Harley Davidson Orange #DB2311
RGB
CMYK
RGB Variations
Color information
#DB2311 (or 0xDB2311) is known color: Harley Davidson Orange. HEX triplet: DB, 23 and 11. RGB value is (219,35,17). Sum of RGB (Red+Green+Blue) = 219+35+17=271 (35% of max value = 765). Red value is 219 (85.94% from 255 or 80.81% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2311 is #24DCEE. Grayscale: #585858. Windows color (decimal): -2415855 or 1123291. OLE color: 1123291.
HSL color Cylindrical-coordinate representation of color #DB2311: hue angle of 5.35º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB2311 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 17 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.14 |
| HSL | 5.35º | 0.86% | 0.46% | - |
| HSV(B) | 5.35º | 0.92% | 0.86% | - |
| XYZ | 29.92 | 16.3 | 2.1 | - |
| YUV | 87.96 | 87.96 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 17 | 0 | 0.84 | 0.92 | 0.14 | 5.35 | 0.86 | 0.46 |
| Hex | DB | 23 | 11 | 0 | 54 | 5C | E | 5 | 56 | 2E |
| Octal | 333 | 43 | 21 | 0 | 124 | 134 | 16 | 5 | 126 | 56 |
| Binary | 11011011 | 100011 | 10001 | 0 | 1010100 | 1011100 | 1110 | 101 | 1010110 | 101110 |
Color Harmonies of #DB2311
Complementary color
Monochromatic Colors of #DB2311
Black with #DB2311
Text Example
Text Example
White with #DB2311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2311; }
p { color: rgb(219,35,17); }
H1.HeaderClassName
{
color: #DB2311;
}
.AnyTagClassName
{
color: #DB2311;
}
</style>
background-color css
<style>
a { background-color: #DB2311; }
a { background-color: rgb(219,35,17); }
div.DivClassName
{
background-color: #DB2311;
}
.BgClassName
{
background-color: #DB2311;
}
</style>
border-color css
<style>
span { border-color: #DB2311; }
span { border-color: rgb(219,35,17); }
td.TdClassName
{
border-color: #DB2311;
}
.TagClassName
{
border-color: #DB2311;
}
</style>