Html Css Color HEX #DB291F Harley Davidson Orange
📋 copy color: '#DB291F'red 219 ◦ green 41 ◦ blue 31
Shades of Harley Davidson Orange #DB291F
Tints of Harley Davidson Orange #DB291F
RGB
CMYK
RGB Variations
Color information
#DB291F (or 0xDB291F) is known color: Harley Davidson Orange. HEX triplet: DB, 29 and 1F. RGB value is (219,41,31). Sum of RGB (Red+Green+Blue) = 219+41+31=291 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.26% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 219 - color contains mainly: red. Hex color #DB291F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB291F is #24D6E0. Grayscale: #5D5D5D. Windows color (decimal): -2414305 or 2042331. OLE color: 2042331.
HSL color Cylindrical-coordinate representation of color #DB291F: hue angle of 3.19º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB291F is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 31 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.14 |
| HSL | 3.19º | 0.75% | 0.49% | - |
| HSV(B) | 3.19º | 0.86% | 0.86% | - |
| XYZ | 30.25 | 16.74 | 2.93 | - |
| YUV | 93.08 | 92.97 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 31 | 0 | 0.81 | 0.86 | 0.14 | 3.19 | 0.75 | 0.49 |
| Hex | DB | 29 | 1F | 0 | 51 | 56 | E | 3 | 4B | 31 |
| Octal | 333 | 51 | 37 | 0 | 121 | 126 | 16 | 3 | 113 | 61 |
| Binary | 11011011 | 101001 | 11111 | 0 | 1010001 | 1010110 | 1110 | 11 | 1001011 | 110001 |
Color Harmonies of #DB291F
Complementary color
Monochromatic Colors of #DB291F
Black with #DB291F
Text Example
Text Example
White with #DB291F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB291F; }
p { color: rgb(219,41,31); }
H1.HeaderClassName
{
color: #DB291F;
}
.AnyTagClassName
{
color: #DB291F;
}
</style>
background-color css
<style>
a { background-color: #DB291F; }
a { background-color: rgb(219,41,31); }
div.DivClassName
{
background-color: #DB291F;
}
.BgClassName
{
background-color: #DB291F;
}
</style>
border-color css
<style>
span { border-color: #DB291F; }
span { border-color: rgb(219,41,31); }
td.TdClassName
{
border-color: #DB291F;
}
.TagClassName
{
border-color: #DB291F;
}
</style>