Shades of Cinnabar #DB3A36
Tints of Cinnabar #DB3A36
RGB
CMYK
RGB Variations
Color information
#DB3A36 (or 0xDB3A36) is known color: Cinnabar. HEX triplet: DB, 3A and 36. RGB value is (219,58,54). Sum of RGB (Red+Green+Blue) = 219+58+54=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3A36 is #24C5C9. Grayscale: #696969. Windows color (decimal): -2409930 or 3554011. OLE color: 3554011.
HSL color Cylindrical-coordinate representation of color #DB3A36: hue angle of 1.45º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3A36 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 58 | 54 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.14 |
| HSL | 1.45º | 0.7% | 0.54% | - |
| HSV(B) | 1.45º | 0.75% | 0.86% | - |
| XYZ | 31.39 | 18.35 | 5.38 | - |
| YUV | 105.68 | 98.84 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 58 | 54 | 0 | 0.74 | 0.75 | 0.14 | 1.45 | 0.7 | 0.54 |
| Hex | DB | 3A | 36 | 0 | 4A | 4B | E | 1 | 46 | 36 |
| Octal | 333 | 72 | 66 | 0 | 112 | 113 | 16 | 1 | 106 | 66 |
| Binary | 11011011 | 111010 | 110110 | 0 | 1001010 | 1001011 | 1110 | 1 | 1000110 | 110110 |
Color Harmonies of #DB3A36
Complementary color
Monochromatic Colors of #DB3A36
Black with #DB3A36
Text Example
Text Example
White with #DB3A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3A36; }
p { color: rgb(219,58,54); }
H1.HeaderClassName
{
color: #DB3A36;
}
.AnyTagClassName
{
color: #DB3A36;
}
</style>
background-color css
<style>
a { background-color: #DB3A36; }
a { background-color: rgb(219,58,54); }
div.DivClassName
{
background-color: #DB3A36;
}
.BgClassName
{
background-color: #DB3A36;
}
</style>
border-color css
<style>
span { border-color: #DB3A36; }
span { border-color: rgb(219,58,54); }
td.TdClassName
{
border-color: #DB3A36;
}
.TagClassName
{
border-color: #DB3A36;
}
</style>