Html Css Color HEX #DB290A Harley Davidson Orange
📋 copy color: '#DB290A'red 219 ◦ green 41 ◦ blue 10
Shades of Harley Davidson Orange #DB290A
Tints of Harley Davidson Orange #DB290A
RGB
CMYK
RGB Variations
Color information
#DB290A (or 0xDB290A) is known color: Harley Davidson Orange. HEX triplet: DB, 29 and 0A. RGB value is (219,41,10). Sum of RGB (Red+Green+Blue) = 219+41+10=270 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.11% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 219 - color contains mainly: red. Hex color #DB290A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB290A is #24D6F5. Grayscale: #5A5A5A. Windows color (decimal): -2414326 or 666075. OLE color: 666075.
HSL color Cylindrical-coordinate representation of color #DB290A: hue angle of 8.9º degrees, saturation: 0.91, 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 #DB290A is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 10 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.14 |
| HSL | 8.9º | 0.91% | 0.45% | - |
| HSV(B) | 8.9º | 0.95% | 0.86% | - |
| XYZ | 30.06 | 16.67 | 1.92 | - |
| YUV | 90.69 | 82.47 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 10 | 0 | 0.81 | 0.95 | 0.14 | 8.9 | 0.91 | 0.45 |
| Hex | DB | 29 | A | 0 | 51 | 5F | E | 9 | 5B | 2D |
| Octal | 333 | 51 | 12 | 0 | 121 | 137 | 16 | 11 | 133 | 55 |
| Binary | 11011011 | 101001 | 1010 | 0 | 1010001 | 1011111 | 1110 | 1001 | 1011011 | 101101 |
Color Harmonies of #DB290A
Complementary color
Monochromatic Colors of #DB290A
Black with #DB290A
Text Example
Text Example
White with #DB290A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB290A; }
p { color: rgb(219,41,10); }
H1.HeaderClassName
{
color: #DB290A;
}
.AnyTagClassName
{
color: #DB290A;
}
</style>
background-color css
<style>
a { background-color: #DB290A; }
a { background-color: rgb(219,41,10); }
div.DivClassName
{
background-color: #DB290A;
}
.BgClassName
{
background-color: #DB290A;
}
</style>
border-color css
<style>
span { border-color: #DB290A; }
span { border-color: rgb(219,41,10); }
td.TdClassName
{
border-color: #DB290A;
}
.TagClassName
{
border-color: #DB290A;
}
</style>