Html Css Color HEX #DB3014 Harley Davidson Orange
📋 copy color: '#DB3014'red 219 ◦ green 48 ◦ blue 20
Shades of Harley Davidson Orange #DB3014
Tints of Harley Davidson Orange #DB3014
RGB
CMYK
RGB Variations
Color information
#DB3014 (or 0xDB3014) is known color: Harley Davidson Orange. HEX triplet: DB, 30 and 14. RGB value is (219,48,20). Sum of RGB (Red+Green+Blue) = 219+48+20=287 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.31% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3014 is #24CFEB. Grayscale: #606060. Windows color (decimal): -2412524 or 1323227. OLE color: 1323227.
HSL color Cylindrical-coordinate representation of color #DB3014: hue angle of 8.44º 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 #DB3014 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 20 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.14 |
| HSL | 8.44º | 0.83% | 0.47% | - |
| HSV(B) | 8.44º | 0.91% | 0.86% | - |
| XYZ | 30.4 | 17.22 | 2.38 | - |
| YUV | 95.94 | 85.15 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 20 | 0 | 0.78 | 0.91 | 0.14 | 8.44 | 0.83 | 0.47 |
| Hex | DB | 30 | 14 | 0 | 4E | 5B | E | 8 | 53 | 2F |
| Octal | 333 | 60 | 24 | 0 | 116 | 133 | 16 | 10 | 123 | 57 |
| Binary | 11011011 | 110000 | 10100 | 0 | 1001110 | 1011011 | 1110 | 1000 | 1010011 | 101111 |
Color Harmonies of #DB3014
Complementary color
Monochromatic Colors of #DB3014
Black with #DB3014
Text Example
Text Example
White with #DB3014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3014; }
p { color: rgb(219,48,20); }
H1.HeaderClassName
{
color: #DB3014;
}
.AnyTagClassName
{
color: #DB3014;
}
</style>
background-color css
<style>
a { background-color: #DB3014; }
a { background-color: rgb(219,48,20); }
div.DivClassName
{
background-color: #DB3014;
}
.BgClassName
{
background-color: #DB3014;
}
</style>
border-color css
<style>
span { border-color: #DB3014; }
span { border-color: rgb(219,48,20); }
td.TdClassName
{
border-color: #DB3014;
}
.TagClassName
{
border-color: #DB3014;
}
</style>