Shades of Cinnabar #DB4637
Tints of Cinnabar #DB4637
RGB
CMYK
RGB Variations
Color information
#DB4637 (or 0xDB4637) is known color: Cinnabar. HEX triplet: DB, 46 and 37. RGB value is (219,70,55). Sum of RGB (Red+Green+Blue) = 219+70+55=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 55 (21.88% from 255 or 15.99% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4637 is #24B9C8. Grayscale: #717171. Windows color (decimal): -2406857 or 3622619. OLE color: 3622619.
HSL color Cylindrical-coordinate representation of color #DB4637: hue angle of 5.49º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB4637 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 55 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.14 |
| HSL | 5.49º | 0.69% | 0.54% | - |
| HSV(B) | 5.49º | 0.75% | 0.86% | - |
| XYZ | 32.09 | 19.72 | 5.73 | - |
| YUV | 112.84 | 95.36 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 55 | 0 | 0.68 | 0.75 | 0.14 | 5.49 | 0.69 | 0.54 |
| Hex | DB | 46 | 37 | 0 | 44 | 4B | E | 5 | 45 | 36 |
| Octal | 333 | 106 | 67 | 0 | 104 | 113 | 16 | 5 | 105 | 66 |
| Binary | 11011011 | 1000110 | 110111 | 0 | 1000100 | 1001011 | 1110 | 101 | 1000101 | 110110 |
Color Harmonies of #DB4637
Complementary color
Monochromatic Colors of #DB4637
Black with #DB4637
Text Example
Text Example
White with #DB4637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4637; }
p { color: rgb(219,70,55); }
H1.HeaderClassName
{
color: #DB4637;
}
.AnyTagClassName
{
color: #DB4637;
}
</style>
background-color css
<style>
a { background-color: #DB4637; }
a { background-color: rgb(219,70,55); }
div.DivClassName
{
background-color: #DB4637;
}
.BgClassName
{
background-color: #DB4637;
}
</style>
border-color css
<style>
span { border-color: #DB4637; }
span { border-color: rgb(219,70,55); }
td.TdClassName
{
border-color: #DB4637;
}
.TagClassName
{
border-color: #DB4637;
}
</style>