Html Css Color HEX #DB3811 Harley Davidson Orange
📋 copy color: '#DB3811'red 219 ◦ green 56 ◦ blue 17
Shades of Harley Davidson Orange #DB3811
Tints of Harley Davidson Orange #DB3811
RGB
CMYK
RGB Variations
Color information
#DB3811 (or 0xDB3811) is known color: Harley Davidson Orange. HEX triplet: DB, 38 and 11. RGB value is (219,56,17). Sum of RGB (Red+Green+Blue) = 219+56+17=292 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3811 is #24C7EE. Grayscale: #646464. Windows color (decimal): -2410479 or 1128667. OLE color: 1128667.
HSL color Cylindrical-coordinate representation of color #DB3811: hue angle of 11.58º 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 #DB3811 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 17 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.14 |
| HSL | 11.58º | 0.86% | 0.46% | - |
| HSV(B) | 11.58º | 0.92% | 0.86% | - |
| XYZ | 30.73 | 17.93 | 2.37 | - |
| YUV | 100.29 | 81 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 17 | 0 | 0.74 | 0.92 | 0.14 | 11.58 | 0.86 | 0.46 |
| Hex | DB | 38 | 11 | 0 | 4A | 5C | E | C | 56 | 2E |
| Octal | 333 | 70 | 21 | 0 | 112 | 134 | 16 | 14 | 126 | 56 |
| Binary | 11011011 | 111000 | 10001 | 0 | 1001010 | 1011100 | 1110 | 1100 | 1010110 | 101110 |
Color Harmonies of #DB3811
Complementary color
Monochromatic Colors of #DB3811
Black with #DB3811
Text Example
Text Example
White with #DB3811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3811; }
p { color: rgb(219,56,17); }
H1.HeaderClassName
{
color: #DB3811;
}
.AnyTagClassName
{
color: #DB3811;
}
</style>
background-color css
<style>
a { background-color: #DB3811; }
a { background-color: rgb(219,56,17); }
div.DivClassName
{
background-color: #DB3811;
}
.BgClassName
{
background-color: #DB3811;
}
</style>
border-color css
<style>
span { border-color: #DB3811; }
span { border-color: rgb(219,56,17); }
td.TdClassName
{
border-color: #DB3811;
}
.TagClassName
{
border-color: #DB3811;
}
</style>