Shades of Cinnabar #DB3A26
Tints of Cinnabar #DB3A26
RGB
CMYK
RGB Variations
Color information
#DB3A26 (or 0xDB3A26) is known color: Cinnabar. HEX triplet: DB, 3A and 26. RGB value is (219,58,38). Sum of RGB (Red+Green+Blue) = 219+58+38=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 38 (15.23% from 255 or 12.06% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3A26 is #24C5D9. Grayscale: #686868. Windows color (decimal): -2409946 or 2505435. OLE color: 2505435.
HSL color Cylindrical-coordinate representation of color #DB3A26: hue angle of 6.63º 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 #DB3A26 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 58 | 38 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.14 |
| HSL | 6.63º | 0.72% | 0.5% | - |
| HSV(B) | 6.63º | 0.83% | 0.86% | - |
| XYZ | 31.08 | 18.23 | 3.71 | - |
| YUV | 103.86 | 90.84 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 58 | 38 | 0 | 0.74 | 0.83 | 0.14 | 6.63 | 0.72 | 0.5 |
| Hex | DB | 3A | 26 | 0 | 4A | 53 | E | 7 | 48 | 32 |
| Octal | 333 | 72 | 46 | 0 | 112 | 123 | 16 | 7 | 110 | 62 |
| Binary | 11011011 | 111010 | 100110 | 0 | 1001010 | 1010011 | 1110 | 111 | 1001000 | 110010 |
Color Harmonies of #DB3A26
Complementary color
Monochromatic Colors of #DB3A26
Black with #DB3A26
Text Example
Text Example
White with #DB3A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3A26; }
p { color: rgb(219,58,38); }
H1.HeaderClassName
{
color: #DB3A26;
}
.AnyTagClassName
{
color: #DB3A26;
}
</style>
background-color css
<style>
a { background-color: #DB3A26; }
a { background-color: rgb(219,58,38); }
div.DivClassName
{
background-color: #DB3A26;
}
.BgClassName
{
background-color: #DB3A26;
}
</style>
border-color css
<style>
span { border-color: #DB3A26; }
span { border-color: rgb(219,58,38); }
td.TdClassName
{
border-color: #DB3A26;
}
.TagClassName
{
border-color: #DB3A26;
}
</style>