Shades of Cinnabar #DB4828
Tints of Cinnabar #DB4828
RGB
CMYK
RGB Variations
Color information
#DB4828 (or 0xDB4828) is known color: Cinnabar. HEX triplet: DB, 48 and 28. RGB value is (219,72,40). Sum of RGB (Red+Green+Blue) = 219+72+40=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4828 is #24B7D7. Grayscale: #707070. Windows color (decimal): -2406360 or 2640091. OLE color: 2640091.
HSL color Cylindrical-coordinate representation of color #DB4828: hue angle of 10.73º 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 #DB4828 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 40 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.14 |
| HSL | 10.73º | 0.71% | 0.51% | - |
| HSV(B) | 10.73º | 0.82% | 0.86% | - |
| XYZ | 31.91 | 19.85 | 4.16 | - |
| YUV | 112.31 | 87.2 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 40 | 0 | 0.67 | 0.82 | 0.14 | 10.73 | 0.71 | 0.51 |
| Hex | DB | 48 | 28 | 0 | 43 | 52 | E | B | 47 | 33 |
| Octal | 333 | 110 | 50 | 0 | 103 | 122 | 16 | 13 | 107 | 63 |
| Binary | 11011011 | 1001000 | 101000 | 0 | 1000011 | 1010010 | 1110 | 1011 | 1000111 | 110011 |
Color Harmonies of #DB4828
Complementary color
Monochromatic Colors of #DB4828
Black with #DB4828
Text Example
Text Example
White with #DB4828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4828; }
p { color: rgb(219,72,40); }
H1.HeaderClassName
{
color: #DB4828;
}
.AnyTagClassName
{
color: #DB4828;
}
</style>
background-color css
<style>
a { background-color: #DB4828; }
a { background-color: rgb(219,72,40); }
div.DivClassName
{
background-color: #DB4828;
}
.BgClassName
{
background-color: #DB4828;
}
</style>
border-color css
<style>
span { border-color: #DB4828; }
span { border-color: rgb(219,72,40); }
td.TdClassName
{
border-color: #DB4828;
}
.TagClassName
{
border-color: #DB4828;
}
</style>