Html Css Color HEX #DB3D17 Harley Davidson Orange
📋 copy color: '#DB3D17'red 219 ◦ green 61 ◦ blue 23
Shades of Harley Davidson Orange #DB3D17
Tints of Harley Davidson Orange #DB3D17
RGB
CMYK
RGB Variations
Color information
#DB3D17 (or 0xDB3D17) is known color: Harley Davidson Orange. HEX triplet: DB, 3D and 17. RGB value is (219,61,23). Sum of RGB (Red+Green+Blue) = 219+61+23=303 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.28% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 23 (9.38% from 255 or 7.59% from 303); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3D17 is #24C2E8. Grayscale: #686868. Windows color (decimal): -2409193 or 1523163. OLE color: 1523163.
HSL color Cylindrical-coordinate representation of color #DB3D17: hue angle of 11.63º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB3D17 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 23 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.14 |
| HSL | 11.63º | 0.81% | 0.47% | - |
| HSV(B) | 11.63º | 0.89% | 0.86% | - |
| XYZ | 31.04 | 18.46 | 2.74 | - |
| YUV | 103.91 | 82.35 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 23 | 0 | 0.72 | 0.89 | 0.14 | 11.63 | 0.81 | 0.47 |
| Hex | DB | 3D | 17 | 0 | 48 | 59 | E | C | 51 | 2F |
| Octal | 333 | 75 | 27 | 0 | 110 | 131 | 16 | 14 | 121 | 57 |
| Binary | 11011011 | 111101 | 10111 | 0 | 1001000 | 1011001 | 1110 | 1100 | 1010001 | 101111 |
Color Harmonies of #DB3D17
Complementary color
Monochromatic Colors of #DB3D17
Black with #DB3D17
Text Example
Text Example
White with #DB3D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3D17; }
p { color: rgb(219,61,23); }
H1.HeaderClassName
{
color: #DB3D17;
}
.AnyTagClassName
{
color: #DB3D17;
}
</style>
background-color css
<style>
a { background-color: #DB3D17; }
a { background-color: rgb(219,61,23); }
div.DivClassName
{
background-color: #DB3D17;
}
.BgClassName
{
background-color: #DB3D17;
}
</style>
border-color css
<style>
span { border-color: #DB3D17; }
span { border-color: rgb(219,61,23); }
td.TdClassName
{
border-color: #DB3D17;
}
.TagClassName
{
border-color: #DB3D17;
}
</style>