Shades of Cinnabar #DB4827
Tints of Cinnabar #DB4827
RGB
CMYK
RGB Variations
Color information
#DB4827 (or 0xDB4827) is known color: Cinnabar. HEX triplet: DB, 48 and 27. RGB value is (219,72,39). Sum of RGB (Red+Green+Blue) = 219+72+39=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 39 (15.62% from 255 or 11.82% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4827 is #24B7D8. Grayscale: #707070. Windows color (decimal): -2406361 or 2574555. OLE color: 2574555.
HSL color Cylindrical-coordinate representation of color #DB4827: hue angle of 11º 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 #DB4827 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 39 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.14 |
| HSL | 11º | 0.71% | 0.51% | - |
| HSV(B) | 11º | 0.82% | 0.86% | - |
| XYZ | 31.9 | 19.84 | 4.07 | - |
| YUV | 112.19 | 86.7 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 39 | 0 | 0.67 | 0.82 | 0.14 | 11 | 0.71 | 0.51 |
| Hex | DB | 48 | 27 | 0 | 43 | 52 | E | B | 47 | 33 |
| Octal | 333 | 110 | 47 | 0 | 103 | 122 | 16 | 13 | 107 | 63 |
| Binary | 11011011 | 1001000 | 100111 | 0 | 1000011 | 1010010 | 1110 | 1011 | 1000111 | 110011 |
Color Harmonies of #DB4827
Complementary color
Monochromatic Colors of #DB4827
Black with #DB4827
Text Example
Text Example
White with #DB4827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4827; }
p { color: rgb(219,72,39); }
H1.HeaderClassName
{
color: #DB4827;
}
.AnyTagClassName
{
color: #DB4827;
}
</style>
background-color css
<style>
a { background-color: #DB4827; }
a { background-color: rgb(219,72,39); }
div.DivClassName
{
background-color: #DB4827;
}
.BgClassName
{
background-color: #DB4827;
}
</style>
border-color css
<style>
span { border-color: #DB4827; }
span { border-color: rgb(219,72,39); }
td.TdClassName
{
border-color: #DB4827;
}
.TagClassName
{
border-color: #DB4827;
}
</style>