Shades of Cinnabar #DB3727
Tints of Cinnabar #DB3727
RGB
CMYK
RGB Variations
Color information
#DB3727 (or 0xDB3727) is known color: Cinnabar. HEX triplet: DB, 37 and 27. RGB value is (219,55,39). Sum of RGB (Red+Green+Blue) = 219+55+39=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 39 (15.62% from 255 or 12.46% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3727 is #24C8D8. Grayscale: #666666. Windows color (decimal): -2410713 or 2570203. OLE color: 2570203.
HSL color Cylindrical-coordinate representation of color #DB3727: hue angle of 5.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB3727 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 39 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.14 |
| HSL | 5.33º | 0.71% | 0.51% | - |
| HSV(B) | 5.33º | 0.82% | 0.86% | - |
| XYZ | 30.95 | 17.94 | 3.75 | - |
| YUV | 102.21 | 92.33 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 39 | 0 | 0.75 | 0.82 | 0.14 | 5.33 | 0.71 | 0.51 |
| Hex | DB | 37 | 27 | 0 | 4B | 52 | E | 5 | 47 | 33 |
| Octal | 333 | 67 | 47 | 0 | 113 | 122 | 16 | 5 | 107 | 63 |
| Binary | 11011011 | 110111 | 100111 | 0 | 1001011 | 1010010 | 1110 | 101 | 1000111 | 110011 |
Color Harmonies of #DB3727
Complementary color
Monochromatic Colors of #DB3727
Black with #DB3727
Text Example
Text Example
White with #DB3727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3727; }
p { color: rgb(219,55,39); }
H1.HeaderClassName
{
color: #DB3727;
}
.AnyTagClassName
{
color: #DB3727;
}
</style>
background-color css
<style>
a { background-color: #DB3727; }
a { background-color: rgb(219,55,39); }
div.DivClassName
{
background-color: #DB3727;
}
.BgClassName
{
background-color: #DB3727;
}
</style>
border-color css
<style>
span { border-color: #DB3727; }
span { border-color: rgb(219,55,39); }
td.TdClassName
{
border-color: #DB3727;
}
.TagClassName
{
border-color: #DB3727;
}
</style>