Shades of Cinnabar #DB3F2D
Tints of Cinnabar #DB3F2D
RGB
CMYK
RGB Variations
Color information
#DB3F2D (or 0xDB3F2D) is known color: Cinnabar. HEX triplet: DB, 3F and 2D. RGB value is (219,63,45). Sum of RGB (Red+Green+Blue) = 219+63+45=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3F2D is #24C0D2. Grayscale: #6B6B6B. Windows color (decimal): -2408659 or 2965467. OLE color: 2965467.
HSL color Cylindrical-coordinate representation of color #DB3F2D: hue angle of 6.21º 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 #DB3F2D is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 45 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.14 |
| HSL | 6.21º | 0.71% | 0.52% | - |
| HSV(B) | 6.21º | 0.79% | 0.86% | - |
| XYZ | 31.46 | 18.8 | 4.45 | - |
| YUV | 107.59 | 92.68 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 45 | 0 | 0.71 | 0.79 | 0.14 | 6.21 | 0.71 | 0.52 |
| Hex | DB | 3F | 2D | 0 | 47 | 4F | E | 6 | 47 | 34 |
| Octal | 333 | 77 | 55 | 0 | 107 | 117 | 16 | 6 | 107 | 64 |
| Binary | 11011011 | 111111 | 101101 | 0 | 1000111 | 1001111 | 1110 | 110 | 1000111 | 110100 |
Color Harmonies of #DB3F2D
Complementary color
Monochromatic Colors of #DB3F2D
Black with #DB3F2D
Text Example
Text Example
White with #DB3F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3F2D; }
p { color: rgb(219,63,45); }
H1.HeaderClassName
{
color: #DB3F2D;
}
.AnyTagClassName
{
color: #DB3F2D;
}
</style>
background-color css
<style>
a { background-color: #DB3F2D; }
a { background-color: rgb(219,63,45); }
div.DivClassName
{
background-color: #DB3F2D;
}
.BgClassName
{
background-color: #DB3F2D;
}
</style>
border-color css
<style>
span { border-color: #DB3F2D; }
span { border-color: rgb(219,63,45); }
td.TdClassName
{
border-color: #DB3F2D;
}
.TagClassName
{
border-color: #DB3F2D;
}
</style>