Html Css Color HEX #DB330F Harley Davidson Orange
📋 copy color: '#DB330F'red 219 ◦ green 51 ◦ blue 15
Shades of Harley Davidson Orange #DB330F
Tints of Harley Davidson Orange #DB330F
RGB
CMYK
RGB Variations
Color information
#DB330F (or 0xDB330F) is known color: Harley Davidson Orange. HEX triplet: DB, 33 and 0F. RGB value is (219,51,15). Sum of RGB (Red+Green+Blue) = 219+51+15=285 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.84% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 219 - color contains mainly: red. Hex color #DB330F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB330F is #24CCF0. Grayscale: #616161. Windows color (decimal): -2411761 or 996315. OLE color: 996315.
HSL color Cylindrical-coordinate representation of color #DB330F: hue angle of 10.59º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB330F is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 51 | 15 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.14 |
| HSL | 10.59º | 0.87% | 0.46% | - |
| HSV(B) | 10.59º | 0.93% | 0.86% | - |
| XYZ | 30.48 | 17.46 | 2.22 | - |
| YUV | 97.13 | 81.66 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 15 | 0 | 0.77 | 0.93 | 0.14 | 10.59 | 0.87 | 0.46 |
| Hex | DB | 33 | F | 0 | 4D | 5D | E | B | 57 | 2E |
| Octal | 333 | 63 | 17 | 0 | 115 | 135 | 16 | 13 | 127 | 56 |
| Binary | 11011011 | 110011 | 1111 | 0 | 1001101 | 1011101 | 1110 | 1011 | 1010111 | 101110 |
Color Harmonies of #DB330F
Complementary color
Monochromatic Colors of #DB330F
Black with #DB330F
Text Example
Text Example
White with #DB330F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB330F; }
p { color: rgb(219,51,15); }
H1.HeaderClassName
{
color: #DB330F;
}
.AnyTagClassName
{
color: #DB330F;
}
</style>
background-color css
<style>
a { background-color: #DB330F; }
a { background-color: rgb(219,51,15); }
div.DivClassName
{
background-color: #DB330F;
}
.BgClassName
{
background-color: #DB330F;
}
</style>
border-color css
<style>
span { border-color: #DB330F; }
span { border-color: rgb(219,51,15); }
td.TdClassName
{
border-color: #DB330F;
}
.TagClassName
{
border-color: #DB330F;
}
</style>