Shades of Cinnabar #DB4542
Tints of Cinnabar #DB4542
RGB
CMYK
RGB Variations
Color information
#DB4542 (or 0xDB4542) is known color: Cinnabar. HEX triplet: DB, 45 and 42. RGB value is (219,69,66). Sum of RGB (Red+Green+Blue) = 219+69+66=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4542 is #24BABD. Grayscale: #717171. Windows color (decimal): -2407102 or 4343259. OLE color: 4343259.
HSL color Cylindrical-coordinate representation of color #DB4542: hue angle of 1.18º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB4542 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 66 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.14 |
| HSL | 1.18º | 0.68% | 0.56% | - |
| HSV(B) | 1.18º | 0.7% | 0.86% | - |
| XYZ | 32.32 | 19.71 | 7.25 | - |
| YUV | 113.51 | 101.2 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 66 | 0 | 0.68 | 0.70 | 0.14 | 1.18 | 0.68 | 0.56 |
| Hex | DB | 45 | 42 | 0 | 44 | 46 | E | 1 | 44 | 38 |
| Octal | 333 | 105 | 102 | 0 | 104 | 106 | 16 | 1 | 104 | 70 |
| Binary | 11011011 | 1000101 | 1000010 | 0 | 1000100 | 1000110 | 1110 | 1 | 1000100 | 111000 |
Color Harmonies of #DB4542
Complementary color
Monochromatic Colors of #DB4542
Black with #DB4542
Text Example
Text Example
White with #DB4542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4542; }
p { color: rgb(219,69,66); }
H1.HeaderClassName
{
color: #DB4542;
}
.AnyTagClassName
{
color: #DB4542;
}
</style>
background-color css
<style>
a { background-color: #DB4542; }
a { background-color: rgb(219,69,66); }
div.DivClassName
{
background-color: #DB4542;
}
.BgClassName
{
background-color: #DB4542;
}
</style>
border-color css
<style>
span { border-color: #DB4542; }
span { border-color: rgb(219,69,66); }
td.TdClassName
{
border-color: #DB4542;
}
.TagClassName
{
border-color: #DB4542;
}
</style>