Shades of Cinnabar #DB3932
Tints of Cinnabar #DB3932
RGB
CMYK
RGB Variations
Color information
#DB3932 (or 0xDB3932) is known color: Cinnabar. HEX triplet: DB, 39 and 32. RGB value is (219,57,50). Sum of RGB (Red+Green+Blue) = 219+57+50=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3932 is #24C6CD. Grayscale: #686868. Windows color (decimal): -2410190 or 3291611. OLE color: 3291611.
HSL color Cylindrical-coordinate representation of color #DB3932: hue angle of 2.49º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB3932 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 50 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.14 |
| HSL | 2.49º | 0.7% | 0.53% | - |
| HSV(B) | 2.49º | 0.77% | 0.86% | - |
| XYZ | 31.25 | 18.22 | 4.89 | - |
| YUV | 104.64 | 97.17 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 50 | 0 | 0.74 | 0.77 | 0.14 | 2.49 | 0.7 | 0.53 |
| Hex | DB | 39 | 32 | 0 | 4A | 4D | E | 2 | 46 | 35 |
| Octal | 333 | 71 | 62 | 0 | 112 | 115 | 16 | 2 | 106 | 65 |
| Binary | 11011011 | 111001 | 110010 | 0 | 1001010 | 1001101 | 1110 | 10 | 1000110 | 110101 |
Color Harmonies of #DB3932
Complementary color
Monochromatic Colors of #DB3932
Black with #DB3932
Text Example
Text Example
White with #DB3932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3932; }
p { color: rgb(219,57,50); }
H1.HeaderClassName
{
color: #DB3932;
}
.AnyTagClassName
{
color: #DB3932;
}
</style>
background-color css
<style>
a { background-color: #DB3932; }
a { background-color: rgb(219,57,50); }
div.DivClassName
{
background-color: #DB3932;
}
.BgClassName
{
background-color: #DB3932;
}
</style>
border-color css
<style>
span { border-color: #DB3932; }
span { border-color: rgb(219,57,50); }
td.TdClassName
{
border-color: #DB3932;
}
.TagClassName
{
border-color: #DB3932;
}
</style>