Shades of Cinnabar #DB4639
Tints of Cinnabar #DB4639
RGB
CMYK
RGB Variations
Color information
#DB4639 (or 0xDB4639) is known color: Cinnabar. HEX triplet: DB, 46 and 39. RGB value is (219,70,57). Sum of RGB (Red+Green+Blue) = 219+70+57=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 57 (22.66% from 255 or 16.47% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4639 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4639 is #24B9C6. Grayscale: #717171. Windows color (decimal): -2406855 or 3753691. OLE color: 3753691.
HSL color Cylindrical-coordinate representation of color #DB4639: hue angle of 4.81º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB4639 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 57 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.14 |
| HSL | 4.81º | 0.69% | 0.54% | - |
| HSV(B) | 4.81º | 0.74% | 0.86% | - |
| XYZ | 32.14 | 19.74 | 5.99 | - |
| YUV | 113.07 | 96.36 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 57 | 0 | 0.68 | 0.74 | 0.14 | 4.81 | 0.69 | 0.54 |
| Hex | DB | 46 | 39 | 0 | 44 | 4A | E | 5 | 45 | 36 |
| Octal | 333 | 106 | 71 | 0 | 104 | 112 | 16 | 5 | 105 | 66 |
| Binary | 11011011 | 1000110 | 111001 | 0 | 1000100 | 1001010 | 1110 | 101 | 1000101 | 110110 |
Color Harmonies of #DB4639
Complementary color
Monochromatic Colors of #DB4639
Black with #DB4639
Text Example
Text Example
White with #DB4639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4639; }
p { color: rgb(219,70,57); }
H1.HeaderClassName
{
color: #DB4639;
}
.AnyTagClassName
{
color: #DB4639;
}
</style>
background-color css
<style>
a { background-color: #DB4639; }
a { background-color: rgb(219,70,57); }
div.DivClassName
{
background-color: #DB4639;
}
.BgClassName
{
background-color: #DB4639;
}
</style>
border-color css
<style>
span { border-color: #DB4639; }
span { border-color: rgb(219,70,57); }
td.TdClassName
{
border-color: #DB4639;
}
.TagClassName
{
border-color: #DB4639;
}
</style>