Html Css Color HEX #DB1E10 Harley Davidson Orange
📋 copy color: '#DB1E10'red 219 ◦ green 30 ◦ blue 16
Shades of Harley Davidson Orange #DB1E10
Tints of Harley Davidson Orange #DB1E10
RGB
CMYK
RGB Variations
Color information
#DB1E10 (or 0xDB1E10) is known color: Harley Davidson Orange. HEX triplet: DB, 1E and 10. RGB value is (219,30,16). Sum of RGB (Red+Green+Blue) = 219+30+16=265 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.64% from 265); Green value is 30 (12.11% from 255 or 11.32% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1E10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB1E10 is #24E1EF. Grayscale: #555555. Windows color (decimal): -2417136 or 1056475. OLE color: 1056475.
HSL color Cylindrical-coordinate representation of color #DB1E10: hue angle of 4.14º degrees, saturation: 0.86, 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 #DB1E10 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 30 | 16 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.14 |
| HSL | 4.14º | 0.86% | 0.46% | - |
| HSV(B) | 4.14º | 0.93% | 0.86% | - |
| XYZ | 29.77 | 16.03 | 2.01 | - |
| YUV | 84.92 | 89.12 | 223.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 30 | 16 | 0 | 0.86 | 0.93 | 0.14 | 4.14 | 0.86 | 0.46 |
| Hex | DB | 1E | 10 | 0 | 56 | 5D | E | 4 | 56 | 2E |
| Octal | 333 | 36 | 20 | 0 | 126 | 135 | 16 | 4 | 126 | 56 |
| Binary | 11011011 | 11110 | 10000 | 0 | 1010110 | 1011101 | 1110 | 100 | 1010110 | 101110 |
Color Harmonies of #DB1E10
Complementary color
Monochromatic Colors of #DB1E10
Black with #DB1E10
Text Example
Text Example
White with #DB1E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1E10; }
p { color: rgb(219,30,16); }
H1.HeaderClassName
{
color: #DB1E10;
}
.AnyTagClassName
{
color: #DB1E10;
}
</style>
background-color css
<style>
a { background-color: #DB1E10; }
a { background-color: rgb(219,30,16); }
div.DivClassName
{
background-color: #DB1E10;
}
.BgClassName
{
background-color: #DB1E10;
}
</style>
border-color css
<style>
span { border-color: #DB1E10; }
span { border-color: rgb(219,30,16); }
td.TdClassName
{
border-color: #DB1E10;
}
.TagClassName
{
border-color: #DB1E10;
}
</style>