Shades of Cinnabar #DB4233
Tints of Cinnabar #DB4233
RGB
CMYK
RGB Variations
Color information
#DB4233 (or 0xDB4233) is known color: Cinnabar. HEX triplet: DB, 42 and 33. RGB value is (219,66,51). Sum of RGB (Red+Green+Blue) = 219+66+51=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4233 is #24BDCC. Grayscale: #6E6E6E. Windows color (decimal): -2407885 or 3359451. OLE color: 3359451.
HSL color Cylindrical-coordinate representation of color #DB4233: hue angle of 5.36º 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 #DB4233 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 51 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.14 |
| HSL | 5.36º | 0.7% | 0.53% | - |
| HSV(B) | 5.36º | 0.77% | 0.86% | - |
| XYZ | 31.76 | 19.2 | 5.16 | - |
| YUV | 110.04 | 94.69 | 205.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 51 | 0 | 0.70 | 0.77 | 0.14 | 5.36 | 0.7 | 0.53 |
| Hex | DB | 42 | 33 | 0 | 46 | 4D | E | 5 | 46 | 35 |
| Octal | 333 | 102 | 63 | 0 | 106 | 115 | 16 | 5 | 106 | 65 |
| Binary | 11011011 | 1000010 | 110011 | 0 | 1000110 | 1001101 | 1110 | 101 | 1000110 | 110101 |
Color Harmonies of #DB4233
Complementary color
Monochromatic Colors of #DB4233
Black with #DB4233
Text Example
Text Example
White with #DB4233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4233; }
p { color: rgb(219,66,51); }
H1.HeaderClassName
{
color: #DB4233;
}
.AnyTagClassName
{
color: #DB4233;
}
</style>
background-color css
<style>
a { background-color: #DB4233; }
a { background-color: rgb(219,66,51); }
div.DivClassName
{
background-color: #DB4233;
}
.BgClassName
{
background-color: #DB4233;
}
</style>
border-color css
<style>
span { border-color: #DB4233; }
span { border-color: rgb(219,66,51); }
td.TdClassName
{
border-color: #DB4233;
}
.TagClassName
{
border-color: #DB4233;
}
</style>