Shades of Cinnabar #DB3724
Tints of Cinnabar #DB3724
RGB
CMYK
RGB Variations
Color information
#DB3724 (or 0xDB3724) is known color: Cinnabar. HEX triplet: DB, 37 and 24. RGB value is (219,55,36). Sum of RGB (Red+Green+Blue) = 219+55+36=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 36 (14.45% from 255 or 11.61% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3724 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3724 is #24C8DB. Grayscale: #666666. Windows color (decimal): -2410716 or 2373595. OLE color: 2373595.
HSL color Cylindrical-coordinate representation of color #DB3724: hue angle of 6.23º 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 #DB3724 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 36 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.14 |
| HSL | 6.23º | 0.72% | 0.5% | - |
| HSV(B) | 6.23º | 0.84% | 0.86% | - |
| XYZ | 30.9 | 17.92 | 3.5 | - |
| YUV | 101.87 | 90.83 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 36 | 0 | 0.75 | 0.84 | 0.14 | 6.23 | 0.72 | 0.5 |
| Hex | DB | 37 | 24 | 0 | 4B | 54 | E | 6 | 48 | 32 |
| Octal | 333 | 67 | 44 | 0 | 113 | 124 | 16 | 6 | 110 | 62 |
| Binary | 11011011 | 110111 | 100100 | 0 | 1001011 | 1010100 | 1110 | 110 | 1001000 | 110010 |
Color Harmonies of #DB3724
Complementary color
Monochromatic Colors of #DB3724
Black with #DB3724
Text Example
Text Example
White with #DB3724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3724; }
p { color: rgb(219,55,36); }
H1.HeaderClassName
{
color: #DB3724;
}
.AnyTagClassName
{
color: #DB3724;
}
</style>
background-color css
<style>
a { background-color: #DB3724; }
a { background-color: rgb(219,55,36); }
div.DivClassName
{
background-color: #DB3724;
}
.BgClassName
{
background-color: #DB3724;
}
</style>
border-color css
<style>
span { border-color: #DB3724; }
span { border-color: rgb(219,55,36); }
td.TdClassName
{
border-color: #DB3724;
}
.TagClassName
{
border-color: #DB3724;
}
</style>