Shades of Cinnabar #DC4839
Tints of Cinnabar #DC4839
RGB
CMYK
RGB Variations
Color information
#DC4839 (or 0xDC4839) is known color: Cinnabar. HEX triplet: DC, 48 and 39. RGB value is (220,72,57). Sum of RGB (Red+Green+Blue) = 220+72+57=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 57 (22.66% from 255 or 16.33% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4839 is #23B7C6. Grayscale: #727272. Windows color (decimal): -2340807 or 3754204. OLE color: 3754204.
HSL color Cylindrical-coordinate representation of color #DC4839: hue angle of 5.52º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC4839 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 57 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.14 |
| HSL | 5.52º | 0.7% | 0.54% | - |
| HSV(B) | 5.52º | 0.74% | 0.86% | - |
| XYZ | 32.57 | 20.15 | 6.04 | - |
| YUV | 114.54 | 95.53 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 57 | 0 | 0.67 | 0.74 | 0.14 | 5.52 | 0.7 | 0.54 |
| Hex | DC | 48 | 39 | 0 | 43 | 4A | E | 6 | 46 | 36 |
| Octal | 334 | 110 | 71 | 0 | 103 | 112 | 16 | 6 | 106 | 66 |
| Binary | 11011100 | 1001000 | 111001 | 0 | 1000011 | 1001010 | 1110 | 110 | 1000110 | 110110 |
Color Harmonies of #DC4839
Complementary color
Monochromatic Colors of #DC4839
Black with #DC4839
Text Example
Text Example
White with #DC4839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4839; }
p { color: rgb(220,72,57); }
H1.HeaderClassName
{
color: #DC4839;
}
.AnyTagClassName
{
color: #DC4839;
}
</style>
background-color css
<style>
a { background-color: #DC4839; }
a { background-color: rgb(220,72,57); }
div.DivClassName
{
background-color: #DC4839;
}
.BgClassName
{
background-color: #DC4839;
}
</style>
border-color css
<style>
span { border-color: #DC4839; }
span { border-color: rgb(220,72,57); }
td.TdClassName
{
border-color: #DC4839;
}
.TagClassName
{
border-color: #DC4839;
}
</style>