Html Css Color HEX #DB4C19 Harley Davidson Orange
📋 copy color: '#DB4C19'red 219 ◦ green 76 ◦ blue 25
Shades of Harley Davidson Orange #DB4C19
Tints of Harley Davidson Orange #DB4C19
RGB
CMYK
RGB Variations
Color information
#DB4C19 (or 0xDB4C19) is known color: Harley Davidson Orange. HEX triplet: DB, 4C and 19. RGB value is (219,76,25). Sum of RGB (Red+Green+Blue) = 219+76+25=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4C19 is #24B3E6. Grayscale: #717171. Windows color (decimal): -2405351 or 1658075. OLE color: 1658075.
HSL color Cylindrical-coordinate representation of color #DB4C19: hue angle of 15.77º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB4C19 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 25 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.14 |
| HSL | 15.77º | 0.8% | 0.48% | - |
| HSV(B) | 15.77º | 0.89% | 0.86% | - |
| XYZ | 31.97 | 20.3 | 3.15 | - |
| YUV | 112.94 | 78.38 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 25 | 0 | 0.65 | 0.89 | 0.14 | 15.77 | 0.8 | 0.48 |
| Hex | DB | 4C | 19 | 0 | 41 | 59 | E | 10 | 50 | 30 |
| Octal | 333 | 114 | 31 | 0 | 101 | 131 | 16 | 20 | 120 | 60 |
| Binary | 11011011 | 1001100 | 11001 | 0 | 1000001 | 1011001 | 1110 | 10000 | 1010000 | 110000 |
Color Harmonies of #DB4C19
Complementary color
Monochromatic Colors of #DB4C19
Black with #DB4C19
Text Example
Text Example
White with #DB4C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4C19; }
p { color: rgb(219,76,25); }
H1.HeaderClassName
{
color: #DB4C19;
}
.AnyTagClassName
{
color: #DB4C19;
}
</style>
background-color css
<style>
a { background-color: #DB4C19; }
a { background-color: rgb(219,76,25); }
div.DivClassName
{
background-color: #DB4C19;
}
.BgClassName
{
background-color: #DB4C19;
}
</style>
border-color css
<style>
span { border-color: #DB4C19; }
span { border-color: rgb(219,76,25); }
td.TdClassName
{
border-color: #DB4C19;
}
.TagClassName
{
border-color: #DB4C19;
}
</style>