Shades of Cinnabar #DB3836
Tints of Cinnabar #DB3836
RGB
CMYK
RGB Variations
Color information
#DB3836 (or 0xDB3836) is known color: Cinnabar. HEX triplet: DB, 38 and 36. RGB value is (219,56,54). Sum of RGB (Red+Green+Blue) = 219+56+54=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3836 is #24C7C9. Grayscale: #686868. Windows color (decimal): -2410442 or 3553499. OLE color: 3553499.
HSL color Cylindrical-coordinate representation of color #DB3836: hue angle of 0.73º 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 #DB3836 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 54 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.14 |
| HSL | 0.73º | 0.7% | 0.54% | - |
| HSV(B) | 0.73º | 0.75% | 0.86% | - |
| XYZ | 31.29 | 18.15 | 5.34 | - |
| YUV | 104.51 | 99.5 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 54 | 0 | 0.74 | 0.75 | 0.14 | 0.73 | 0.7 | 0.54 |
| Hex | DB | 38 | 36 | 0 | 4A | 4B | E | 1 | 46 | 36 |
| Octal | 333 | 70 | 66 | 0 | 112 | 113 | 16 | 1 | 106 | 66 |
| Binary | 11011011 | 111000 | 110110 | 0 | 1001010 | 1001011 | 1110 | 1 | 1000110 | 110110 |
Color Harmonies of #DB3836
Complementary color
Monochromatic Colors of #DB3836
Black with #DB3836
Text Example
Text Example
White with #DB3836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3836; }
p { color: rgb(219,56,54); }
H1.HeaderClassName
{
color: #DB3836;
}
.AnyTagClassName
{
color: #DB3836;
}
</style>
background-color css
<style>
a { background-color: #DB3836; }
a { background-color: rgb(219,56,54); }
div.DivClassName
{
background-color: #DB3836;
}
.BgClassName
{
background-color: #DB3836;
}
</style>
border-color css
<style>
span { border-color: #DB3836; }
span { border-color: rgb(219,56,54); }
td.TdClassName
{
border-color: #DB3836;
}
.TagClassName
{
border-color: #DB3836;
}
</style>