Html Css Color HEX #DB2614 Harley Davidson Orange
📋 copy color: '#DB2614'red 219 ◦ green 38 ◦ blue 20
Shades of Harley Davidson Orange #DB2614
Tints of Harley Davidson Orange #DB2614
RGB
CMYK
RGB Variations
Color information
#DB2614 (or 0xDB2614) is known color: Harley Davidson Orange. HEX triplet: DB, 26 and 14. RGB value is (219,38,20). Sum of RGB (Red+Green+Blue) = 219+38+20=277 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.06% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2614 is #24D9EB. Grayscale: #5A5A5A. Windows color (decimal): -2415084 or 1320667. OLE color: 1320667.
HSL color Cylindrical-coordinate representation of color #DB2614: hue angle of 5.43º 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 #DB2614 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 20 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.14 |
| HSL | 5.43º | 0.83% | 0.47% | - |
| HSV(B) | 5.43º | 0.91% | 0.86% | - |
| XYZ | 30.03 | 16.5 | 2.26 | - |
| YUV | 90.07 | 88.47 | 219.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 20 | 0 | 0.83 | 0.91 | 0.14 | 5.43 | 0.83 | 0.47 |
| Hex | DB | 26 | 14 | 0 | 53 | 5B | E | 5 | 53 | 2F |
| Octal | 333 | 46 | 24 | 0 | 123 | 133 | 16 | 5 | 123 | 57 |
| Binary | 11011011 | 100110 | 10100 | 0 | 1010011 | 1011011 | 1110 | 101 | 1010011 | 101111 |
Color Harmonies of #DB2614
Complementary color
Monochromatic Colors of #DB2614
Black with #DB2614
Text Example
Text Example
White with #DB2614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2614; }
p { color: rgb(219,38,20); }
H1.HeaderClassName
{
color: #DB2614;
}
.AnyTagClassName
{
color: #DB2614;
}
</style>
background-color css
<style>
a { background-color: #DB2614; }
a { background-color: rgb(219,38,20); }
div.DivClassName
{
background-color: #DB2614;
}
.BgClassName
{
background-color: #DB2614;
}
</style>
border-color css
<style>
span { border-color: #DB2614; }
span { border-color: rgb(219,38,20); }
td.TdClassName
{
border-color: #DB2614;
}
.TagClassName
{
border-color: #DB2614;
}
</style>