Html Css Color HEX #DB1C08 Harley Davidson Orange
📋 copy color: '#DB1C08'red 219 ◦ green 28 ◦ blue 8
Shades of Harley Davidson Orange #DB1C08
Tints of Harley Davidson Orange #DB1C08
RGB
CMYK
RGB Variations
Color information
#DB1C08 (or 0xDB1C08) is known color: Harley Davidson Orange. HEX triplet: DB, 1C and 08. RGB value is (219,28,8). Sum of RGB (Red+Green+Blue) = 219+28+8=255 (33% of max value = 765). Red value is 219 (85.94% from 255 or 85.88% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 8 (3.52% from 255 or 3.14% from 255); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB1C08 is #24E3F7. Grayscale: #535353. Windows color (decimal): -2417656 or 531675. OLE color: 531675.
HSL color Cylindrical-coordinate representation of color #DB1C08: hue angle of 5.69º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB1C08 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 8 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.14 |
| HSL | 5.69º | 0.93% | 0.45% | - |
| HSV(B) | 5.69º | 0.96% | 0.86% | - |
| XYZ | 29.67 | 15.91 | 1.74 | - |
| YUV | 82.83 | 85.78 | 225.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 8 | 0 | 0.87 | 0.96 | 0.14 | 5.69 | 0.93 | 0.45 |
| Hex | DB | 1C | 8 | 0 | 57 | 60 | E | 6 | 5D | 2D |
| Octal | 333 | 34 | 10 | 0 | 127 | 140 | 16 | 6 | 135 | 55 |
| Binary | 11011011 | 11100 | 1000 | 0 | 1010111 | 1100000 | 1110 | 110 | 1011101 | 101101 |
Color Harmonies of #DB1C08
Complementary color
Monochromatic Colors of #DB1C08
Black with #DB1C08
Text Example
Text Example
White with #DB1C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1C08; }
p { color: rgb(219,28,8); }
H1.HeaderClassName
{
color: #DB1C08;
}
.AnyTagClassName
{
color: #DB1C08;
}
</style>
background-color css
<style>
a { background-color: #DB1C08; }
a { background-color: rgb(219,28,8); }
div.DivClassName
{
background-color: #DB1C08;
}
.BgClassName
{
background-color: #DB1C08;
}
</style>
border-color css
<style>
span { border-color: #DB1C08; }
span { border-color: rgb(219,28,8); }
td.TdClassName
{
border-color: #DB1C08;
}
.TagClassName
{
border-color: #DB1C08;
}
</style>