Shades of Cinnabar #DC5035
Tints of Cinnabar #DC5035
RGB
CMYK
RGB Variations
Color information
#DC5035 (or 0xDC5035) is known color: Cinnabar. HEX triplet: DC, 50 and 35. RGB value is (220,80,53). Sum of RGB (Red+Green+Blue) = 220+80+53=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 53 (21.09% from 255 or 15.01% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5035 is #23AFCA. Grayscale: #777777. Windows color (decimal): -2338763 or 3494108. OLE color: 3494108.
HSL color Cylindrical-coordinate representation of color #DC5035: hue angle of 9.7º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC5035 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 53 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.14 |
| HSL | 9.7º | 0.7% | 0.54% | - |
| HSV(B) | 9.7º | 0.76% | 0.86% | - |
| XYZ | 33.03 | 21.21 | 5.72 | - |
| YUV | 118.78 | 90.88 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 53 | 0 | 0.64 | 0.76 | 0.14 | 9.7 | 0.7 | 0.54 |
| Hex | DC | 50 | 35 | 0 | 40 | 4C | E | A | 46 | 36 |
| Octal | 334 | 120 | 65 | 0 | 100 | 114 | 16 | 12 | 106 | 66 |
| Binary | 11011100 | 1010000 | 110101 | 0 | 1000000 | 1001100 | 1110 | 1010 | 1000110 | 110110 |
Color Harmonies of #DC5035
Complementary color
Monochromatic Colors of #DC5035
Black with #DC5035
Text Example
Text Example
White with #DC5035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5035; }
p { color: rgb(220,80,53); }
H1.HeaderClassName
{
color: #DC5035;
}
.AnyTagClassName
{
color: #DC5035;
}
</style>
background-color css
<style>
a { background-color: #DC5035; }
a { background-color: rgb(220,80,53); }
div.DivClassName
{
background-color: #DC5035;
}
.BgClassName
{
background-color: #DC5035;
}
</style>
border-color css
<style>
span { border-color: #DC5035; }
span { border-color: rgb(220,80,53); }
td.TdClassName
{
border-color: #DC5035;
}
.TagClassName
{
border-color: #DC5035;
}
</style>