Shades of Cinnabar #DC5031
Tints of Cinnabar #DC5031
RGB
CMYK
RGB Variations
Color information
#DC5031 (or 0xDC5031) is known color: Cinnabar. HEX triplet: DC, 50 and 31. RGB value is (220,80,49). Sum of RGB (Red+Green+Blue) = 220+80+49=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 49 (19.53% from 255 or 14.04% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5031 is #23AFCE. Grayscale: #767676. Windows color (decimal): -2338767 or 3231964. OLE color: 3231964.
HSL color Cylindrical-coordinate representation of color #DC5031: hue angle of 10.88º degrees, saturation: 0.71, 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 #DC5031 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 49 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.14 |
| HSL | 10.88º | 0.71% | 0.53% | - |
| HSV(B) | 10.88º | 0.78% | 0.86% | - |
| XYZ | 32.94 | 21.17 | 5.26 | - |
| YUV | 118.33 | 88.88 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 49 | 0 | 0.64 | 0.78 | 0.14 | 10.88 | 0.71 | 0.53 |
| Hex | DC | 50 | 31 | 0 | 40 | 4E | E | B | 47 | 35 |
| Octal | 334 | 120 | 61 | 0 | 100 | 116 | 16 | 13 | 107 | 65 |
| Binary | 11011100 | 1010000 | 110001 | 0 | 1000000 | 1001110 | 1110 | 1011 | 1000111 | 110101 |
Color Harmonies of #DC5031
Complementary color
Monochromatic Colors of #DC5031
Black with #DC5031
Text Example
Text Example
White with #DC5031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5031; }
p { color: rgb(220,80,49); }
H1.HeaderClassName
{
color: #DC5031;
}
.AnyTagClassName
{
color: #DC5031;
}
</style>
background-color css
<style>
a { background-color: #DC5031; }
a { background-color: rgb(220,80,49); }
div.DivClassName
{
background-color: #DC5031;
}
.BgClassName
{
background-color: #DC5031;
}
</style>
border-color css
<style>
span { border-color: #DC5031; }
span { border-color: rgb(220,80,49); }
td.TdClassName
{
border-color: #DC5031;
}
.TagClassName
{
border-color: #DC5031;
}
</style>