Shades of Cinnabar #DB3E34
Tints of Cinnabar #DB3E34
RGB
CMYK
RGB Variations
Color information
#DB3E34 (or 0xDB3E34) is known color: Cinnabar. HEX triplet: DB, 3E and 34. RGB value is (219,62,52). Sum of RGB (Red+Green+Blue) = 219+62+52=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3E34 is #24C1CB. Grayscale: #6C6C6C. Windows color (decimal): -2408908 or 3423963. OLE color: 3423963.
HSL color Cylindrical-coordinate representation of color #DB3E34: hue angle of 3.59º 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 #DB3E34 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 62 | 52 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.14 |
| HSL | 3.59º | 0.7% | 0.53% | - |
| HSV(B) | 3.59º | 0.76% | 0.86% | - |
| XYZ | 31.56 | 18.75 | 5.21 | - |
| YUV | 107.8 | 96.51 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 52 | 0 | 0.72 | 0.76 | 0.14 | 3.59 | 0.7 | 0.53 |
| Hex | DB | 3E | 34 | 0 | 48 | 4C | E | 4 | 46 | 35 |
| Octal | 333 | 76 | 64 | 0 | 110 | 114 | 16 | 4 | 106 | 65 |
| Binary | 11011011 | 111110 | 110100 | 0 | 1001000 | 1001100 | 1110 | 100 | 1000110 | 110101 |
Color Harmonies of #DB3E34
Complementary color
Monochromatic Colors of #DB3E34
Black with #DB3E34
Text Example
Text Example
White with #DB3E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3E34; }
p { color: rgb(219,62,52); }
H1.HeaderClassName
{
color: #DB3E34;
}
.AnyTagClassName
{
color: #DB3E34;
}
</style>
background-color css
<style>
a { background-color: #DB3E34; }
a { background-color: rgb(219,62,52); }
div.DivClassName
{
background-color: #DB3E34;
}
.BgClassName
{
background-color: #DB3E34;
}
</style>
border-color css
<style>
span { border-color: #DB3E34; }
span { border-color: rgb(219,62,52); }
td.TdClassName
{
border-color: #DB3E34;
}
.TagClassName
{
border-color: #DB3E34;
}
</style>