Html Css Color HEX #DB340B Harley Davidson Orange
📋 copy color: '#DB340B'red 219 ◦ green 52 ◦ blue 11
Shades of Harley Davidson Orange #DB340B
Tints of Harley Davidson Orange #DB340B
RGB
CMYK
RGB Variations
Color information
#DB340B (or 0xDB340B) is known color: Harley Davidson Orange. HEX triplet: DB, 34 and 0B. RGB value is (219,52,11). Sum of RGB (Red+Green+Blue) = 219+52+11=282 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.66% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 219 - color contains mainly: red. Hex color #DB340B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB340B is #24CBF4. Grayscale: #616161. Windows color (decimal): -2411509 or 734427. OLE color: 734427.
HSL color Cylindrical-coordinate representation of color #DB340B: hue angle of 11.83º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB340B is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 11 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.14 |
| HSL | 11.83º | 0.9% | 0.45% | - |
| HSV(B) | 11.83º | 0.95% | 0.86% | - |
| XYZ | 30.5 | 17.54 | 2.09 | - |
| YUV | 97.26 | 79.33 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 11 | 0 | 0.76 | 0.95 | 0.14 | 11.83 | 0.9 | 0.45 |
| Hex | DB | 34 | B | 0 | 4C | 5F | E | C | 5A | 2D |
| Octal | 333 | 64 | 13 | 0 | 114 | 137 | 16 | 14 | 132 | 55 |
| Binary | 11011011 | 110100 | 1011 | 0 | 1001100 | 1011111 | 1110 | 1100 | 1011010 | 101101 |
Color Harmonies of #DB340B
Complementary color
Monochromatic Colors of #DB340B
Black with #DB340B
Text Example
Text Example
White with #DB340B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB340B; }
p { color: rgb(219,52,11); }
H1.HeaderClassName
{
color: #DB340B;
}
.AnyTagClassName
{
color: #DB340B;
}
</style>
background-color css
<style>
a { background-color: #DB340B; }
a { background-color: rgb(219,52,11); }
div.DivClassName
{
background-color: #DB340B;
}
.BgClassName
{
background-color: #DB340B;
}
</style>
border-color css
<style>
span { border-color: #DB340B; }
span { border-color: rgb(219,52,11); }
td.TdClassName
{
border-color: #DB340B;
}
.TagClassName
{
border-color: #DB340B;
}
</style>