Shades of Cinnabar #DB4A31
Tints of Cinnabar #DB4A31
RGB
CMYK
RGB Variations
Color information
#DB4A31 (or 0xDB4A31) is known color: Cinnabar. HEX triplet: DB, 4A and 31. RGB value is (219,74,49). Sum of RGB (Red+Green+Blue) = 219+74+49=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 49 (19.53% from 255 or 14.33% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4A31 is #24B5CE. Grayscale: #727272. Windows color (decimal): -2405839 or 3230427. OLE color: 3230427.
HSL color Cylindrical-coordinate representation of color #DB4A31: hue angle of 8.82º 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 #DB4A31 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 49 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.14 |
| HSL | 8.82º | 0.7% | 0.53% | - |
| HSV(B) | 8.82º | 0.78% | 0.86% | - |
| XYZ | 32.22 | 20.18 | 5.1 | - |
| YUV | 114.51 | 91.04 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 49 | 0 | 0.66 | 0.78 | 0.14 | 8.82 | 0.7 | 0.53 |
| Hex | DB | 4A | 31 | 0 | 42 | 4E | E | 9 | 46 | 35 |
| Octal | 333 | 112 | 61 | 0 | 102 | 116 | 16 | 11 | 106 | 65 |
| Binary | 11011011 | 1001010 | 110001 | 0 | 1000010 | 1001110 | 1110 | 1001 | 1000110 | 110101 |
Color Harmonies of #DB4A31
Complementary color
Monochromatic Colors of #DB4A31
Black with #DB4A31
Text Example
Text Example
White with #DB4A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4A31; }
p { color: rgb(219,74,49); }
H1.HeaderClassName
{
color: #DB4A31;
}
.AnyTagClassName
{
color: #DB4A31;
}
</style>
background-color css
<style>
a { background-color: #DB4A31; }
a { background-color: rgb(219,74,49); }
div.DivClassName
{
background-color: #DB4A31;
}
.BgClassName
{
background-color: #DB4A31;
}
</style>
border-color css
<style>
span { border-color: #DB4A31; }
span { border-color: rgb(219,74,49); }
td.TdClassName
{
border-color: #DB4A31;
}
.TagClassName
{
border-color: #DB4A31;
}
</style>