Shades of Cinnabar #DC4031
Tints of Cinnabar #DC4031
RGB
CMYK
RGB Variations
Color information
#DC4031 (or 0xDC4031) is known color: Cinnabar. HEX triplet: DC, 40 and 31. RGB value is (220,64,49). Sum of RGB (Red+Green+Blue) = 220+64+49=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4031 is #23BFCE. Grayscale: #6D6D6D. Windows color (decimal): -2342863 or 3227868. OLE color: 3227868.
HSL color Cylindrical-coordinate representation of color #DC4031: hue angle of 5.26º 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 #DC4031 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 49 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.14 |
| HSL | 5.26º | 0.71% | 0.53% | - |
| HSV(B) | 5.26º | 0.78% | 0.86% | - |
| XYZ | 31.9 | 19.1 | 4.91 | - |
| YUV | 108.93 | 94.18 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 49 | 0 | 0.71 | 0.78 | 0.14 | 5.26 | 0.71 | 0.53 |
| Hex | DC | 40 | 31 | 0 | 47 | 4E | E | 5 | 47 | 35 |
| Octal | 334 | 100 | 61 | 0 | 107 | 116 | 16 | 5 | 107 | 65 |
| Binary | 11011100 | 1000000 | 110001 | 0 | 1000111 | 1001110 | 1110 | 101 | 1000111 | 110101 |
Color Harmonies of #DC4031
Complementary color
Monochromatic Colors of #DC4031
Black with #DC4031
Text Example
Text Example
White with #DC4031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4031; }
p { color: rgb(220,64,49); }
H1.HeaderClassName
{
color: #DC4031;
}
.AnyTagClassName
{
color: #DC4031;
}
</style>
background-color css
<style>
a { background-color: #DC4031; }
a { background-color: rgb(220,64,49); }
div.DivClassName
{
background-color: #DC4031;
}
.BgClassName
{
background-color: #DC4031;
}
</style>
border-color css
<style>
span { border-color: #DC4031; }
span { border-color: rgb(220,64,49); }
td.TdClassName
{
border-color: #DC4031;
}
.TagClassName
{
border-color: #DC4031;
}
</style>