Shades of Cinnabar #DC4644
Tints of Cinnabar #DC4644
RGB
CMYK
RGB Variations
Color information
#DC4644 (or 0xDC4644) is known color: Cinnabar. HEX triplet: DC, 46 and 44. RGB value is (220,70,68). Sum of RGB (Red+Green+Blue) = 220+70+68=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 68 (26.95% from 255 or 18.99% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4644 is #23B9BB. Grayscale: #727272. Windows color (decimal): -2341308 or 4474588. OLE color: 4474588.
HSL color Cylindrical-coordinate representation of color #DC4644: hue angle of 0.79º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC4644 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 68 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.14 |
| HSL | 0.79º | 0.68% | 0.56% | - |
| HSV(B) | 0.79º | 0.69% | 0.86% | - |
| XYZ | 32.75 | 20.01 | 7.61 | - |
| YUV | 114.62 | 101.7 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 68 | 0 | 0.68 | 0.69 | 0.14 | 0.79 | 0.68 | 0.56 |
| Hex | DC | 46 | 44 | 0 | 44 | 45 | E | 1 | 44 | 38 |
| Octal | 334 | 106 | 104 | 0 | 104 | 105 | 16 | 1 | 104 | 70 |
| Binary | 11011100 | 1000110 | 1000100 | 0 | 1000100 | 1000101 | 1110 | 1 | 1000100 | 111000 |
Color Harmonies of #DC4644
Complementary color
Monochromatic Colors of #DC4644
Black with #DC4644
Text Example
Text Example
White with #DC4644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4644; }
p { color: rgb(220,70,68); }
H1.HeaderClassName
{
color: #DC4644;
}
.AnyTagClassName
{
color: #DC4644;
}
</style>
background-color css
<style>
a { background-color: #DC4644; }
a { background-color: rgb(220,70,68); }
div.DivClassName
{
background-color: #DC4644;
}
.BgClassName
{
background-color: #DC4644;
}
</style>
border-color css
<style>
span { border-color: #DC4644; }
span { border-color: rgb(220,70,68); }
td.TdClassName
{
border-color: #DC4644;
}
.TagClassName
{
border-color: #DC4644;
}
</style>