Shades of Cinnabar #DB3824
Tints of Cinnabar #DB3824
RGB
CMYK
RGB Variations
Color information
#DB3824 (or 0xDB3824) is known color: Cinnabar. HEX triplet: DB, 38 and 24. RGB value is (219,56,36). Sum of RGB (Red+Green+Blue) = 219+56+36=311 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.42% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 36 (14.45% from 255 or 11.58% from 311); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3824 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3824 is #24C7DB. Grayscale: #666666. Windows color (decimal): -2410460 or 2373851. OLE color: 2373851.
HSL color Cylindrical-coordinate representation of color #DB3824: hue angle of 6.56º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB3824 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 36 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.14 |
| HSL | 6.56º | 0.72% | 0.5% | - |
| HSV(B) | 6.56º | 0.84% | 0.86% | - |
| XYZ | 30.95 | 18.02 | 3.52 | - |
| YUV | 102.46 | 90.5 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 36 | 0 | 0.74 | 0.84 | 0.14 | 6.56 | 0.72 | 0.5 |
| Hex | DB | 38 | 24 | 0 | 4A | 54 | E | 7 | 48 | 32 |
| Octal | 333 | 70 | 44 | 0 | 112 | 124 | 16 | 7 | 110 | 62 |
| Binary | 11011011 | 111000 | 100100 | 0 | 1001010 | 1010100 | 1110 | 111 | 1001000 | 110010 |
Color Harmonies of #DB3824
Complementary color
Monochromatic Colors of #DB3824
Black with #DB3824
Text Example
Text Example
White with #DB3824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3824; }
p { color: rgb(219,56,36); }
H1.HeaderClassName
{
color: #DB3824;
}
.AnyTagClassName
{
color: #DB3824;
}
</style>
background-color css
<style>
a { background-color: #DB3824; }
a { background-color: rgb(219,56,36); }
div.DivClassName
{
background-color: #DB3824;
}
.BgClassName
{
background-color: #DB3824;
}
</style>
border-color css
<style>
span { border-color: #DB3824; }
span { border-color: rgb(219,56,36); }
td.TdClassName
{
border-color: #DB3824;
}
.TagClassName
{
border-color: #DB3824;
}
</style>