Html Css Color HEX #DB3312 Harley Davidson Orange
📋 copy color: '#DB3312'red 219 ◦ green 51 ◦ blue 18
Shades of Harley Davidson Orange #DB3312
Tints of Harley Davidson Orange #DB3312
RGB
CMYK
RGB Variations
Color information
#DB3312 (or 0xDB3312) is known color: Harley Davidson Orange. HEX triplet: DB, 33 and 12. RGB value is (219,51,18). Sum of RGB (Red+Green+Blue) = 219+51+18=288 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.04% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3312 is #24CCED. Grayscale: #616161. Windows color (decimal): -2411758 or 1192923. OLE color: 1192923.
HSL color Cylindrical-coordinate representation of color #DB3312: hue angle of 9.85º degrees, saturation: 0.85, 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 #DB3312 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 51 | 18 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.14 |
| HSL | 9.85º | 0.85% | 0.46% | - |
| HSV(B) | 9.85º | 0.92% | 0.86% | - |
| XYZ | 30.51 | 17.47 | 2.34 | - |
| YUV | 97.47 | 83.16 | 214.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 18 | 0 | 0.77 | 0.92 | 0.14 | 9.85 | 0.85 | 0.46 |
| Hex | DB | 33 | 12 | 0 | 4D | 5C | E | A | 55 | 2E |
| Octal | 333 | 63 | 22 | 0 | 115 | 134 | 16 | 12 | 125 | 56 |
| Binary | 11011011 | 110011 | 10010 | 0 | 1001101 | 1011100 | 1110 | 1010 | 1010101 | 101110 |
Color Harmonies of #DB3312
Complementary color
Monochromatic Colors of #DB3312
Black with #DB3312
Text Example
Text Example
White with #DB3312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3312; }
p { color: rgb(219,51,18); }
H1.HeaderClassName
{
color: #DB3312;
}
.AnyTagClassName
{
color: #DB3312;
}
</style>
background-color css
<style>
a { background-color: #DB3312; }
a { background-color: rgb(219,51,18); }
div.DivClassName
{
background-color: #DB3312;
}
.BgClassName
{
background-color: #DB3312;
}
</style>
border-color css
<style>
span { border-color: #DB3312; }
span { border-color: rgb(219,51,18); }
td.TdClassName
{
border-color: #DB3312;
}
.TagClassName
{
border-color: #DB3312;
}
</style>