Shades of Cinnabar #DB4132
Tints of Cinnabar #DB4132
RGB
CMYK
RGB Variations
Color information
#DB4132 (or 0xDB4132) is known color: Cinnabar. HEX triplet: DB, 41 and 32. RGB value is (219,65,50). Sum of RGB (Red+Green+Blue) = 219+65+50=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4132 is #24BECD. Grayscale: #6D6D6D. Windows color (decimal): -2408142 or 3293659. OLE color: 3293659.
HSL color Cylindrical-coordinate representation of color #DB4132: hue angle of 5.33º 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 #DB4132 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 50 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.14 |
| HSL | 5.33º | 0.7% | 0.53% | - |
| HSV(B) | 5.33º | 0.77% | 0.86% | - |
| XYZ | 31.68 | 19.07 | 5.03 | - |
| YUV | 109.34 | 94.52 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 50 | 0 | 0.70 | 0.77 | 0.14 | 5.33 | 0.7 | 0.53 |
| Hex | DB | 41 | 32 | 0 | 46 | 4D | E | 5 | 46 | 35 |
| Octal | 333 | 101 | 62 | 0 | 106 | 115 | 16 | 5 | 106 | 65 |
| Binary | 11011011 | 1000001 | 110010 | 0 | 1000110 | 1001101 | 1110 | 101 | 1000110 | 110101 |
Color Harmonies of #DB4132
Complementary color
Monochromatic Colors of #DB4132
Black with #DB4132
Text Example
Text Example
White with #DB4132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4132; }
p { color: rgb(219,65,50); }
H1.HeaderClassName
{
color: #DB4132;
}
.AnyTagClassName
{
color: #DB4132;
}
</style>
background-color css
<style>
a { background-color: #DB4132; }
a { background-color: rgb(219,65,50); }
div.DivClassName
{
background-color: #DB4132;
}
.BgClassName
{
background-color: #DB4132;
}
</style>
border-color css
<style>
span { border-color: #DB4132; }
span { border-color: rgb(219,65,50); }
td.TdClassName
{
border-color: #DB4132;
}
.TagClassName
{
border-color: #DB4132;
}
</style>