Html Css Color HEX #DB291C Harley Davidson Orange
📋 copy color: '#DB291C'red 219 ◦ green 41 ◦ blue 28
Shades of Harley Davidson Orange #DB291C
Tints of Harley Davidson Orange #DB291C
RGB
CMYK
RGB Variations
Color information
#DB291C (or 0xDB291C) is known color: Harley Davidson Orange. HEX triplet: DB, 29 and 1C. RGB value is (219,41,28). Sum of RGB (Red+Green+Blue) = 219+41+28=288 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.04% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 219 - color contains mainly: red. Hex color #DB291C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB291C is #24D6E3. Grayscale: #5C5C5C. Windows color (decimal): -2414308 or 1845723. OLE color: 1845723.
HSL color Cylindrical-coordinate representation of color #DB291C: hue angle of 4.08º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB291C is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 28 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.14 |
| HSL | 4.08º | 0.77% | 0.48% | - |
| HSV(B) | 4.08º | 0.87% | 0.86% | - |
| XYZ | 30.22 | 16.73 | 2.74 | - |
| YUV | 92.74 | 91.47 | 218.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 28 | 0 | 0.81 | 0.87 | 0.14 | 4.08 | 0.77 | 0.48 |
| Hex | DB | 29 | 1C | 0 | 51 | 57 | E | 4 | 4D | 30 |
| Octal | 333 | 51 | 34 | 0 | 121 | 127 | 16 | 4 | 115 | 60 |
| Binary | 11011011 | 101001 | 11100 | 0 | 1010001 | 1010111 | 1110 | 100 | 1001101 | 110000 |
Color Harmonies of #DB291C
Complementary color
Monochromatic Colors of #DB291C
Black with #DB291C
Text Example
Text Example
White with #DB291C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB291C; }
p { color: rgb(219,41,28); }
H1.HeaderClassName
{
color: #DB291C;
}
.AnyTagClassName
{
color: #DB291C;
}
</style>
background-color css
<style>
a { background-color: #DB291C; }
a { background-color: rgb(219,41,28); }
div.DivClassName
{
background-color: #DB291C;
}
.BgClassName
{
background-color: #DB291C;
}
</style>
border-color css
<style>
span { border-color: #DB291C; }
span { border-color: rgb(219,41,28); }
td.TdClassName
{
border-color: #DB291C;
}
.TagClassName
{
border-color: #DB291C;
}
</style>