Html Css Color HEX #DB290F Harley Davidson Orange
📋 copy color: '#DB290F'red 219 ◦ green 41 ◦ blue 15
Shades of Harley Davidson Orange #DB290F
Tints of Harley Davidson Orange #DB290F
RGB
CMYK
RGB Variations
Color information
#DB290F (or 0xDB290F) is known color: Harley Davidson Orange. HEX triplet: DB, 29 and 0F. RGB value is (219,41,15). Sum of RGB (Red+Green+Blue) = 219+41+15=275 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.64% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 219 - color contains mainly: red. Hex color #DB290F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB290F is #24D6F0. Grayscale: #5B5B5B. Windows color (decimal): -2414321 or 993755. OLE color: 993755.
HSL color Cylindrical-coordinate representation of color #DB290F: hue angle of 7.65º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB290F is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 15 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.14 |
| HSL | 7.65º | 0.87% | 0.46% | - |
| HSV(B) | 7.65º | 0.93% | 0.86% | - |
| XYZ | 30.09 | 16.68 | 2.09 | - |
| YUV | 91.26 | 84.97 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 15 | 0 | 0.81 | 0.93 | 0.14 | 7.65 | 0.87 | 0.46 |
| Hex | DB | 29 | F | 0 | 51 | 5D | E | 8 | 57 | 2E |
| Octal | 333 | 51 | 17 | 0 | 121 | 135 | 16 | 10 | 127 | 56 |
| Binary | 11011011 | 101001 | 1111 | 0 | 1010001 | 1011101 | 1110 | 1000 | 1010111 | 101110 |
Color Harmonies of #DB290F
Complementary color
Monochromatic Colors of #DB290F
Black with #DB290F
Text Example
Text Example
White with #DB290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB290F; }
p { color: rgb(219,41,15); }
H1.HeaderClassName
{
color: #DB290F;
}
.AnyTagClassName
{
color: #DB290F;
}
</style>
background-color css
<style>
a { background-color: #DB290F; }
a { background-color: rgb(219,41,15); }
div.DivClassName
{
background-color: #DB290F;
}
.BgClassName
{
background-color: #DB290F;
}
</style>
border-color css
<style>
span { border-color: #DB290F; }
span { border-color: rgb(219,41,15); }
td.TdClassName
{
border-color: #DB290F;
}
.TagClassName
{
border-color: #DB290F;
}
</style>