Html Css Color HEX #DB330E Harley Davidson Orange
📋 copy color: '#DB330E'red 219 ◦ green 51 ◦ blue 14
Shades of Harley Davidson Orange #DB330E
Tints of Harley Davidson Orange #DB330E
RGB
CMYK
RGB Variations
Color information
#DB330E (or 0xDB330E) is known color: Harley Davidson Orange. HEX triplet: DB, 33 and 0E. RGB value is (219,51,14). Sum of RGB (Red+Green+Blue) = 219+51+14=284 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.11% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 219 - color contains mainly: red. Hex color #DB330E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB330E is #24CCF1. Grayscale: #616161. Windows color (decimal): -2411762 or 930779. OLE color: 930779.
HSL color Cylindrical-coordinate representation of color #DB330E: hue angle of 10.83º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB330E is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 51 | 14 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.14 |
| HSL | 10.83º | 0.88% | 0.46% | - |
| HSV(B) | 10.83º | 0.94% | 0.86% | - |
| XYZ | 30.48 | 17.46 | 2.18 | - |
| YUV | 97.01 | 81.16 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 14 | 0 | 0.77 | 0.94 | 0.14 | 10.83 | 0.88 | 0.46 |
| Hex | DB | 33 | E | 0 | 4D | 5E | E | B | 58 | 2E |
| Octal | 333 | 63 | 16 | 0 | 115 | 136 | 16 | 13 | 130 | 56 |
| Binary | 11011011 | 110011 | 1110 | 0 | 1001101 | 1011110 | 1110 | 1011 | 1011000 | 101110 |
Color Harmonies of #DB330E
Complementary color
Monochromatic Colors of #DB330E
Black with #DB330E
Text Example
Text Example
White with #DB330E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB330E; }
p { color: rgb(219,51,14); }
H1.HeaderClassName
{
color: #DB330E;
}
.AnyTagClassName
{
color: #DB330E;
}
</style>
background-color css
<style>
a { background-color: #DB330E; }
a { background-color: rgb(219,51,14); }
div.DivClassName
{
background-color: #DB330E;
}
.BgClassName
{
background-color: #DB330E;
}
</style>
border-color css
<style>
span { border-color: #DB330E; }
span { border-color: rgb(219,51,14); }
td.TdClassName
{
border-color: #DB330E;
}
.TagClassName
{
border-color: #DB330E;
}
</style>