Html Css Color HEX #DB2D13 Harley Davidson Orange
📋 copy color: '#DB2D13'red 219 ◦ green 45 ◦ blue 19
Shades of Harley Davidson Orange #DB2D13
Tints of Harley Davidson Orange #DB2D13
RGB
CMYK
RGB Variations
Color information
#DB2D13 (or 0xDB2D13) is known color: Harley Davidson Orange. HEX triplet: DB, 2D and 13. RGB value is (219,45,19). Sum of RGB (Red+Green+Blue) = 219+45+19=283 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.39% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2D13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2D13 is #24D2EC. Grayscale: #5E5E5E. Windows color (decimal): -2413293 or 1256923. OLE color: 1256923.
HSL color Cylindrical-coordinate representation of color #DB2D13: hue angle of 7.8º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB2D13 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 45 | 19 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.14 |
| HSL | 7.8º | 0.84% | 0.47% | - |
| HSV(B) | 7.8º | 0.91% | 0.86% | - |
| XYZ | 30.27 | 16.98 | 2.3 | - |
| YUV | 94.06 | 85.65 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 19 | 0 | 0.79 | 0.91 | 0.14 | 7.8 | 0.84 | 0.47 |
| Hex | DB | 2D | 13 | 0 | 4F | 5B | E | 8 | 54 | 2F |
| Octal | 333 | 55 | 23 | 0 | 117 | 133 | 16 | 10 | 124 | 57 |
| Binary | 11011011 | 101101 | 10011 | 0 | 1001111 | 1011011 | 1110 | 1000 | 1010100 | 101111 |
Color Harmonies of #DB2D13
Complementary color
Monochromatic Colors of #DB2D13
Black with #DB2D13
Text Example
Text Example
White with #DB2D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2D13; }
p { color: rgb(219,45,19); }
H1.HeaderClassName
{
color: #DB2D13;
}
.AnyTagClassName
{
color: #DB2D13;
}
</style>
background-color css
<style>
a { background-color: #DB2D13; }
a { background-color: rgb(219,45,19); }
div.DivClassName
{
background-color: #DB2D13;
}
.BgClassName
{
background-color: #DB2D13;
}
</style>
border-color css
<style>
span { border-color: #DB2D13; }
span { border-color: rgb(219,45,19); }
td.TdClassName
{
border-color: #DB2D13;
}
.TagClassName
{
border-color: #DB2D13;
}
</style>