Html Css Color HEX #DB340E Harley Davidson Orange
📋 copy color: '#DB340E'red 219 ◦ green 52 ◦ blue 14
Shades of Harley Davidson Orange #DB340E
Tints of Harley Davidson Orange #DB340E
RGB
CMYK
RGB Variations
Color information
#DB340E (or 0xDB340E) is known color: Harley Davidson Orange. HEX triplet: DB, 34 and 0E. RGB value is (219,52,14). Sum of RGB (Red+Green+Blue) = 219+52+14=285 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.84% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 14 (5.86% from 255 or 4.91% from 285); Max value from RGB is 219 - color contains mainly: red. Hex color #DB340E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB340E is #24CBF1. Grayscale: #616161. Windows color (decimal): -2411506 or 931035. OLE color: 931035.
HSL color Cylindrical-coordinate representation of color #DB340E: hue angle of 11.12º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB340E is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 14 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.14 |
| HSL | 11.12º | 0.88% | 0.46% | - |
| HSV(B) | 11.12º | 0.94% | 0.86% | - |
| XYZ | 30.52 | 17.55 | 2.19 | - |
| YUV | 97.6 | 80.83 | 214.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 14 | 0 | 0.76 | 0.94 | 0.14 | 11.12 | 0.88 | 0.46 |
| Hex | DB | 34 | E | 0 | 4C | 5E | E | B | 58 | 2E |
| Octal | 333 | 64 | 16 | 0 | 114 | 136 | 16 | 13 | 130 | 56 |
| Binary | 11011011 | 110100 | 1110 | 0 | 1001100 | 1011110 | 1110 | 1011 | 1011000 | 101110 |
Color Harmonies of #DB340E
Complementary color
Monochromatic Colors of #DB340E
Black with #DB340E
Text Example
Text Example
White with #DB340E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB340E; }
p { color: rgb(219,52,14); }
H1.HeaderClassName
{
color: #DB340E;
}
.AnyTagClassName
{
color: #DB340E;
}
</style>
background-color css
<style>
a { background-color: #DB340E; }
a { background-color: rgb(219,52,14); }
div.DivClassName
{
background-color: #DB340E;
}
.BgClassName
{
background-color: #DB340E;
}
</style>
border-color css
<style>
span { border-color: #DB340E; }
span { border-color: rgb(219,52,14); }
td.TdClassName
{
border-color: #DB340E;
}
.TagClassName
{
border-color: #DB340E;
}
</style>