Shades of Cinnabar #DB4231
Tints of Cinnabar #DB4231
RGB
CMYK
RGB Variations
Color information
#DB4231 (or 0xDB4231) is known color: Cinnabar. HEX triplet: DB, 42 and 31. RGB value is (219,66,49). Sum of RGB (Red+Green+Blue) = 219+66+49=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4231 is #24BDCE. Grayscale: #6E6E6E. Windows color (decimal): -2407887 or 3228379. OLE color: 3228379.
HSL color Cylindrical-coordinate representation of color #DB4231: hue angle of 6º 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 #DB4231 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 49 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.14 |
| HSL | 6º | 0.7% | 0.53% | - |
| HSV(B) | 6º | 0.78% | 0.86% | - |
| XYZ | 31.72 | 19.18 | 4.94 | - |
| YUV | 109.81 | 93.69 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 49 | 0 | 0.70 | 0.78 | 0.14 | 6 | 0.7 | 0.53 |
| Hex | DB | 42 | 31 | 0 | 46 | 4E | E | 6 | 46 | 35 |
| Octal | 333 | 102 | 61 | 0 | 106 | 116 | 16 | 6 | 106 | 65 |
| Binary | 11011011 | 1000010 | 110001 | 0 | 1000110 | 1001110 | 1110 | 110 | 1000110 | 110101 |
Color Harmonies of #DB4231
Complementary color
Monochromatic Colors of #DB4231
Black with #DB4231
Text Example
Text Example
White with #DB4231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4231; }
p { color: rgb(219,66,49); }
H1.HeaderClassName
{
color: #DB4231;
}
.AnyTagClassName
{
color: #DB4231;
}
</style>
background-color css
<style>
a { background-color: #DB4231; }
a { background-color: rgb(219,66,49); }
div.DivClassName
{
background-color: #DB4231;
}
.BgClassName
{
background-color: #DB4231;
}
</style>
border-color css
<style>
span { border-color: #DB4231; }
span { border-color: rgb(219,66,49); }
td.TdClassName
{
border-color: #DB4231;
}
.TagClassName
{
border-color: #DB4231;
}
</style>