Html Css Color HEX #DB3617 Harley Davidson Orange
📋 copy color: '#DB3617'red 219 ◦ green 54 ◦ blue 23
Shades of Harley Davidson Orange #DB3617
Tints of Harley Davidson Orange #DB3617
RGB
CMYK
RGB Variations
Color information
#DB3617 (or 0xDB3617) is known color: Harley Davidson Orange. HEX triplet: DB, 36 and 17. RGB value is (219,54,23). Sum of RGB (Red+Green+Blue) = 219+54+23=296 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.99% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3617 is #24C9E8. Grayscale: #646464. Windows color (decimal): -2410985 or 1521371. OLE color: 1521371.
HSL color Cylindrical-coordinate representation of color #DB3617: hue angle of 9.49º 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 #DB3617 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 23 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.14 |
| HSL | 9.49º | 0.81% | 0.47% | - |
| HSV(B) | 9.49º | 0.89% | 0.86% | - |
| XYZ | 30.69 | 17.76 | 2.62 | - |
| YUV | 99.8 | 84.66 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 23 | 0 | 0.75 | 0.89 | 0.14 | 9.49 | 0.81 | 0.47 |
| Hex | DB | 36 | 17 | 0 | 4B | 59 | E | 9 | 51 | 2F |
| Octal | 333 | 66 | 27 | 0 | 113 | 131 | 16 | 11 | 121 | 57 |
| Binary | 11011011 | 110110 | 10111 | 0 | 1001011 | 1011001 | 1110 | 1001 | 1010001 | 101111 |
Color Harmonies of #DB3617
Complementary color
Monochromatic Colors of #DB3617
Black with #DB3617
Text Example
Text Example
White with #DB3617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3617; }
p { color: rgb(219,54,23); }
H1.HeaderClassName
{
color: #DB3617;
}
.AnyTagClassName
{
color: #DB3617;
}
</style>
background-color css
<style>
a { background-color: #DB3617; }
a { background-color: rgb(219,54,23); }
div.DivClassName
{
background-color: #DB3617;
}
.BgClassName
{
background-color: #DB3617;
}
</style>
border-color css
<style>
span { border-color: #DB3617; }
span { border-color: rgb(219,54,23); }
td.TdClassName
{
border-color: #DB3617;
}
.TagClassName
{
border-color: #DB3617;
}
</style>