Shades of Cinnabar #DB4526
Tints of Cinnabar #DB4526
RGB
CMYK
RGB Variations
Color information
#DB4526 (or 0xDB4526) is known color: Cinnabar. HEX triplet: DB, 45 and 26. RGB value is (219,69,38). Sum of RGB (Red+Green+Blue) = 219+69+38=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 38 (15.23% from 255 or 11.66% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4526 is #24BAD9. Grayscale: #6E6E6E. Windows color (decimal): -2407130 or 2508251. OLE color: 2508251.
HSL color Cylindrical-coordinate representation of color #DB4526: hue angle of 10.28º 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 #DB4526 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 38 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.14 |
| HSL | 10.28º | 0.72% | 0.5% | - |
| HSV(B) | 10.28º | 0.83% | 0.86% | - |
| XYZ | 31.69 | 19.46 | 3.92 | - |
| YUV | 110.32 | 87.2 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 38 | 0 | 0.68 | 0.83 | 0.14 | 10.28 | 0.72 | 0.5 |
| Hex | DB | 45 | 26 | 0 | 44 | 53 | E | A | 48 | 32 |
| Octal | 333 | 105 | 46 | 0 | 104 | 123 | 16 | 12 | 110 | 62 |
| Binary | 11011011 | 1000101 | 100110 | 0 | 1000100 | 1010011 | 1110 | 1010 | 1001000 | 110010 |
Color Harmonies of #DB4526
Complementary color
Monochromatic Colors of #DB4526
Black with #DB4526
Text Example
Text Example
White with #DB4526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4526; }
p { color: rgb(219,69,38); }
H1.HeaderClassName
{
color: #DB4526;
}
.AnyTagClassName
{
color: #DB4526;
}
</style>
background-color css
<style>
a { background-color: #DB4526; }
a { background-color: rgb(219,69,38); }
div.DivClassName
{
background-color: #DB4526;
}
.BgClassName
{
background-color: #DB4526;
}
</style>
border-color css
<style>
span { border-color: #DB4526; }
span { border-color: rgb(219,69,38); }
td.TdClassName
{
border-color: #DB4526;
}
.TagClassName
{
border-color: #DB4526;
}
</style>