Shades of Cinnabar #DB4631
Tints of Cinnabar #DB4631
RGB
CMYK
RGB Variations
Color information
#DB4631 (or 0xDB4631) is known color: Cinnabar. HEX triplet: DB, 46 and 31. RGB value is (219,70,49). Sum of RGB (Red+Green+Blue) = 219+70+49=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4631 is #24B9CE. Grayscale: #707070. Windows color (decimal): -2406863 or 3229403. OLE color: 3229403.
HSL color Cylindrical-coordinate representation of color #DB4631: hue angle of 7.41º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB4631 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 49 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.14 |
| HSL | 7.41º | 0.7% | 0.53% | - |
| HSV(B) | 7.41º | 0.78% | 0.86% | - |
| XYZ | 31.96 | 19.66 | 5.02 | - |
| YUV | 112.16 | 92.36 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 49 | 0 | 0.68 | 0.78 | 0.14 | 7.41 | 0.7 | 0.53 |
| Hex | DB | 46 | 31 | 0 | 44 | 4E | E | 7 | 46 | 35 |
| Octal | 333 | 106 | 61 | 0 | 104 | 116 | 16 | 7 | 106 | 65 |
| Binary | 11011011 | 1000110 | 110001 | 0 | 1000100 | 1001110 | 1110 | 111 | 1000110 | 110101 |
Color Harmonies of #DB4631
Complementary color
Monochromatic Colors of #DB4631
Black with #DB4631
Text Example
Text Example
White with #DB4631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4631; }
p { color: rgb(219,70,49); }
H1.HeaderClassName
{
color: #DB4631;
}
.AnyTagClassName
{
color: #DB4631;
}
</style>
background-color css
<style>
a { background-color: #DB4631; }
a { background-color: rgb(219,70,49); }
div.DivClassName
{
background-color: #DB4631;
}
.BgClassName
{
background-color: #DB4631;
}
</style>
border-color css
<style>
span { border-color: #DB4631; }
span { border-color: rgb(219,70,49); }
td.TdClassName
{
border-color: #DB4631;
}
.TagClassName
{
border-color: #DB4631;
}
</style>