Shades of Cinnabar #DB4934
Tints of Cinnabar #DB4934
RGB
CMYK
RGB Variations
Color information
#DB4934 (or 0xDB4934) is known color: Cinnabar. HEX triplet: DB, 49 and 34. RGB value is (219,73,52). Sum of RGB (Red+Green+Blue) = 219+73+52=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 52 (20.70% from 255 or 15.12% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4934 is #24B6CB. Grayscale: #727272. Windows color (decimal): -2406092 or 3426779. OLE color: 3426779.
HSL color Cylindrical-coordinate representation of color #DB4934: hue angle of 7.54º 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 #DB4934 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 52 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.14 |
| HSL | 7.54º | 0.7% | 0.53% | - |
| HSV(B) | 7.54º | 0.76% | 0.86% | - |
| XYZ | 32.22 | 20.07 | 5.43 | - |
| YUV | 114.26 | 92.87 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 52 | 0 | 0.67 | 0.76 | 0.14 | 7.54 | 0.7 | 0.53 |
| Hex | DB | 49 | 34 | 0 | 43 | 4C | E | 8 | 46 | 35 |
| Octal | 333 | 111 | 64 | 0 | 103 | 114 | 16 | 10 | 106 | 65 |
| Binary | 11011011 | 1001001 | 110100 | 0 | 1000011 | 1001100 | 1110 | 1000 | 1000110 | 110101 |
Color Harmonies of #DB4934
Complementary color
Monochromatic Colors of #DB4934
Black with #DB4934
Text Example
Text Example
White with #DB4934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4934; }
p { color: rgb(219,73,52); }
H1.HeaderClassName
{
color: #DB4934;
}
.AnyTagClassName
{
color: #DB4934;
}
</style>
background-color css
<style>
a { background-color: #DB4934; }
a { background-color: rgb(219,73,52); }
div.DivClassName
{
background-color: #DB4934;
}
.BgClassName
{
background-color: #DB4934;
}
</style>
border-color css
<style>
span { border-color: #DB4934; }
span { border-color: rgb(219,73,52); }
td.TdClassName
{
border-color: #DB4934;
}
.TagClassName
{
border-color: #DB4934;
}
</style>