Html Css Color HEX #DB340D Harley Davidson Orange
📋 copy color: '#DB340D'red 219 ◦ green 52 ◦ blue 13
Shades of Harley Davidson Orange #DB340D
Tints of Harley Davidson Orange #DB340D
RGB
CMYK
RGB Variations
Color information
#DB340D (or 0xDB340D) is known color: Harley Davidson Orange. HEX triplet: DB, 34 and 0D. RGB value is (219,52,13). Sum of RGB (Red+Green+Blue) = 219+52+13=284 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.11% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 219 - color contains mainly: red. Hex color #DB340D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB340D is #24CBF2. Grayscale: #616161. Windows color (decimal): -2411507 or 865499. OLE color: 865499.
HSL color Cylindrical-coordinate representation of color #DB340D: hue angle of 11.36º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB340D is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 13 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.14 |
| HSL | 11.36º | 0.89% | 0.45% | - |
| HSV(B) | 11.36º | 0.94% | 0.86% | - |
| XYZ | 30.51 | 17.55 | 2.16 | - |
| YUV | 97.49 | 80.33 | 214.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 13 | 0 | 0.76 | 0.94 | 0.14 | 11.36 | 0.89 | 0.45 |
| Hex | DB | 34 | D | 0 | 4C | 5E | E | B | 59 | 2D |
| Octal | 333 | 64 | 15 | 0 | 114 | 136 | 16 | 13 | 131 | 55 |
| Binary | 11011011 | 110100 | 1101 | 0 | 1001100 | 1011110 | 1110 | 1011 | 1011001 | 101101 |
Color Harmonies of #DB340D
Complementary color
Monochromatic Colors of #DB340D
Black with #DB340D
Text Example
Text Example
White with #DB340D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB340D; }
p { color: rgb(219,52,13); }
H1.HeaderClassName
{
color: #DB340D;
}
.AnyTagClassName
{
color: #DB340D;
}
</style>
background-color css
<style>
a { background-color: #DB340D; }
a { background-color: rgb(219,52,13); }
div.DivClassName
{
background-color: #DB340D;
}
.BgClassName
{
background-color: #DB340D;
}
</style>
border-color css
<style>
span { border-color: #DB340D; }
span { border-color: rgb(219,52,13); }
td.TdClassName
{
border-color: #DB340D;
}
.TagClassName
{
border-color: #DB340D;
}
</style>