Html Css Color HEX #DB330D Harley Davidson Orange
📋 copy color: '#DB330D'red 219 ◦ green 51 ◦ blue 13
Shades of Harley Davidson Orange #DB330D
Tints of Harley Davidson Orange #DB330D
RGB
CMYK
RGB Variations
Color information
#DB330D (or 0xDB330D) is known color: Harley Davidson Orange. HEX triplet: DB, 33 and 0D. RGB value is (219,51,13). Sum of RGB (Red+Green+Blue) = 219+51+13=283 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.39% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 219 - color contains mainly: red. Hex color #DB330D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB330D is #24CCF2. Grayscale: #616161. Windows color (decimal): -2411763 or 865243. OLE color: 865243.
HSL color Cylindrical-coordinate representation of color #DB330D: hue angle of 11.07º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB330D is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 51 | 13 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.14 |
| HSL | 11.07º | 0.89% | 0.45% | - |
| HSV(B) | 11.07º | 0.94% | 0.86% | - |
| XYZ | 30.47 | 17.46 | 2.14 | - |
| YUV | 96.9 | 80.66 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 13 | 0 | 0.77 | 0.94 | 0.14 | 11.07 | 0.89 | 0.45 |
| Hex | DB | 33 | D | 0 | 4D | 5E | E | B | 59 | 2D |
| Octal | 333 | 63 | 15 | 0 | 115 | 136 | 16 | 13 | 131 | 55 |
| Binary | 11011011 | 110011 | 1101 | 0 | 1001101 | 1011110 | 1110 | 1011 | 1011001 | 101101 |
Color Harmonies of #DB330D
Complementary color
Monochromatic Colors of #DB330D
Black with #DB330D
Text Example
Text Example
White with #DB330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB330D; }
p { color: rgb(219,51,13); }
H1.HeaderClassName
{
color: #DB330D;
}
.AnyTagClassName
{
color: #DB330D;
}
</style>
background-color css
<style>
a { background-color: #DB330D; }
a { background-color: rgb(219,51,13); }
div.DivClassName
{
background-color: #DB330D;
}
.BgClassName
{
background-color: #DB330D;
}
</style>
border-color css
<style>
span { border-color: #DB330D; }
span { border-color: rgb(219,51,13); }
td.TdClassName
{
border-color: #DB330D;
}
.TagClassName
{
border-color: #DB330D;
}
</style>