Html Css Color HEX #DB4014 Harley Davidson Orange
📋 copy color: '#DB4014'red 219 ◦ green 64 ◦ blue 20
Shades of Harley Davidson Orange #DB4014
Tints of Harley Davidson Orange #DB4014
RGB
CMYK
RGB Variations
Color information
#DB4014 (or 0xDB4014) is known color: Harley Davidson Orange. HEX triplet: DB, 40 and 14. RGB value is (219,64,20). Sum of RGB (Red+Green+Blue) = 219+64+20=303 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.28% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4014 is #24BFEB. Grayscale: #696969. Windows color (decimal): -2408428 or 1327323. OLE color: 1327323.
HSL color Cylindrical-coordinate representation of color #DB4014: hue angle of 13.27º 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 #DB4014 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 20 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.14 |
| HSL | 13.27º | 0.83% | 0.47% | - |
| HSV(B) | 13.27º | 0.91% | 0.86% | - |
| XYZ | 31.17 | 18.78 | 2.64 | - |
| YUV | 105.33 | 79.85 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 20 | 0 | 0.71 | 0.91 | 0.14 | 13.27 | 0.83 | 0.47 |
| Hex | DB | 40 | 14 | 0 | 47 | 5B | E | D | 53 | 2F |
| Octal | 333 | 100 | 24 | 0 | 107 | 133 | 16 | 15 | 123 | 57 |
| Binary | 11011011 | 1000000 | 10100 | 0 | 1000111 | 1011011 | 1110 | 1101 | 1010011 | 101111 |
Color Harmonies of #DB4014
Complementary color
Monochromatic Colors of #DB4014
Black with #DB4014
Text Example
Text Example
White with #DB4014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4014; }
p { color: rgb(219,64,20); }
H1.HeaderClassName
{
color: #DB4014;
}
.AnyTagClassName
{
color: #DB4014;
}
</style>
background-color css
<style>
a { background-color: #DB4014; }
a { background-color: rgb(219,64,20); }
div.DivClassName
{
background-color: #DB4014;
}
.BgClassName
{
background-color: #DB4014;
}
</style>
border-color css
<style>
span { border-color: #DB4014; }
span { border-color: rgb(219,64,20); }
td.TdClassName
{
border-color: #DB4014;
}
.TagClassName
{
border-color: #DB4014;
}
</style>