Shades of Cinnabar #DC4836
Tints of Cinnabar #DC4836
RGB
CMYK
RGB Variations
Color information
#DC4836 (or 0xDC4836) is known color: Cinnabar. HEX triplet: DC, 48 and 36. RGB value is (220,72,54). Sum of RGB (Red+Green+Blue) = 220+72+54=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 54 (21.48% from 255 or 15.61% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4836 is #23B7C9. Grayscale: #727272. Windows color (decimal): -2340810 or 3557596. OLE color: 3557596.
HSL color Cylindrical-coordinate representation of color #DC4836: hue angle of 6.51º 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 #DC4836 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 54 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.14 |
| HSL | 6.51º | 0.7% | 0.54% | - |
| HSV(B) | 6.51º | 0.75% | 0.86% | - |
| XYZ | 32.5 | 20.12 | 5.66 | - |
| YUV | 114.2 | 94.03 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 54 | 0 | 0.67 | 0.75 | 0.14 | 6.51 | 0.7 | 0.54 |
| Hex | DC | 48 | 36 | 0 | 43 | 4B | E | 7 | 46 | 36 |
| Octal | 334 | 110 | 66 | 0 | 103 | 113 | 16 | 7 | 106 | 66 |
| Binary | 11011100 | 1001000 | 110110 | 0 | 1000011 | 1001011 | 1110 | 111 | 1000110 | 110110 |
Color Harmonies of #DC4836
Complementary color
Monochromatic Colors of #DC4836
Black with #DC4836
Text Example
Text Example
White with #DC4836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4836; }
p { color: rgb(220,72,54); }
H1.HeaderClassName
{
color: #DC4836;
}
.AnyTagClassName
{
color: #DC4836;
}
</style>
background-color css
<style>
a { background-color: #DC4836; }
a { background-color: rgb(220,72,54); }
div.DivClassName
{
background-color: #DC4836;
}
.BgClassName
{
background-color: #DC4836;
}
</style>
border-color css
<style>
span { border-color: #DC4836; }
span { border-color: rgb(220,72,54); }
td.TdClassName
{
border-color: #DC4836;
}
.TagClassName
{
border-color: #DC4836;
}
</style>