Shades of Cinnabar #DC4939
Tints of Cinnabar #DC4939
RGB
CMYK
RGB Variations
Color information
#DC4939 (or 0xDC4939) is known color: Cinnabar. HEX triplet: DC, 49 and 39. RGB value is (220,73,57). Sum of RGB (Red+Green+Blue) = 220+73+57=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 57 (22.66% from 255 or 16.29% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4939 is #23B6C6. Grayscale: #737373. Windows color (decimal): -2340551 or 3754460. OLE color: 3754460.
HSL color Cylindrical-coordinate representation of color #DC4939: hue angle of 5.89º 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 #DC4939 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 73 | 57 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.14 |
| HSL | 5.89º | 0.7% | 0.54% | - |
| HSV(B) | 5.89º | 0.74% | 0.86% | - |
| XYZ | 32.64 | 20.28 | 6.06 | - |
| YUV | 115.13 | 95.2 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 57 | 0 | 0.67 | 0.74 | 0.14 | 5.89 | 0.7 | 0.54 |
| Hex | DC | 49 | 39 | 0 | 43 | 4A | E | 6 | 46 | 36 |
| Octal | 334 | 111 | 71 | 0 | 103 | 112 | 16 | 6 | 106 | 66 |
| Binary | 11011100 | 1001001 | 111001 | 0 | 1000011 | 1001010 | 1110 | 110 | 1000110 | 110110 |
Color Harmonies of #DC4939
Complementary color
Monochromatic Colors of #DC4939
Black with #DC4939
Text Example
Text Example
White with #DC4939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4939; }
p { color: rgb(220,73,57); }
H1.HeaderClassName
{
color: #DC4939;
}
.AnyTagClassName
{
color: #DC4939;
}
</style>
background-color css
<style>
a { background-color: #DC4939; }
a { background-color: rgb(220,73,57); }
div.DivClassName
{
background-color: #DC4939;
}
.BgClassName
{
background-color: #DC4939;
}
</style>
border-color css
<style>
span { border-color: #DC4939; }
span { border-color: rgb(220,73,57); }
td.TdClassName
{
border-color: #DC4939;
}
.TagClassName
{
border-color: #DC4939;
}
</style>