Html Css Color HEX #DB1D0B Harley Davidson Orange
📋 copy color: '#DB1D0B'red 219 ◦ green 29 ◦ blue 11
Shades of Harley Davidson Orange #DB1D0B
Tints of Harley Davidson Orange #DB1D0B
RGB
CMYK
RGB Variations
Color information
#DB1D0B (or 0xDB1D0B) is known color: Harley Davidson Orange. HEX triplet: DB, 1D and 0B. RGB value is (219,29,11). Sum of RGB (Red+Green+Blue) = 219+29+11=259 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.56% from 259); Green value is 29 (11.72% from 255 or 11.20% from 259); Blue value is 11 (4.69% from 255 or 4.25% from 259); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1D0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB1D0B is #24E2F4. Grayscale: #545454. Windows color (decimal): -2417397 or 728539. OLE color: 728539.
HSL color Cylindrical-coordinate representation of color #DB1D0B: hue angle of 5.19º 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 #DB1D0B is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 29 | 11 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.14 |
| HSL | 5.19º | 0.9% | 0.45% | - |
| HSV(B) | 5.19º | 0.95% | 0.86% | - |
| XYZ | 29.71 | 15.96 | 1.83 | - |
| YUV | 83.76 | 86.95 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 29 | 11 | 0 | 0.87 | 0.95 | 0.14 | 5.19 | 0.9 | 0.45 |
| Hex | DB | 1D | B | 0 | 57 | 5F | E | 5 | 5A | 2D |
| Octal | 333 | 35 | 13 | 0 | 127 | 137 | 16 | 5 | 132 | 55 |
| Binary | 11011011 | 11101 | 1011 | 0 | 1010111 | 1011111 | 1110 | 101 | 1011010 | 101101 |
Color Harmonies of #DB1D0B
Complementary color
Monochromatic Colors of #DB1D0B
Black with #DB1D0B
Text Example
Text Example
White with #DB1D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1D0B; }
p { color: rgb(219,29,11); }
H1.HeaderClassName
{
color: #DB1D0B;
}
.AnyTagClassName
{
color: #DB1D0B;
}
</style>
background-color css
<style>
a { background-color: #DB1D0B; }
a { background-color: rgb(219,29,11); }
div.DivClassName
{
background-color: #DB1D0B;
}
.BgClassName
{
background-color: #DB1D0B;
}
</style>
border-color css
<style>
span { border-color: #DB1D0B; }
span { border-color: rgb(219,29,11); }
td.TdClassName
{
border-color: #DB1D0B;
}
.TagClassName
{
border-color: #DB1D0B;
}
</style>