Html Css Color HEX #DB3212 Harley Davidson Orange
📋 copy color: '#DB3212'red 219 ◦ green 50 ◦ blue 18
Shades of Harley Davidson Orange #DB3212
Tints of Harley Davidson Orange #DB3212
RGB
CMYK
RGB Variations
Color information
#DB3212 (or 0xDB3212) is known color: Harley Davidson Orange. HEX triplet: DB, 32 and 12. RGB value is (219,50,18). Sum of RGB (Red+Green+Blue) = 219+50+18=287 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.31% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB3212 is #24CDED. Grayscale: #616161. Windows color (decimal): -2412014 or 1192667. OLE color: 1192667.
HSL color Cylindrical-coordinate representation of color #DB3212: hue angle of 9.55º 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 #DB3212 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 18 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.14 |
| HSL | 9.55º | 0.85% | 0.46% | - |
| HSV(B) | 9.55º | 0.92% | 0.86% | - |
| XYZ | 30.46 | 17.38 | 2.32 | - |
| YUV | 96.88 | 83.49 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 18 | 0 | 0.77 | 0.92 | 0.14 | 9.55 | 0.85 | 0.46 |
| Hex | DB | 32 | 12 | 0 | 4D | 5C | E | A | 55 | 2E |
| Octal | 333 | 62 | 22 | 0 | 115 | 134 | 16 | 12 | 125 | 56 |
| Binary | 11011011 | 110010 | 10010 | 0 | 1001101 | 1011100 | 1110 | 1010 | 1010101 | 101110 |
Color Harmonies of #DB3212
Complementary color
Monochromatic Colors of #DB3212
Black with #DB3212
Text Example
Text Example
White with #DB3212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3212; }
p { color: rgb(219,50,18); }
H1.HeaderClassName
{
color: #DB3212;
}
.AnyTagClassName
{
color: #DB3212;
}
</style>
background-color css
<style>
a { background-color: #DB3212; }
a { background-color: rgb(219,50,18); }
div.DivClassName
{
background-color: #DB3212;
}
.BgClassName
{
background-color: #DB3212;
}
</style>
border-color css
<style>
span { border-color: #DB3212; }
span { border-color: rgb(219,50,18); }
td.TdClassName
{
border-color: #DB3212;
}
.TagClassName
{
border-color: #DB3212;
}
</style>