Html Css Color HEX #DB4813 Harley Davidson Orange
📋 copy color: '#DB4813'red 219 ◦ green 72 ◦ blue 19
Shades of Harley Davidson Orange #DB4813
Tints of Harley Davidson Orange #DB4813
RGB
CMYK
RGB Variations
Color information
#DB4813 (or 0xDB4813) is known color: Harley Davidson Orange. HEX triplet: DB, 48 and 13. RGB value is (219,72,19). Sum of RGB (Red+Green+Blue) = 219+72+19=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4813 is #24B7EC. Grayscale: #6E6E6E. Windows color (decimal): -2406381 or 1263835. OLE color: 1263835.
HSL color Cylindrical-coordinate representation of color #DB4813: hue angle of 15.9º 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 #DB4813 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 19 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.14 |
| HSL | 15.9º | 0.84% | 0.47% | - |
| HSV(B) | 15.9º | 0.91% | 0.86% | - |
| XYZ | 31.65 | 19.74 | 2.76 | - |
| YUV | 109.91 | 76.7 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 19 | 0 | 0.67 | 0.91 | 0.14 | 15.9 | 0.84 | 0.47 |
| Hex | DB | 48 | 13 | 0 | 43 | 5B | E | 10 | 54 | 2F |
| Octal | 333 | 110 | 23 | 0 | 103 | 133 | 16 | 20 | 124 | 57 |
| Binary | 11011011 | 1001000 | 10011 | 0 | 1000011 | 1011011 | 1110 | 10000 | 1010100 | 101111 |
Color Harmonies of #DB4813
Complementary color
Monochromatic Colors of #DB4813
Black with #DB4813
Text Example
Text Example
White with #DB4813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4813; }
p { color: rgb(219,72,19); }
H1.HeaderClassName
{
color: #DB4813;
}
.AnyTagClassName
{
color: #DB4813;
}
</style>
background-color css
<style>
a { background-color: #DB4813; }
a { background-color: rgb(219,72,19); }
div.DivClassName
{
background-color: #DB4813;
}
.BgClassName
{
background-color: #DB4813;
}
</style>
border-color css
<style>
span { border-color: #DB4813; }
span { border-color: rgb(219,72,19); }
td.TdClassName
{
border-color: #DB4813;
}
.TagClassName
{
border-color: #DB4813;
}
</style>