Shades of Cinnabar #DB4D3A
Tints of Cinnabar #DB4D3A
RGB
CMYK
RGB Variations
Color information
#DB4D3A (or 0xDB4D3A) is known color: Cinnabar. HEX triplet: DB, 4D and 3A. RGB value is (219,77,58). Sum of RGB (Red+Green+Blue) = 219+77+58=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 58 (23.05% from 255 or 16.38% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4D3A is #24B2C5. Grayscale: #757575. Windows color (decimal): -2405062 or 3821019. OLE color: 3821019.
HSL color Cylindrical-coordinate representation of color #DB4D3A: hue angle of 7.08º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB4D3A is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 58 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.14 |
| HSL | 7.08º | 0.69% | 0.54% | - |
| HSV(B) | 7.08º | 0.74% | 0.86% | - |
| XYZ | 32.63 | 20.67 | 6.27 | - |
| YUV | 117.29 | 94.54 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 58 | 0 | 0.65 | 0.74 | 0.14 | 7.08 | 0.69 | 0.54 |
| Hex | DB | 4D | 3A | 0 | 41 | 4A | E | 7 | 45 | 36 |
| Octal | 333 | 115 | 72 | 0 | 101 | 112 | 16 | 7 | 105 | 66 |
| Binary | 11011011 | 1001101 | 111010 | 0 | 1000001 | 1001010 | 1110 | 111 | 1000101 | 110110 |
Color Harmonies of #DB4D3A
Complementary color
Monochromatic Colors of #DB4D3A
Black with #DB4D3A
Text Example
Text Example
White with #DB4D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4D3A; }
p { color: rgb(219,77,58); }
H1.HeaderClassName
{
color: #DB4D3A;
}
.AnyTagClassName
{
color: #DB4D3A;
}
</style>
background-color css
<style>
a { background-color: #DB4D3A; }
a { background-color: rgb(219,77,58); }
div.DivClassName
{
background-color: #DB4D3A;
}
.BgClassName
{
background-color: #DB4D3A;
}
</style>
border-color css
<style>
span { border-color: #DB4D3A; }
span { border-color: rgb(219,77,58); }
td.TdClassName
{
border-color: #DB4D3A;
}
.TagClassName
{
border-color: #DB4D3A;
}
</style>