Html Css Color HEX #DB3F19 Harley Davidson Orange
📋 copy color: '#DB3F19'red 219 ◦ green 63 ◦ blue 25
Shades of Harley Davidson Orange #DB3F19
Tints of Harley Davidson Orange #DB3F19
RGB
CMYK
RGB Variations
Color information
#DB3F19 (or 0xDB3F19) is known color: Harley Davidson Orange. HEX triplet: DB, 3F and 19. RGB value is (219,63,25). Sum of RGB (Red+Green+Blue) = 219+63+25=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3F19 is #24C0E6. Grayscale: #696969. Windows color (decimal): -2408679 or 1654747. OLE color: 1654747.
HSL color Cylindrical-coordinate representation of color #DB3F19: hue angle of 11.75º 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 #DB3F19 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 25 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.14 |
| HSL | 11.75º | 0.8% | 0.48% | - |
| HSV(B) | 11.75º | 0.89% | 0.86% | - |
| XYZ | 31.17 | 18.69 | 2.88 | - |
| YUV | 105.31 | 82.68 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 25 | 0 | 0.71 | 0.89 | 0.14 | 11.75 | 0.8 | 0.48 |
| Hex | DB | 3F | 19 | 0 | 47 | 59 | E | C | 50 | 30 |
| Octal | 333 | 77 | 31 | 0 | 107 | 131 | 16 | 14 | 120 | 60 |
| Binary | 11011011 | 111111 | 11001 | 0 | 1000111 | 1011001 | 1110 | 1100 | 1010000 | 110000 |
Color Harmonies of #DB3F19
Complementary color
Monochromatic Colors of #DB3F19
Black with #DB3F19
Text Example
Text Example
White with #DB3F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3F19; }
p { color: rgb(219,63,25); }
H1.HeaderClassName
{
color: #DB3F19;
}
.AnyTagClassName
{
color: #DB3F19;
}
</style>
background-color css
<style>
a { background-color: #DB3F19; }
a { background-color: rgb(219,63,25); }
div.DivClassName
{
background-color: #DB3F19;
}
.BgClassName
{
background-color: #DB3F19;
}
</style>
border-color css
<style>
span { border-color: #DB3F19; }
span { border-color: rgb(219,63,25); }
td.TdClassName
{
border-color: #DB3F19;
}
.TagClassName
{
border-color: #DB3F19;
}
</style>