Shades of Cinnabar #DB4434
Tints of Cinnabar #DB4434
RGB
CMYK
RGB Variations
Color information
#DB4434 (or 0xDB4434) is known color: Cinnabar. HEX triplet: DB, 44 and 34. RGB value is (219,68,52). Sum of RGB (Red+Green+Blue) = 219+68+52=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4434 is #24BBCB. Grayscale: #6F6F6F. Windows color (decimal): -2407372 or 3425499. OLE color: 3425499.
HSL color Cylindrical-coordinate representation of color #DB4434: hue angle of 5.75º 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 #DB4434 is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 52 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.14 |
| HSL | 5.75º | 0.7% | 0.53% | - |
| HSV(B) | 5.75º | 0.76% | 0.86% | - |
| XYZ | 31.9 | 19.44 | 5.32 | - |
| YUV | 111.33 | 94.53 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 52 | 0 | 0.69 | 0.76 | 0.14 | 5.75 | 0.7 | 0.53 |
| Hex | DB | 44 | 34 | 0 | 45 | 4C | E | 6 | 46 | 35 |
| Octal | 333 | 104 | 64 | 0 | 105 | 114 | 16 | 6 | 106 | 65 |
| Binary | 11011011 | 1000100 | 110100 | 0 | 1000101 | 1001100 | 1110 | 110 | 1000110 | 110101 |
Color Harmonies of #DB4434
Complementary color
Monochromatic Colors of #DB4434
Black with #DB4434
Text Example
Text Example
White with #DB4434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4434; }
p { color: rgb(219,68,52); }
H1.HeaderClassName
{
color: #DB4434;
}
.AnyTagClassName
{
color: #DB4434;
}
</style>
background-color css
<style>
a { background-color: #DB4434; }
a { background-color: rgb(219,68,52); }
div.DivClassName
{
background-color: #DB4434;
}
.BgClassName
{
background-color: #DB4434;
}
</style>
border-color css
<style>
span { border-color: #DB4434; }
span { border-color: rgb(219,68,52); }
td.TdClassName
{
border-color: #DB4434;
}
.TagClassName
{
border-color: #DB4434;
}
</style>