Html Css Color HEX #DB2E13 Harley Davidson Orange
📋 copy color: '#DB2E13'red 219 ◦ green 46 ◦ blue 19
Shades of Harley Davidson Orange #DB2E13
Tints of Harley Davidson Orange #DB2E13
RGB
CMYK
RGB Variations
Color information
#DB2E13 (or 0xDB2E13) is known color: Harley Davidson Orange. HEX triplet: DB, 2E and 13. RGB value is (219,46,19). Sum of RGB (Red+Green+Blue) = 219+46+19=284 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.11% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2E13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2E13 is #24D1EC. Grayscale: #5E5E5E. Windows color (decimal): -2413037 or 1257179. OLE color: 1257179.
HSL color Cylindrical-coordinate representation of color #DB2E13: hue angle of 8.1º 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 #DB2E13 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 46 | 19 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.14 |
| HSL | 8.1º | 0.84% | 0.47% | - |
| HSV(B) | 8.1º | 0.91% | 0.86% | - |
| XYZ | 30.31 | 17.06 | 2.31 | - |
| YUV | 94.65 | 85.31 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 19 | 0 | 0.79 | 0.91 | 0.14 | 8.1 | 0.84 | 0.47 |
| Hex | DB | 2E | 13 | 0 | 4F | 5B | E | 8 | 54 | 2F |
| Octal | 333 | 56 | 23 | 0 | 117 | 133 | 16 | 10 | 124 | 57 |
| Binary | 11011011 | 101110 | 10011 | 0 | 1001111 | 1011011 | 1110 | 1000 | 1010100 | 101111 |
Color Harmonies of #DB2E13
Complementary color
Monochromatic Colors of #DB2E13
Black with #DB2E13
Text Example
Text Example
White with #DB2E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2E13; }
p { color: rgb(219,46,19); }
H1.HeaderClassName
{
color: #DB2E13;
}
.AnyTagClassName
{
color: #DB2E13;
}
</style>
background-color css
<style>
a { background-color: #DB2E13; }
a { background-color: rgb(219,46,19); }
div.DivClassName
{
background-color: #DB2E13;
}
.BgClassName
{
background-color: #DB2E13;
}
</style>
border-color css
<style>
span { border-color: #DB2E13; }
span { border-color: rgb(219,46,19); }
td.TdClassName
{
border-color: #DB2E13;
}
.TagClassName
{
border-color: #DB2E13;
}
</style>