Shades of Cinnabar #DC4544
Tints of Cinnabar #DC4544
RGB
CMYK
RGB Variations
Color information
#DC4544 (or 0xDC4544) is known color: Cinnabar. HEX triplet: DC, 45 and 44. RGB value is (220,69,68). Sum of RGB (Red+Green+Blue) = 220+69+68=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4544 is #23BABB. Grayscale: #727272. Windows color (decimal): -2341564 or 4474332. OLE color: 4474332.
HSL color Cylindrical-coordinate representation of color #DC4544: hue angle of 0.39º 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 #DC4544 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 68 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.14 |
| HSL | 0.39º | 0.68% | 0.56% | - |
| HSV(B) | 0.39º | 0.69% | 0.86% | - |
| XYZ | 32.69 | 19.89 | 7.59 | - |
| YUV | 114.04 | 102.03 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 68 | 0 | 0.69 | 0.69 | 0.14 | 0.39 | 0.68 | 0.56 |
| Hex | DC | 45 | 44 | 0 | 45 | 45 | E | 0 | 44 | 38 |
| Octal | 334 | 105 | 104 | 0 | 105 | 105 | 16 | 0 | 104 | 70 |
| Binary | 11011100 | 1000101 | 1000100 | 0 | 1000101 | 1000101 | 1110 | 0 | 1000100 | 111000 |
Color Harmonies of #DC4544
Complementary color
Monochromatic Colors of #DC4544
Black with #DC4544
Text Example
Text Example
White with #DC4544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4544; }
p { color: rgb(220,69,68); }
H1.HeaderClassName
{
color: #DC4544;
}
.AnyTagClassName
{
color: #DC4544;
}
</style>
background-color css
<style>
a { background-color: #DC4544; }
a { background-color: rgb(220,69,68); }
div.DivClassName
{
background-color: #DC4544;
}
.BgClassName
{
background-color: #DC4544;
}
</style>
border-color css
<style>
span { border-color: #DC4544; }
span { border-color: rgb(220,69,68); }
td.TdClassName
{
border-color: #DC4544;
}
.TagClassName
{
border-color: #DC4544;
}
</style>