Html Css Color HEX #DB4514 Harley Davidson Orange
📋 copy color: '#DB4514'red 219 ◦ green 69 ◦ blue 20
Shades of Harley Davidson Orange #DB4514
Tints of Harley Davidson Orange #DB4514
RGB
CMYK
RGB Variations
Color information
#DB4514 (or 0xDB4514) is known color: Harley Davidson Orange. HEX triplet: DB, 45 and 14. RGB value is (219,69,20). Sum of RGB (Red+Green+Blue) = 219+69+20=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4514 is #24BAEB. Grayscale: #6C6C6C. Windows color (decimal): -2407148 or 1328603. OLE color: 1328603.
HSL color Cylindrical-coordinate representation of color #DB4514: hue angle of 14.77º 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 #DB4514 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 20 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.14 |
| HSL | 14.77º | 0.83% | 0.47% | - |
| HSV(B) | 14.77º | 0.91% | 0.86% | - |
| XYZ | 31.47 | 19.37 | 2.74 | - |
| YUV | 108.26 | 78.2 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 20 | 0 | 0.68 | 0.91 | 0.14 | 14.77 | 0.83 | 0.47 |
| Hex | DB | 45 | 14 | 0 | 44 | 5B | E | F | 53 | 2F |
| Octal | 333 | 105 | 24 | 0 | 104 | 133 | 16 | 17 | 123 | 57 |
| Binary | 11011011 | 1000101 | 10100 | 0 | 1000100 | 1011011 | 1110 | 1111 | 1010011 | 101111 |
Color Harmonies of #DB4514
Complementary color
Monochromatic Colors of #DB4514
Black with #DB4514
Text Example
Text Example
White with #DB4514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4514; }
p { color: rgb(219,69,20); }
H1.HeaderClassName
{
color: #DB4514;
}
.AnyTagClassName
{
color: #DB4514;
}
</style>
background-color css
<style>
a { background-color: #DB4514; }
a { background-color: rgb(219,69,20); }
div.DivClassName
{
background-color: #DB4514;
}
.BgClassName
{
background-color: #DB4514;
}
</style>
border-color css
<style>
span { border-color: #DB4514; }
span { border-color: rgb(219,69,20); }
td.TdClassName
{
border-color: #DB4514;
}
.TagClassName
{
border-color: #DB4514;
}
</style>