Shades of Cinnabar #DC5134
Tints of Cinnabar #DC5134
RGB
CMYK
RGB Variations
Color information
#DC5134 (or 0xDC5134) is known color: Cinnabar. HEX triplet: DC, 51 and 34. RGB value is (220,81,52). Sum of RGB (Red+Green+Blue) = 220+81+52=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 52 (20.70% from 255 or 14.73% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5134 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5134 is #23AECB. Grayscale: #777777. Windows color (decimal): -2338508 or 3428828. OLE color: 3428828.
HSL color Cylindrical-coordinate representation of color #DC5134: hue angle of 10.36º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC5134 is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 52 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.14 |
| HSL | 10.36º | 0.71% | 0.53% | - |
| HSV(B) | 10.36º | 0.76% | 0.86% | - |
| XYZ | 33.08 | 21.35 | 5.63 | - |
| YUV | 119.26 | 90.05 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 52 | 0 | 0.63 | 0.76 | 0.14 | 10.36 | 0.71 | 0.53 |
| Hex | DC | 51 | 34 | 0 | 3F | 4C | E | A | 47 | 35 |
| Octal | 334 | 121 | 64 | 0 | 77 | 114 | 16 | 12 | 107 | 65 |
| Binary | 11011100 | 1010001 | 110100 | 0 | 111111 | 1001100 | 1110 | 1010 | 1000111 | 110101 |
Color Harmonies of #DC5134
Complementary color
Monochromatic Colors of #DC5134
Black with #DC5134
Text Example
Text Example
White with #DC5134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5134; }
p { color: rgb(220,81,52); }
H1.HeaderClassName
{
color: #DC5134;
}
.AnyTagClassName
{
color: #DC5134;
}
</style>
background-color css
<style>
a { background-color: #DC5134; }
a { background-color: rgb(220,81,52); }
div.DivClassName
{
background-color: #DC5134;
}
.BgClassName
{
background-color: #DC5134;
}
</style>
border-color css
<style>
span { border-color: #DC5134; }
span { border-color: rgb(220,81,52); }
td.TdClassName
{
border-color: #DC5134;
}
.TagClassName
{
border-color: #DC5134;
}
</style>