Html Css Color HEX #DB290D Harley Davidson Orange
📋 copy color: '#DB290D'red 219 ◦ green 41 ◦ blue 13
Shades of Harley Davidson Orange #DB290D
Tints of Harley Davidson Orange #DB290D
RGB
CMYK
RGB Variations
Color information
#DB290D (or 0xDB290D) is known color: Harley Davidson Orange. HEX triplet: DB, 29 and 0D. RGB value is (219,41,13). Sum of RGB (Red+Green+Blue) = 219+41+13=273 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.22% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 219 - color contains mainly: red. Hex color #DB290D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB290D is #24D6F2. Grayscale: #5B5B5B. Windows color (decimal): -2414323 or 862683. OLE color: 862683.
HSL color Cylindrical-coordinate representation of color #DB290D: hue angle of 8.16º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB290D is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 13 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.14 |
| HSL | 8.16º | 0.89% | 0.45% | - |
| HSV(B) | 8.16º | 0.94% | 0.86% | - |
| XYZ | 30.08 | 16.68 | 2.01 | - |
| YUV | 91.03 | 83.97 | 219.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 13 | 0 | 0.81 | 0.94 | 0.14 | 8.16 | 0.89 | 0.45 |
| Hex | DB | 29 | D | 0 | 51 | 5E | E | 8 | 59 | 2D |
| Octal | 333 | 51 | 15 | 0 | 121 | 136 | 16 | 10 | 131 | 55 |
| Binary | 11011011 | 101001 | 1101 | 0 | 1010001 | 1011110 | 1110 | 1000 | 1011001 | 101101 |
Color Harmonies of #DB290D
Complementary color
Monochromatic Colors of #DB290D
Black with #DB290D
Text Example
Text Example
White with #DB290D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB290D; }
p { color: rgb(219,41,13); }
H1.HeaderClassName
{
color: #DB290D;
}
.AnyTagClassName
{
color: #DB290D;
}
</style>
background-color css
<style>
a { background-color: #DB290D; }
a { background-color: rgb(219,41,13); }
div.DivClassName
{
background-color: #DB290D;
}
.BgClassName
{
background-color: #DB290D;
}
</style>
border-color css
<style>
span { border-color: #DB290D; }
span { border-color: rgb(219,41,13); }
td.TdClassName
{
border-color: #DB290D;
}
.TagClassName
{
border-color: #DB290D;
}
</style>