Shades of Cinnabar #DB3726
Tints of Cinnabar #DB3726
RGB
CMYK
RGB Variations
Color information
#DB3726 (or 0xDB3726) is known color: Cinnabar. HEX triplet: DB, 37 and 26. RGB value is (219,55,38). Sum of RGB (Red+Green+Blue) = 219+55+38=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3726 is #24C8D9. Grayscale: #666666. Windows color (decimal): -2410714 or 2504667. OLE color: 2504667.
HSL color Cylindrical-coordinate representation of color #DB3726: hue angle of 5.64º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB3726 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 38 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.14 |
| HSL | 5.64º | 0.72% | 0.5% | - |
| HSV(B) | 5.64º | 0.83% | 0.86% | - |
| XYZ | 30.93 | 17.93 | 3.66 | - |
| YUV | 102.1 | 91.83 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 38 | 0 | 0.75 | 0.83 | 0.14 | 5.64 | 0.72 | 0.5 |
| Hex | DB | 37 | 26 | 0 | 4B | 53 | E | 6 | 48 | 32 |
| Octal | 333 | 67 | 46 | 0 | 113 | 123 | 16 | 6 | 110 | 62 |
| Binary | 11011011 | 110111 | 100110 | 0 | 1001011 | 1010011 | 1110 | 110 | 1001000 | 110010 |
Color Harmonies of #DB3726
Complementary color
Monochromatic Colors of #DB3726
Black with #DB3726
Text Example
Text Example
White with #DB3726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3726; }
p { color: rgb(219,55,38); }
H1.HeaderClassName
{
color: #DB3726;
}
.AnyTagClassName
{
color: #DB3726;
}
</style>
background-color css
<style>
a { background-color: #DB3726; }
a { background-color: rgb(219,55,38); }
div.DivClassName
{
background-color: #DB3726;
}
.BgClassName
{
background-color: #DB3726;
}
</style>
border-color css
<style>
span { border-color: #DB3726; }
span { border-color: rgb(219,55,38); }
td.TdClassName
{
border-color: #DB3726;
}
.TagClassName
{
border-color: #DB3726;
}
</style>