Shades of Cinnabar #DB3B34
Tints of Cinnabar #DB3B34
RGB
CMYK
RGB Variations
Color information
#DB3B34 (or 0xDB3B34) is known color: Cinnabar. HEX triplet: DB, 3B and 34. RGB value is (219,59,52). Sum of RGB (Red+Green+Blue) = 219+59+52=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3B34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3B34 is #24C4CB. Grayscale: #6A6A6A. Windows color (decimal): -2409676 or 3423195. OLE color: 3423195.
HSL color Cylindrical-coordinate representation of color #DB3B34: hue angle of 2.51º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB3B34 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 59 | 52 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.14 |
| HSL | 2.51º | 0.7% | 0.53% | - |
| HSV(B) | 2.51º | 0.76% | 0.86% | - |
| XYZ | 31.4 | 18.44 | 5.15 | - |
| YUV | 106.04 | 97.51 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 52 | 0 | 0.73 | 0.76 | 0.14 | 2.51 | 0.7 | 0.53 |
| Hex | DB | 3B | 34 | 0 | 49 | 4C | E | 3 | 46 | 35 |
| Octal | 333 | 73 | 64 | 0 | 111 | 114 | 16 | 3 | 106 | 65 |
| Binary | 11011011 | 111011 | 110100 | 0 | 1001001 | 1001100 | 1110 | 11 | 1000110 | 110101 |
Color Harmonies of #DB3B34
Complementary color
Monochromatic Colors of #DB3B34
Black with #DB3B34
Text Example
Text Example
White with #DB3B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3B34; }
p { color: rgb(219,59,52); }
H1.HeaderClassName
{
color: #DB3B34;
}
.AnyTagClassName
{
color: #DB3B34;
}
</style>
background-color css
<style>
a { background-color: #DB3B34; }
a { background-color: rgb(219,59,52); }
div.DivClassName
{
background-color: #DB3B34;
}
.BgClassName
{
background-color: #DB3B34;
}
</style>
border-color css
<style>
span { border-color: #DB3B34; }
span { border-color: rgb(219,59,52); }
td.TdClassName
{
border-color: #DB3B34;
}
.TagClassName
{
border-color: #DB3B34;
}
</style>