Html Css Color HEX #DB3B13 Harley Davidson Orange
📋 copy color: '#DB3B13'red 219 ◦ green 59 ◦ blue 19
Shades of Harley Davidson Orange #DB3B13
Tints of Harley Davidson Orange #DB3B13
RGB
CMYK
RGB Variations
Color information
#DB3B13 (or 0xDB3B13) is known color: Harley Davidson Orange. HEX triplet: DB, 3B and 13. RGB value is (219,59,19). Sum of RGB (Red+Green+Blue) = 219+59+19=297 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.74% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3B13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3B13 is #24C4EC. Grayscale: #666666. Windows color (decimal): -2409709 or 1260507. OLE color: 1260507.
HSL color Cylindrical-coordinate representation of color #DB3B13: hue angle of 12º 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 #DB3B13 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 59 | 19 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.14 |
| HSL | 12º | 0.84% | 0.47% | - |
| HSV(B) | 12º | 0.91% | 0.86% | - |
| XYZ | 30.89 | 18.24 | 2.51 | - |
| YUV | 102.28 | 81.01 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 19 | 0 | 0.73 | 0.91 | 0.14 | 12 | 0.84 | 0.47 |
| Hex | DB | 3B | 13 | 0 | 49 | 5B | E | C | 54 | 2F |
| Octal | 333 | 73 | 23 | 0 | 111 | 133 | 16 | 14 | 124 | 57 |
| Binary | 11011011 | 111011 | 10011 | 0 | 1001001 | 1011011 | 1110 | 1100 | 1010100 | 101111 |
Color Harmonies of #DB3B13
Complementary color
Monochromatic Colors of #DB3B13
Black with #DB3B13
Text Example
Text Example
White with #DB3B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3B13; }
p { color: rgb(219,59,19); }
H1.HeaderClassName
{
color: #DB3B13;
}
.AnyTagClassName
{
color: #DB3B13;
}
</style>
background-color css
<style>
a { background-color: #DB3B13; }
a { background-color: rgb(219,59,19); }
div.DivClassName
{
background-color: #DB3B13;
}
.BgClassName
{
background-color: #DB3B13;
}
</style>
border-color css
<style>
span { border-color: #DB3B13; }
span { border-color: rgb(219,59,19); }
td.TdClassName
{
border-color: #DB3B13;
}
.TagClassName
{
border-color: #DB3B13;
}
</style>