Html Css Color HEX #DB3719 Harley Davidson Orange
📋 copy color: '#DB3719'red 219 ◦ green 55 ◦ blue 25
Shades of Harley Davidson Orange #DB3719
Tints of Harley Davidson Orange #DB3719
RGB
CMYK
RGB Variations
Color information
#DB3719 (or 0xDB3719) is known color: Harley Davidson Orange. HEX triplet: DB, 37 and 19. RGB value is (219,55,25). Sum of RGB (Red+Green+Blue) = 219+55+25=299 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.24% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3719 is #24C8E6. Grayscale: #646464. Windows color (decimal): -2410727 or 1652699. OLE color: 1652699.
HSL color Cylindrical-coordinate representation of color #DB3719: hue angle of 9.28º 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 #DB3719 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 25 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.14 |
| HSL | 9.28º | 0.8% | 0.48% | - |
| HSV(B) | 9.28º | 0.89% | 0.86% | - |
| XYZ | 30.76 | 17.86 | 2.75 | - |
| YUV | 100.62 | 85.33 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 25 | 0 | 0.75 | 0.89 | 0.14 | 9.28 | 0.8 | 0.48 |
| Hex | DB | 37 | 19 | 0 | 4B | 59 | E | 9 | 50 | 30 |
| Octal | 333 | 67 | 31 | 0 | 113 | 131 | 16 | 11 | 120 | 60 |
| Binary | 11011011 | 110111 | 11001 | 0 | 1001011 | 1011001 | 1110 | 1001 | 1010000 | 110000 |
Color Harmonies of #DB3719
Complementary color
Monochromatic Colors of #DB3719
Black with #DB3719
Text Example
Text Example
White with #DB3719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3719; }
p { color: rgb(219,55,25); }
H1.HeaderClassName
{
color: #DB3719;
}
.AnyTagClassName
{
color: #DB3719;
}
</style>
background-color css
<style>
a { background-color: #DB3719; }
a { background-color: rgb(219,55,25); }
div.DivClassName
{
background-color: #DB3719;
}
.BgClassName
{
background-color: #DB3719;
}
</style>
border-color css
<style>
span { border-color: #DB3719; }
span { border-color: rgb(219,55,25); }
td.TdClassName
{
border-color: #DB3719;
}
.TagClassName
{
border-color: #DB3719;
}
</style>