Shades of Cinnabar #DB4720
Tints of Cinnabar #DB4720
RGB
CMYK
RGB Variations
Color information
#DB4720 (or 0xDB4720) is known color: Cinnabar. HEX triplet: DB, 47 and 20. RGB value is (219,71,32). Sum of RGB (Red+Green+Blue) = 219+71+32=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4720 is #24B8DF. Grayscale: #6F6F6F. Windows color (decimal): -2406624 or 2115547. OLE color: 2115547.
HSL color Cylindrical-coordinate representation of color #DB4720: hue angle of 12.51º 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 #DB4720 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 32 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.14 |
| HSL | 12.51º | 0.75% | 0.49% | - |
| HSV(B) | 12.51º | 0.85% | 0.86% | - |
| XYZ | 31.73 | 19.67 | 3.49 | - |
| YUV | 110.81 | 83.53 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 32 | 0 | 0.68 | 0.85 | 0.14 | 12.51 | 0.75 | 0.49 |
| Hex | DB | 47 | 20 | 0 | 44 | 55 | E | D | 4B | 31 |
| Octal | 333 | 107 | 40 | 0 | 104 | 125 | 16 | 15 | 113 | 61 |
| Binary | 11011011 | 1000111 | 100000 | 0 | 1000100 | 1010101 | 1110 | 1101 | 1001011 | 110001 |
Color Harmonies of #DB4720
Complementary color
Monochromatic Colors of #DB4720
Black with #DB4720
Text Example
Text Example
White with #DB4720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4720; }
p { color: rgb(219,71,32); }
H1.HeaderClassName
{
color: #DB4720;
}
.AnyTagClassName
{
color: #DB4720;
}
</style>
background-color css
<style>
a { background-color: #DB4720; }
a { background-color: rgb(219,71,32); }
div.DivClassName
{
background-color: #DB4720;
}
.BgClassName
{
background-color: #DB4720;
}
</style>
border-color css
<style>
span { border-color: #DB4720; }
span { border-color: rgb(219,71,32); }
td.TdClassName
{
border-color: #DB4720;
}
.TagClassName
{
border-color: #DB4720;
}
</style>