Shades of Cinnabar #DB3E20
Tints of Cinnabar #DB3E20
RGB
CMYK
RGB Variations
Color information
#DB3E20 (or 0xDB3E20) is known color: Cinnabar. HEX triplet: DB, 3E and 20. RGB value is (219,62,32). Sum of RGB (Red+Green+Blue) = 219+62+32=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3E20 is #24C1DF. Grayscale: #696969. Windows color (decimal): -2408928 or 2113243. OLE color: 2113243.
HSL color Cylindrical-coordinate representation of color #DB3E20: hue angle of 9.63º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB3E20 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 62 | 32 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.14 |
| HSL | 9.63º | 0.75% | 0.49% | - |
| HSV(B) | 9.63º | 0.85% | 0.86% | - |
| XYZ | 31.2 | 18.61 | 3.31 | - |
| YUV | 105.52 | 86.51 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 32 | 0 | 0.72 | 0.85 | 0.14 | 9.63 | 0.75 | 0.49 |
| Hex | DB | 3E | 20 | 0 | 48 | 55 | E | A | 4B | 31 |
| Octal | 333 | 76 | 40 | 0 | 110 | 125 | 16 | 12 | 113 | 61 |
| Binary | 11011011 | 111110 | 100000 | 0 | 1001000 | 1010101 | 1110 | 1010 | 1001011 | 110001 |
Color Harmonies of #DB3E20
Complementary color
Monochromatic Colors of #DB3E20
Black with #DB3E20
Text Example
Text Example
White with #DB3E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3E20; }
p { color: rgb(219,62,32); }
H1.HeaderClassName
{
color: #DB3E20;
}
.AnyTagClassName
{
color: #DB3E20;
}
</style>
background-color css
<style>
a { background-color: #DB3E20; }
a { background-color: rgb(219,62,32); }
div.DivClassName
{
background-color: #DB3E20;
}
.BgClassName
{
background-color: #DB3E20;
}
</style>
border-color css
<style>
span { border-color: #DB3E20; }
span { border-color: rgb(219,62,32); }
td.TdClassName
{
border-color: #DB3E20;
}
.TagClassName
{
border-color: #DB3E20;
}
</style>