Html Css Color HEX #DB2C0B Harley Davidson Orange
📋 copy color: '#DB2C0B'red 219 ◦ green 44 ◦ blue 11
Shades of Harley Davidson Orange #DB2C0B
Tints of Harley Davidson Orange #DB2C0B
RGB
CMYK
RGB Variations
Color information
#DB2C0B (or 0xDB2C0B) is known color: Harley Davidson Orange. HEX triplet: DB, 2C and 0B. RGB value is (219,44,11). Sum of RGB (Red+Green+Blue) = 219+44+11=274 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.93% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2C0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2C0B is #24D3F4. Grayscale: #5C5C5C. Windows color (decimal): -2413557 or 732379. OLE color: 732379.
HSL color Cylindrical-coordinate representation of color #DB2C0B: hue angle of 9.52º 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 #DB2C0B is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 44 | 11 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.14 |
| HSL | 9.52º | 0.9% | 0.45% | - |
| HSV(B) | 9.52º | 0.95% | 0.86% | - |
| XYZ | 30.17 | 16.89 | 1.99 | - |
| YUV | 92.56 | 81.98 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 44 | 11 | 0 | 0.80 | 0.95 | 0.14 | 9.52 | 0.9 | 0.45 |
| Hex | DB | 2C | B | 0 | 50 | 5F | E | A | 5A | 2D |
| Octal | 333 | 54 | 13 | 0 | 120 | 137 | 16 | 12 | 132 | 55 |
| Binary | 11011011 | 101100 | 1011 | 0 | 1010000 | 1011111 | 1110 | 1010 | 1011010 | 101101 |
Color Harmonies of #DB2C0B
Complementary color
Monochromatic Colors of #DB2C0B
Black with #DB2C0B
Text Example
Text Example
White with #DB2C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2C0B; }
p { color: rgb(219,44,11); }
H1.HeaderClassName
{
color: #DB2C0B;
}
.AnyTagClassName
{
color: #DB2C0B;
}
</style>
background-color css
<style>
a { background-color: #DB2C0B; }
a { background-color: rgb(219,44,11); }
div.DivClassName
{
background-color: #DB2C0B;
}
.BgClassName
{
background-color: #DB2C0B;
}
</style>
border-color css
<style>
span { border-color: #DB2C0B; }
span { border-color: rgb(219,44,11); }
td.TdClassName
{
border-color: #DB2C0B;
}
.TagClassName
{
border-color: #DB2C0B;
}
</style>