Html Css Color HEX #DB4219 Harley Davidson Orange
📋 copy color: '#DB4219'red 219 ◦ green 66 ◦ blue 25
Shades of Harley Davidson Orange #DB4219
Tints of Harley Davidson Orange #DB4219
RGB
CMYK
RGB Variations
Color information
#DB4219 (or 0xDB4219) is known color: Harley Davidson Orange. HEX triplet: DB, 42 and 19. RGB value is (219,66,25). Sum of RGB (Red+Green+Blue) = 219+66+25=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4219 is #24BDE6. Grayscale: #6B6B6B. Windows color (decimal): -2407911 or 1655515. OLE color: 1655515.
HSL color Cylindrical-coordinate representation of color #DB4219: hue angle of 12.68º 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 #DB4219 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 25 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.14 |
| HSL | 12.68º | 0.8% | 0.48% | - |
| HSV(B) | 12.68º | 0.89% | 0.86% | - |
| XYZ | 31.34 | 19.03 | 2.94 | - |
| YUV | 107.07 | 81.69 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 25 | 0 | 0.70 | 0.89 | 0.14 | 12.68 | 0.8 | 0.48 |
| Hex | DB | 42 | 19 | 0 | 46 | 59 | E | D | 50 | 30 |
| Octal | 333 | 102 | 31 | 0 | 106 | 131 | 16 | 15 | 120 | 60 |
| Binary | 11011011 | 1000010 | 11001 | 0 | 1000110 | 1011001 | 1110 | 1101 | 1010000 | 110000 |
Color Harmonies of #DB4219
Complementary color
Monochromatic Colors of #DB4219
Black with #DB4219
Text Example
Text Example
White with #DB4219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4219; }
p { color: rgb(219,66,25); }
H1.HeaderClassName
{
color: #DB4219;
}
.AnyTagClassName
{
color: #DB4219;
}
</style>
background-color css
<style>
a { background-color: #DB4219; }
a { background-color: rgb(219,66,25); }
div.DivClassName
{
background-color: #DB4219;
}
.BgClassName
{
background-color: #DB4219;
}
</style>
border-color css
<style>
span { border-color: #DB4219; }
span { border-color: rgb(219,66,25); }
td.TdClassName
{
border-color: #DB4219;
}
.TagClassName
{
border-color: #DB4219;
}
</style>