Html Css Color HEX #DB4613 Harley Davidson Orange
📋 copy color: '#DB4613'red 219 ◦ green 70 ◦ blue 19
Shades of Harley Davidson Orange #DB4613
Tints of Harley Davidson Orange #DB4613
RGB
CMYK
RGB Variations
Color information
#DB4613 (or 0xDB4613) is known color: Harley Davidson Orange. HEX triplet: DB, 46 and 13. RGB value is (219,70,19). Sum of RGB (Red+Green+Blue) = 219+70+19=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4613 is #24B9EC. Grayscale: #6D6D6D. Windows color (decimal): -2406893 or 1263323. OLE color: 1263323.
HSL color Cylindrical-coordinate representation of color #DB4613: hue angle of 15.3º 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 #DB4613 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 19 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.14 |
| HSL | 15.3º | 0.84% | 0.47% | - |
| HSV(B) | 15.3º | 0.91% | 0.86% | - |
| XYZ | 31.52 | 19.49 | 2.72 | - |
| YUV | 108.74 | 77.36 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 19 | 0 | 0.68 | 0.91 | 0.14 | 15.3 | 0.84 | 0.47 |
| Hex | DB | 46 | 13 | 0 | 44 | 5B | E | F | 54 | 2F |
| Octal | 333 | 106 | 23 | 0 | 104 | 133 | 16 | 17 | 124 | 57 |
| Binary | 11011011 | 1000110 | 10011 | 0 | 1000100 | 1011011 | 1110 | 1111 | 1010100 | 101111 |
Color Harmonies of #DB4613
Complementary color
Monochromatic Colors of #DB4613
Black with #DB4613
Text Example
Text Example
White with #DB4613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4613; }
p { color: rgb(219,70,19); }
H1.HeaderClassName
{
color: #DB4613;
}
.AnyTagClassName
{
color: #DB4613;
}
</style>
background-color css
<style>
a { background-color: #DB4613; }
a { background-color: rgb(219,70,19); }
div.DivClassName
{
background-color: #DB4613;
}
.BgClassName
{
background-color: #DB4613;
}
</style>
border-color css
<style>
span { border-color: #DB4613; }
span { border-color: rgb(219,70,19); }
td.TdClassName
{
border-color: #DB4613;
}
.TagClassName
{
border-color: #DB4613;
}
</style>