Html Css Color HEX #DB1D08 Harley Davidson Orange
📋 copy color: '#DB1D08'red 219 ◦ green 29 ◦ blue 8
Shades of Harley Davidson Orange #DB1D08
Tints of Harley Davidson Orange #DB1D08
RGB
CMYK
RGB Variations
Color information
#DB1D08 (or 0xDB1D08) is known color: Harley Davidson Orange. HEX triplet: DB, 1D and 08. RGB value is (219,29,8). Sum of RGB (Red+Green+Blue) = 219+29+8=256 (33% of max value = 765). Red value is 219 (85.94% from 255 or 85.55% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1D08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB1D08 is #24E2F7. Grayscale: #535353. Windows color (decimal): -2417400 or 531931. OLE color: 531931.
HSL color Cylindrical-coordinate representation of color #DB1D08: hue angle of 5.97º 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 #DB1D08 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 29 | 8 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.14 |
| HSL | 5.97º | 0.93% | 0.45% | - |
| HSV(B) | 5.97º | 0.96% | 0.86% | - |
| XYZ | 29.7 | 15.96 | 1.74 | - |
| YUV | 83.42 | 85.45 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 29 | 8 | 0 | 0.87 | 0.96 | 0.14 | 5.97 | 0.93 | 0.45 |
| Hex | DB | 1D | 8 | 0 | 57 | 60 | E | 6 | 5D | 2D |
| Octal | 333 | 35 | 10 | 0 | 127 | 140 | 16 | 6 | 135 | 55 |
| Binary | 11011011 | 11101 | 1000 | 0 | 1010111 | 1100000 | 1110 | 110 | 1011101 | 101101 |
Color Harmonies of #DB1D08
Complementary color
Monochromatic Colors of #DB1D08
Black with #DB1D08
Text Example
Text Example
White with #DB1D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1D08; }
p { color: rgb(219,29,8); }
H1.HeaderClassName
{
color: #DB1D08;
}
.AnyTagClassName
{
color: #DB1D08;
}
</style>
background-color css
<style>
a { background-color: #DB1D08; }
a { background-color: rgb(219,29,8); }
div.DivClassName
{
background-color: #DB1D08;
}
.BgClassName
{
background-color: #DB1D08;
}
</style>
border-color css
<style>
span { border-color: #DB1D08; }
span { border-color: rgb(219,29,8); }
td.TdClassName
{
border-color: #DB1D08;
}
.TagClassName
{
border-color: #DB1D08;
}
</style>