Shades of Cinnabar #DB3524
Tints of Cinnabar #DB3524
RGB
CMYK
RGB Variations
Color information
#DB3524 (or 0xDB3524) is known color: Cinnabar. HEX triplet: DB, 35 and 24. RGB value is (219,53,36). Sum of RGB (Red+Green+Blue) = 219+53+36=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 36 (14.45% from 255 or 11.69% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3524 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3524 is #24CADB. Grayscale: #646464. Windows color (decimal): -2411228 or 2373083. OLE color: 2373083.
HSL color Cylindrical-coordinate representation of color #DB3524: hue angle of 5.57º 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 #DB3524 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 36 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.14 |
| HSL | 5.57º | 0.72% | 0.5% | - |
| HSV(B) | 5.57º | 0.84% | 0.86% | - |
| XYZ | 30.8 | 17.73 | 3.47 | - |
| YUV | 100.7 | 91.5 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 36 | 0 | 0.76 | 0.84 | 0.14 | 5.57 | 0.72 | 0.5 |
| Hex | DB | 35 | 24 | 0 | 4C | 54 | E | 6 | 48 | 32 |
| Octal | 333 | 65 | 44 | 0 | 114 | 124 | 16 | 6 | 110 | 62 |
| Binary | 11011011 | 110101 | 100100 | 0 | 1001100 | 1010100 | 1110 | 110 | 1001000 | 110010 |
Color Harmonies of #DB3524
Complementary color
Monochromatic Colors of #DB3524
Black with #DB3524
Text Example
Text Example
White with #DB3524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3524; }
p { color: rgb(219,53,36); }
H1.HeaderClassName
{
color: #DB3524;
}
.AnyTagClassName
{
color: #DB3524;
}
</style>
background-color css
<style>
a { background-color: #DB3524; }
a { background-color: rgb(219,53,36); }
div.DivClassName
{
background-color: #DB3524;
}
.BgClassName
{
background-color: #DB3524;
}
</style>
border-color css
<style>
span { border-color: #DB3524; }
span { border-color: rgb(219,53,36); }
td.TdClassName
{
border-color: #DB3524;
}
.TagClassName
{
border-color: #DB3524;
}
</style>