Shades of Cinnabar #DC5133
Tints of Cinnabar #DC5133
RGB
CMYK
RGB Variations
Color information
#DC5133 (or 0xDC5133) is known color: Cinnabar. HEX triplet: DC, 51 and 33. RGB value is (220,81,51). Sum of RGB (Red+Green+Blue) = 220+81+51=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 51 (20.31% from 255 or 14.49% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5133 is #23AECC. Grayscale: #777777. Windows color (decimal): -2338509 or 3363292. OLE color: 3363292.
HSL color Cylindrical-coordinate representation of color #DC5133: hue angle of 10.65º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC5133 is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 51 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.14 |
| HSL | 10.65º | 0.71% | 0.53% | - |
| HSV(B) | 10.65º | 0.77% | 0.86% | - |
| XYZ | 33.06 | 21.34 | 5.51 | - |
| YUV | 119.14 | 89.55 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 51 | 0 | 0.63 | 0.77 | 0.14 | 10.65 | 0.71 | 0.53 |
| Hex | DC | 51 | 33 | 0 | 3F | 4D | E | B | 47 | 35 |
| Octal | 334 | 121 | 63 | 0 | 77 | 115 | 16 | 13 | 107 | 65 |
| Binary | 11011100 | 1010001 | 110011 | 0 | 111111 | 1001101 | 1110 | 1011 | 1000111 | 110101 |
Color Harmonies of #DC5133
Complementary color
Monochromatic Colors of #DC5133
Black with #DC5133
Text Example
Text Example
White with #DC5133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5133; }
p { color: rgb(220,81,51); }
H1.HeaderClassName
{
color: #DC5133;
}
.AnyTagClassName
{
color: #DC5133;
}
</style>
background-color css
<style>
a { background-color: #DC5133; }
a { background-color: rgb(220,81,51); }
div.DivClassName
{
background-color: #DC5133;
}
.BgClassName
{
background-color: #DC5133;
}
</style>
border-color css
<style>
span { border-color: #DC5133; }
span { border-color: rgb(220,81,51); }
td.TdClassName
{
border-color: #DC5133;
}
.TagClassName
{
border-color: #DC5133;
}
</style>