Html Css Color HEX #DB340C Harley Davidson Orange
📋 copy color: '#DB340C'red 219 ◦ green 52 ◦ blue 12
Shades of Harley Davidson Orange #DB340C
Tints of Harley Davidson Orange #DB340C
RGB
CMYK
RGB Variations
Color information
#DB340C (or 0xDB340C) is known color: Harley Davidson Orange. HEX triplet: DB, 34 and 0C. RGB value is (219,52,12). Sum of RGB (Red+Green+Blue) = 219+52+12=283 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.39% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 219 - color contains mainly: red. Hex color #DB340C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB340C is #24CBF3. Grayscale: #616161. Windows color (decimal): -2411508 or 799963. OLE color: 799963.
HSL color Cylindrical-coordinate representation of color #DB340C: hue angle of 11.59º 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 #DB340C is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 12 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.14 |
| HSL | 11.59º | 0.9% | 0.45% | - |
| HSV(B) | 11.59º | 0.95% | 0.86% | - |
| XYZ | 30.51 | 17.54 | 2.13 | - |
| YUV | 97.37 | 79.83 | 214.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 12 | 0 | 0.76 | 0.95 | 0.14 | 11.59 | 0.9 | 0.45 |
| Hex | DB | 34 | C | 0 | 4C | 5F | E | C | 5A | 2D |
| Octal | 333 | 64 | 14 | 0 | 114 | 137 | 16 | 14 | 132 | 55 |
| Binary | 11011011 | 110100 | 1100 | 0 | 1001100 | 1011111 | 1110 | 1100 | 1011010 | 101101 |
Color Harmonies of #DB340C
Complementary color
Monochromatic Colors of #DB340C
Black with #DB340C
Text Example
Text Example
White with #DB340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB340C; }
p { color: rgb(219,52,12); }
H1.HeaderClassName
{
color: #DB340C;
}
.AnyTagClassName
{
color: #DB340C;
}
</style>
background-color css
<style>
a { background-color: #DB340C; }
a { background-color: rgb(219,52,12); }
div.DivClassName
{
background-color: #DB340C;
}
.BgClassName
{
background-color: #DB340C;
}
</style>
border-color css
<style>
span { border-color: #DB340C; }
span { border-color: rgb(219,52,12); }
td.TdClassName
{
border-color: #DB340C;
}
.TagClassName
{
border-color: #DB340C;
}
</style>