Shades of Cinnabar #DB3D32
Tints of Cinnabar #DB3D32
RGB
CMYK
RGB Variations
Color information
#DB3D32 (or 0xDB3D32) is known color: Cinnabar. HEX triplet: DB, 3D and 32. RGB value is (219,61,50). Sum of RGB (Red+Green+Blue) = 219+61+50=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3D32 is #24C2CD. Grayscale: #6B6B6B. Windows color (decimal): -2409166 or 3292635. OLE color: 3292635.
HSL color Cylindrical-coordinate representation of color #DB3D32: hue angle of 3.91º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB3D32 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 50 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.14 |
| HSL | 3.91º | 0.7% | 0.53% | - |
| HSV(B) | 3.91º | 0.77% | 0.86% | - |
| XYZ | 31.46 | 18.63 | 4.96 | - |
| YUV | 106.99 | 95.85 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 50 | 0 | 0.72 | 0.77 | 0.14 | 3.91 | 0.7 | 0.53 |
| Hex | DB | 3D | 32 | 0 | 48 | 4D | E | 4 | 46 | 35 |
| Octal | 333 | 75 | 62 | 0 | 110 | 115 | 16 | 4 | 106 | 65 |
| Binary | 11011011 | 111101 | 110010 | 0 | 1001000 | 1001101 | 1110 | 100 | 1000110 | 110101 |
Color Harmonies of #DB3D32
Complementary color
Monochromatic Colors of #DB3D32
Black with #DB3D32
Text Example
Text Example
White with #DB3D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3D32; }
p { color: rgb(219,61,50); }
H1.HeaderClassName
{
color: #DB3D32;
}
.AnyTagClassName
{
color: #DB3D32;
}
</style>
background-color css
<style>
a { background-color: #DB3D32; }
a { background-color: rgb(219,61,50); }
div.DivClassName
{
background-color: #DB3D32;
}
.BgClassName
{
background-color: #DB3D32;
}
</style>
border-color css
<style>
span { border-color: #DB3D32; }
span { border-color: rgb(219,61,50); }
td.TdClassName
{
border-color: #DB3D32;
}
.TagClassName
{
border-color: #DB3D32;
}
</style>