Html Css Color HEX #DB1614 Harley Davidson Orange
📋 copy color: '#DB1614'red 219 ◦ green 22 ◦ blue 20
Shades of Harley Davidson Orange #DB1614
Tints of Harley Davidson Orange #DB1614
RGB
CMYK
RGB Variations
Color information
#DB1614 (or 0xDB1614) is known color: Harley Davidson Orange. HEX triplet: DB, 16 and 14. RGB value is (219,22,20). Sum of RGB (Red+Green+Blue) = 219+22+20=261 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.91% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1614 is #24E9EB. Grayscale: #505050. Windows color (decimal): -2419180 or 1316571. OLE color: 1316571.
HSL color Cylindrical-coordinate representation of color #DB1614: hue angle of 0.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB1614 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 20 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.14 |
| HSL | 0.6º | 0.83% | 0.47% | - |
| HSV(B) | 0.6º | 0.91% | 0.86% | - |
| XYZ | 29.63 | 15.68 | 2.13 | - |
| YUV | 80.68 | 93.77 | 226.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 20 | 0 | 0.90 | 0.91 | 0.14 | 0.6 | 0.83 | 0.47 |
| Hex | DB | 16 | 14 | 0 | 5A | 5B | E | 1 | 53 | 2F |
| Octal | 333 | 26 | 24 | 0 | 132 | 133 | 16 | 1 | 123 | 57 |
| Binary | 11011011 | 10110 | 10100 | 0 | 1011010 | 1011011 | 1110 | 1 | 1010011 | 101111 |
Color Harmonies of #DB1614
Complementary color
Monochromatic Colors of #DB1614
Black with #DB1614
Text Example
Text Example
White with #DB1614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1614; }
p { color: rgb(219,22,20); }
H1.HeaderClassName
{
color: #DB1614;
}
.AnyTagClassName
{
color: #DB1614;
}
</style>
background-color css
<style>
a { background-color: #DB1614; }
a { background-color: rgb(219,22,20); }
div.DivClassName
{
background-color: #DB1614;
}
.BgClassName
{
background-color: #DB1614;
}
</style>
border-color css
<style>
span { border-color: #DB1614; }
span { border-color: rgb(219,22,20); }
td.TdClassName
{
border-color: #DB1614;
}
.TagClassName
{
border-color: #DB1614;
}
</style>