Html Css Color HEX #DB4913 Harley Davidson Orange
📋 copy color: '#DB4913'red 219 ◦ green 73 ◦ blue 19
Shades of Harley Davidson Orange #DB4913
Tints of Harley Davidson Orange #DB4913
RGB
CMYK
RGB Variations
Color information
#DB4913 (or 0xDB4913) is known color: Harley Davidson Orange. HEX triplet: DB, 49 and 13. RGB value is (219,73,19). Sum of RGB (Red+Green+Blue) = 219+73+19=311 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.42% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4913 is #24B6EC. Grayscale: #6E6E6E. Windows color (decimal): -2406125 or 1264091. OLE color: 1264091.
HSL color Cylindrical-coordinate representation of color #DB4913: hue angle of 16.2º degrees, saturation: 0.84, 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 #DB4913 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 19 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.14 |
| HSL | 16.2º | 0.84% | 0.47% | - |
| HSV(B) | 16.2º | 0.91% | 0.86% | - |
| XYZ | 31.71 | 19.87 | 2.78 | - |
| YUV | 110.5 | 76.37 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 19 | 0 | 0.67 | 0.91 | 0.14 | 16.2 | 0.84 | 0.47 |
| Hex | DB | 49 | 13 | 0 | 43 | 5B | E | 10 | 54 | 2F |
| Octal | 333 | 111 | 23 | 0 | 103 | 133 | 16 | 20 | 124 | 57 |
| Binary | 11011011 | 1001001 | 10011 | 0 | 1000011 | 1011011 | 1110 | 10000 | 1010100 | 101111 |
Color Harmonies of #DB4913
Complementary color
Monochromatic Colors of #DB4913
Black with #DB4913
Text Example
Text Example
White with #DB4913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4913; }
p { color: rgb(219,73,19); }
H1.HeaderClassName
{
color: #DB4913;
}
.AnyTagClassName
{
color: #DB4913;
}
</style>
background-color css
<style>
a { background-color: #DB4913; }
a { background-color: rgb(219,73,19); }
div.DivClassName
{
background-color: #DB4913;
}
.BgClassName
{
background-color: #DB4913;
}
</style>
border-color css
<style>
span { border-color: #DB4913; }
span { border-color: rgb(219,73,19); }
td.TdClassName
{
border-color: #DB4913;
}
.TagClassName
{
border-color: #DB4913;
}
</style>