Shades of Cinnabar #DB3A24
Tints of Cinnabar #DB3A24
RGB
CMYK
RGB Variations
Color information
#DB3A24 (or 0xDB3A24) is known color: Cinnabar. HEX triplet: DB, 3A and 24. RGB value is (219,58,36). Sum of RGB (Red+Green+Blue) = 219+58+36=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 36 (14.45% from 255 or 11.50% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3A24 is #24C5DB. Grayscale: #676767. Windows color (decimal): -2409948 or 2374363. OLE color: 2374363.
HSL color Cylindrical-coordinate representation of color #DB3A24: hue angle of 7.21º 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 #DB3A24 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 58 | 36 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.14 |
| HSL | 7.21º | 0.72% | 0.5% | - |
| HSV(B) | 7.21º | 0.84% | 0.86% | - |
| XYZ | 31.04 | 18.21 | 3.55 | - |
| YUV | 103.63 | 89.84 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 58 | 36 | 0 | 0.74 | 0.84 | 0.14 | 7.21 | 0.72 | 0.5 |
| Hex | DB | 3A | 24 | 0 | 4A | 54 | E | 7 | 48 | 32 |
| Octal | 333 | 72 | 44 | 0 | 112 | 124 | 16 | 7 | 110 | 62 |
| Binary | 11011011 | 111010 | 100100 | 0 | 1001010 | 1010100 | 1110 | 111 | 1001000 | 110010 |
Color Harmonies of #DB3A24
Complementary color
Monochromatic Colors of #DB3A24
Black with #DB3A24
Text Example
Text Example
White with #DB3A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3A24; }
p { color: rgb(219,58,36); }
H1.HeaderClassName
{
color: #DB3A24;
}
.AnyTagClassName
{
color: #DB3A24;
}
</style>
background-color css
<style>
a { background-color: #DB3A24; }
a { background-color: rgb(219,58,36); }
div.DivClassName
{
background-color: #DB3A24;
}
.BgClassName
{
background-color: #DB3A24;
}
</style>
border-color css
<style>
span { border-color: #DB3A24; }
span { border-color: rgb(219,58,36); }
td.TdClassName
{
border-color: #DB3A24;
}
.TagClassName
{
border-color: #DB3A24;
}
</style>