Shades of Cinnabar #DB3D2D
Tints of Cinnabar #DB3D2D
RGB
CMYK
RGB Variations
Color information
#DB3D2D (or 0xDB3D2D) is known color: Cinnabar. HEX triplet: DB, 3D and 2D. RGB value is (219,61,45). Sum of RGB (Red+Green+Blue) = 219+61+45=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3D2D is #24C2D2. Grayscale: #6A6A6A. Windows color (decimal): -2409171 or 2964955. OLE color: 2964955.
HSL color Cylindrical-coordinate representation of color #DB3D2D: hue angle of 5.52º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB3D2D is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 45 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.14 |
| HSL | 5.52º | 0.71% | 0.52% | - |
| HSV(B) | 5.52º | 0.79% | 0.86% | - |
| XYZ | 31.36 | 18.59 | 4.42 | - |
| YUV | 106.42 | 93.35 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 45 | 0 | 0.72 | 0.79 | 0.14 | 5.52 | 0.71 | 0.52 |
| Hex | DB | 3D | 2D | 0 | 48 | 4F | E | 6 | 47 | 34 |
| Octal | 333 | 75 | 55 | 0 | 110 | 117 | 16 | 6 | 107 | 64 |
| Binary | 11011011 | 111101 | 101101 | 0 | 1001000 | 1001111 | 1110 | 110 | 1000111 | 110100 |
Color Harmonies of #DB3D2D
Complementary color
Monochromatic Colors of #DB3D2D
Black with #DB3D2D
Text Example
Text Example
White with #DB3D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3D2D; }
p { color: rgb(219,61,45); }
H1.HeaderClassName
{
color: #DB3D2D;
}
.AnyTagClassName
{
color: #DB3D2D;
}
</style>
background-color css
<style>
a { background-color: #DB3D2D; }
a { background-color: rgb(219,61,45); }
div.DivClassName
{
background-color: #DB3D2D;
}
.BgClassName
{
background-color: #DB3D2D;
}
</style>
border-color css
<style>
span { border-color: #DB3D2D; }
span { border-color: rgb(219,61,45); }
td.TdClassName
{
border-color: #DB3D2D;
}
.TagClassName
{
border-color: #DB3D2D;
}
</style>