Shades of Cinnabar #DB3525
Tints of Cinnabar #DB3525
RGB
CMYK
RGB Variations
Color information
#DB3525 (or 0xDB3525) is known color: Cinnabar. HEX triplet: DB, 35 and 25. RGB value is (219,53,37). Sum of RGB (Red+Green+Blue) = 219+53+37=309 (40% of max value = 765). Red value is 219 (85.94% from 255 or 70.87% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3525 is #24CADA. Grayscale: #656565. Windows color (decimal): -2411227 or 2438619. OLE color: 2438619.
HSL color Cylindrical-coordinate representation of color #DB3525: hue angle of 5.27º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB3525 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 37 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.14 |
| HSL | 5.27º | 0.72% | 0.5% | - |
| HSV(B) | 5.27º | 0.83% | 0.86% | - |
| XYZ | 30.82 | 17.74 | 3.55 | - |
| YUV | 100.81 | 92 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 37 | 0 | 0.76 | 0.83 | 0.14 | 5.27 | 0.72 | 0.5 |
| Hex | DB | 35 | 25 | 0 | 4C | 53 | E | 5 | 48 | 32 |
| Octal | 333 | 65 | 45 | 0 | 114 | 123 | 16 | 5 | 110 | 62 |
| Binary | 11011011 | 110101 | 100101 | 0 | 1001100 | 1010011 | 1110 | 101 | 1001000 | 110010 |
Color Harmonies of #DB3525
Complementary color
Monochromatic Colors of #DB3525
Black with #DB3525
Text Example
Text Example
White with #DB3525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3525; }
p { color: rgb(219,53,37); }
H1.HeaderClassName
{
color: #DB3525;
}
.AnyTagClassName
{
color: #DB3525;
}
</style>
background-color css
<style>
a { background-color: #DB3525; }
a { background-color: rgb(219,53,37); }
div.DivClassName
{
background-color: #DB3525;
}
.BgClassName
{
background-color: #DB3525;
}
</style>
border-color css
<style>
span { border-color: #DB3525; }
span { border-color: rgb(219,53,37); }
td.TdClassName
{
border-color: #DB3525;
}
.TagClassName
{
border-color: #DB3525;
}
</style>