Shades of Cinnabar #DB3627
Tints of Cinnabar #DB3627
RGB
CMYK
RGB Variations
Color information
#DB3627 (or 0xDB3627) is known color: Cinnabar. HEX triplet: DB, 36 and 27. RGB value is (219,54,39). Sum of RGB (Red+Green+Blue) = 219+54+39=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 39 (15.62% from 255 or 12.5% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3627 is #24C9D8. Grayscale: #656565. Windows color (decimal): -2410969 or 2569947. OLE color: 2569947.
HSL color Cylindrical-coordinate representation of color #DB3627: hue angle of 5º 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 #DB3627 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 39 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.14 |
| HSL | 5º | 0.71% | 0.51% | - |
| HSV(B) | 5º | 0.82% | 0.86% | - |
| XYZ | 30.9 | 17.84 | 3.74 | - |
| YUV | 101.63 | 92.66 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 39 | 0 | 0.75 | 0.82 | 0.14 | 5 | 0.71 | 0.51 |
| Hex | DB | 36 | 27 | 0 | 4B | 52 | E | 5 | 47 | 33 |
| Octal | 333 | 66 | 47 | 0 | 113 | 122 | 16 | 5 | 107 | 63 |
| Binary | 11011011 | 110110 | 100111 | 0 | 1001011 | 1010010 | 1110 | 101 | 1000111 | 110011 |
Color Harmonies of #DB3627
Complementary color
Monochromatic Colors of #DB3627
Black with #DB3627
Text Example
Text Example
White with #DB3627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3627; }
p { color: rgb(219,54,39); }
H1.HeaderClassName
{
color: #DB3627;
}
.AnyTagClassName
{
color: #DB3627;
}
</style>
background-color css
<style>
a { background-color: #DB3627; }
a { background-color: rgb(219,54,39); }
div.DivClassName
{
background-color: #DB3627;
}
.BgClassName
{
background-color: #DB3627;
}
</style>
border-color css
<style>
span { border-color: #DB3627; }
span { border-color: rgb(219,54,39); }
td.TdClassName
{
border-color: #DB3627;
}
.TagClassName
{
border-color: #DB3627;
}
</style>