Shades of Cinnabar #DC5136
Tints of Cinnabar #DC5136
RGB
CMYK
RGB Variations
Color information
#DC5136 (or 0xDC5136) is known color: Cinnabar. HEX triplet: DC, 51 and 36. RGB value is (220,81,54). Sum of RGB (Red+Green+Blue) = 220+81+54=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 54 (21.48% from 255 or 15.21% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5136 is #23AEC9. Grayscale: #777777. Windows color (decimal): -2338506 or 3559900. OLE color: 3559900.
HSL color Cylindrical-coordinate representation of color #DC5136: hue angle of 9.76º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC5136 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 54 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.14 |
| HSL | 9.76º | 0.7% | 0.54% | - |
| HSV(B) | 9.76º | 0.75% | 0.86% | - |
| XYZ | 33.12 | 21.37 | 5.87 | - |
| YUV | 119.48 | 91.05 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 54 | 0 | 0.63 | 0.75 | 0.14 | 9.76 | 0.7 | 0.54 |
| Hex | DC | 51 | 36 | 0 | 3F | 4B | E | A | 46 | 36 |
| Octal | 334 | 121 | 66 | 0 | 77 | 113 | 16 | 12 | 106 | 66 |
| Binary | 11011100 | 1010001 | 110110 | 0 | 111111 | 1001011 | 1110 | 1010 | 1000110 | 110110 |
Color Harmonies of #DC5136
Complementary color
Monochromatic Colors of #DC5136
Black with #DC5136
Text Example
Text Example
White with #DC5136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5136; }
p { color: rgb(220,81,54); }
H1.HeaderClassName
{
color: #DC5136;
}
.AnyTagClassName
{
color: #DC5136;
}
</style>
background-color css
<style>
a { background-color: #DC5136; }
a { background-color: rgb(220,81,54); }
div.DivClassName
{
background-color: #DC5136;
}
.BgClassName
{
background-color: #DC5136;
}
</style>
border-color css
<style>
span { border-color: #DC5136; }
span { border-color: rgb(220,81,54); }
td.TdClassName
{
border-color: #DC5136;
}
.TagClassName
{
border-color: #DC5136;
}
</style>