Html Css Color HEX #DB4211 Harley Davidson Orange
📋 copy color: '#DB4211'red 219 ◦ green 66 ◦ blue 17
Shades of Harley Davidson Orange #DB4211
Tints of Harley Davidson Orange #DB4211
RGB
CMYK
RGB Variations
Color information
#DB4211 (or 0xDB4211) is known color: Harley Davidson Orange. HEX triplet: DB, 42 and 11. RGB value is (219,66,17). Sum of RGB (Red+Green+Blue) = 219+66+17=302 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.52% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 17 (7.03% from 255 or 5.63% from 302); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4211 is #24BDEE. Grayscale: #6A6A6A. Windows color (decimal): -2407919 or 1131227. OLE color: 1131227.
HSL color Cylindrical-coordinate representation of color #DB4211: hue angle of 14.55º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB4211 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 17 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.14 |
| HSL | 14.55º | 0.86% | 0.46% | - |
| HSV(B) | 14.55º | 0.92% | 0.86% | - |
| XYZ | 31.26 | 19 | 2.55 | - |
| YUV | 106.16 | 77.69 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 17 | 0 | 0.70 | 0.92 | 0.14 | 14.55 | 0.86 | 0.46 |
| Hex | DB | 42 | 11 | 0 | 46 | 5C | E | F | 56 | 2E |
| Octal | 333 | 102 | 21 | 0 | 106 | 134 | 16 | 17 | 126 | 56 |
| Binary | 11011011 | 1000010 | 10001 | 0 | 1000110 | 1011100 | 1110 | 1111 | 1010110 | 101110 |
Color Harmonies of #DB4211
Complementary color
Monochromatic Colors of #DB4211
Black with #DB4211
Text Example
Text Example
White with #DB4211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4211; }
p { color: rgb(219,66,17); }
H1.HeaderClassName
{
color: #DB4211;
}
.AnyTagClassName
{
color: #DB4211;
}
</style>
background-color css
<style>
a { background-color: #DB4211; }
a { background-color: rgb(219,66,17); }
div.DivClassName
{
background-color: #DB4211;
}
.BgClassName
{
background-color: #DB4211;
}
</style>
border-color css
<style>
span { border-color: #DB4211; }
span { border-color: rgb(219,66,17); }
td.TdClassName
{
border-color: #DB4211;
}
.TagClassName
{
border-color: #DB4211;
}
</style>