Shades of Cinnabar #DB4544
Tints of Cinnabar #DB4544
RGB
CMYK
RGB Variations
Color information
#DB4544 (or 0xDB4544) is known color: Cinnabar. HEX triplet: DB, 45 and 44. RGB value is (219,69,68). Sum of RGB (Red+Green+Blue) = 219+69+68=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 69 (27.34% from 255 or 19.38% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4544 is #24BABB. Grayscale: #717171. Windows color (decimal): -2407100 or 4474331. OLE color: 4474331.
HSL color Cylindrical-coordinate representation of color #DB4544: hue angle of 0.4º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB4544 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 68 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.14 |
| HSL | 0.4º | 0.68% | 0.56% | - |
| HSV(B) | 0.4º | 0.69% | 0.86% | - |
| XYZ | 32.38 | 19.73 | 7.57 | - |
| YUV | 113.74 | 102.2 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 68 | 0 | 0.68 | 0.69 | 0.14 | 0.4 | 0.68 | 0.56 |
| Hex | DB | 45 | 44 | 0 | 44 | 45 | E | 0 | 44 | 38 |
| Octal | 333 | 105 | 104 | 0 | 104 | 105 | 16 | 0 | 104 | 70 |
| Binary | 11011011 | 1000101 | 1000100 | 0 | 1000100 | 1000101 | 1110 | 0 | 1000100 | 111000 |
Color Harmonies of #DB4544
Complementary color
Monochromatic Colors of #DB4544
Black with #DB4544
Text Example
Text Example
White with #DB4544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4544; }
p { color: rgb(219,69,68); }
H1.HeaderClassName
{
color: #DB4544;
}
.AnyTagClassName
{
color: #DB4544;
}
</style>
background-color css
<style>
a { background-color: #DB4544; }
a { background-color: rgb(219,69,68); }
div.DivClassName
{
background-color: #DB4544;
}
.BgClassName
{
background-color: #DB4544;
}
</style>
border-color css
<style>
span { border-color: #DB4544; }
span { border-color: rgb(219,69,68); }
td.TdClassName
{
border-color: #DB4544;
}
.TagClassName
{
border-color: #DB4544;
}
</style>