Html Css Color HEX #DB2711 Harley Davidson Orange
📋 copy color: '#DB2711'red 219 ◦ green 39 ◦ blue 17
Shades of Harley Davidson Orange #DB2711
Tints of Harley Davidson Orange #DB2711
RGB
CMYK
RGB Variations
Color information
#DB2711 (or 0xDB2711) is known color: Harley Davidson Orange. HEX triplet: DB, 27 and 11. RGB value is (219,39,17). Sum of RGB (Red+Green+Blue) = 219+39+17=275 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.64% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2711 is #24D8EE. Grayscale: #5A5A5A. Windows color (decimal): -2414831 or 1124315. OLE color: 1124315.
HSL color Cylindrical-coordinate representation of color #DB2711: hue angle of 6.53º 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 #DB2711 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 17 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.14 |
| HSL | 6.53º | 0.86% | 0.46% | - |
| HSV(B) | 6.53º | 0.92% | 0.86% | - |
| XYZ | 30.04 | 16.55 | 2.14 | - |
| YUV | 90.31 | 86.63 | 219.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 17 | 0 | 0.82 | 0.92 | 0.14 | 6.53 | 0.86 | 0.46 |
| Hex | DB | 27 | 11 | 0 | 52 | 5C | E | 7 | 56 | 2E |
| Octal | 333 | 47 | 21 | 0 | 122 | 134 | 16 | 7 | 126 | 56 |
| Binary | 11011011 | 100111 | 10001 | 0 | 1010010 | 1011100 | 1110 | 111 | 1010110 | 101110 |
Color Harmonies of #DB2711
Complementary color
Monochromatic Colors of #DB2711
Black with #DB2711
Text Example
Text Example
White with #DB2711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2711; }
p { color: rgb(219,39,17); }
H1.HeaderClassName
{
color: #DB2711;
}
.AnyTagClassName
{
color: #DB2711;
}
</style>
background-color css
<style>
a { background-color: #DB2711; }
a { background-color: rgb(219,39,17); }
div.DivClassName
{
background-color: #DB2711;
}
.BgClassName
{
background-color: #DB2711;
}
</style>
border-color css
<style>
span { border-color: #DB2711; }
span { border-color: rgb(219,39,17); }
td.TdClassName
{
border-color: #DB2711;
}
.TagClassName
{
border-color: #DB2711;
}
</style>