Shades of Cinnabar #DB4627
Tints of Cinnabar #DB4627
RGB
CMYK
RGB Variations
Color information
#DB4627 (or 0xDB4627) is known color: Cinnabar. HEX triplet: DB, 46 and 27. RGB value is (219,70,39). Sum of RGB (Red+Green+Blue) = 219+70+39=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 39 (15.62% from 255 or 11.89% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4627 is #24B9D8. Grayscale: #6F6F6F. Windows color (decimal): -2406873 or 2574043. OLE color: 2574043.
HSL color Cylindrical-coordinate representation of color #DB4627: hue angle of 10.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 #DB4627 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 39 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.14 |
| HSL | 10.33º | 0.71% | 0.51% | - |
| HSV(B) | 10.33º | 0.82% | 0.86% | - |
| XYZ | 31.77 | 19.59 | 4.03 | - |
| YUV | 111.02 | 87.36 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 39 | 0 | 0.68 | 0.82 | 0.14 | 10.33 | 0.71 | 0.51 |
| Hex | DB | 46 | 27 | 0 | 44 | 52 | E | A | 47 | 33 |
| Octal | 333 | 106 | 47 | 0 | 104 | 122 | 16 | 12 | 107 | 63 |
| Binary | 11011011 | 1000110 | 100111 | 0 | 1000100 | 1010010 | 1110 | 1010 | 1000111 | 110011 |
Color Harmonies of #DB4627
Complementary color
Monochromatic Colors of #DB4627
Black with #DB4627
Text Example
Text Example
White with #DB4627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4627; }
p { color: rgb(219,70,39); }
H1.HeaderClassName
{
color: #DB4627;
}
.AnyTagClassName
{
color: #DB4627;
}
</style>
background-color css
<style>
a { background-color: #DB4627; }
a { background-color: rgb(219,70,39); }
div.DivClassName
{
background-color: #DB4627;
}
.BgClassName
{
background-color: #DB4627;
}
</style>
border-color css
<style>
span { border-color: #DB4627; }
span { border-color: rgb(219,70,39); }
td.TdClassName
{
border-color: #DB4627;
}
.TagClassName
{
border-color: #DB4627;
}
</style>