Shades of Cinnabar #DB3E2F
Tints of Cinnabar #DB3E2F
RGB
CMYK
RGB Variations
Color information
#DB3E2F (or 0xDB3E2F) is known color: Cinnabar. HEX triplet: DB, 3E and 2F. RGB value is (219,62,47). Sum of RGB (Red+Green+Blue) = 219+62+47=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 47 (18.75% from 255 or 14.33% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3E2F is #24C1D0. Grayscale: #6B6B6B. Windows color (decimal): -2408913 or 3096283. OLE color: 3096283.
HSL color Cylindrical-coordinate representation of color #DB3E2F: hue angle of 5.23º degrees, saturation: 0.7, 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 #DB3E2F is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 62 | 47 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.14 |
| HSL | 5.23º | 0.7% | 0.52% | - |
| HSV(B) | 5.23º | 0.79% | 0.86% | - |
| XYZ | 31.45 | 18.71 | 4.64 | - |
| YUV | 107.23 | 94.01 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 47 | 0 | 0.72 | 0.79 | 0.14 | 5.23 | 0.7 | 0.52 |
| Hex | DB | 3E | 2F | 0 | 48 | 4F | E | 5 | 46 | 34 |
| Octal | 333 | 76 | 57 | 0 | 110 | 117 | 16 | 5 | 106 | 64 |
| Binary | 11011011 | 111110 | 101111 | 0 | 1001000 | 1001111 | 1110 | 101 | 1000110 | 110100 |
Color Harmonies of #DB3E2F
Complementary color
Monochromatic Colors of #DB3E2F
Black with #DB3E2F
Text Example
Text Example
White with #DB3E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3E2F; }
p { color: rgb(219,62,47); }
H1.HeaderClassName
{
color: #DB3E2F;
}
.AnyTagClassName
{
color: #DB3E2F;
}
</style>
background-color css
<style>
a { background-color: #DB3E2F; }
a { background-color: rgb(219,62,47); }
div.DivClassName
{
background-color: #DB3E2F;
}
.BgClassName
{
background-color: #DB3E2F;
}
</style>
border-color css
<style>
span { border-color: #DB3E2F; }
span { border-color: rgb(219,62,47); }
td.TdClassName
{
border-color: #DB3E2F;
}
.TagClassName
{
border-color: #DB3E2F;
}
</style>