Shades of Cinnabar #DC4C27
Tints of Cinnabar #DC4C27
RGB
CMYK
RGB Variations
Color information
#DC4C27 (or 0xDC4C27) is known color: Cinnabar. HEX triplet: DC, 4C and 27. RGB value is (220,76,39). Sum of RGB (Red+Green+Blue) = 220+76+39=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 39 (15.62% from 255 or 11.64% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4C27 is #23B3D8. Grayscale: #737373. Windows color (decimal): -2339801 or 2575580. OLE color: 2575580.
HSL color Cylindrical-coordinate representation of color #DC4C27: hue angle of 12.27º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC4C27 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 76 | 39 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.14 |
| HSL | 12.27º | 0.72% | 0.51% | - |
| HSV(B) | 12.27º | 0.82% | 0.86% | - |
| XYZ | 32.47 | 20.53 | 4.17 | - |
| YUV | 114.84 | 85.21 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 76 | 39 | 0 | 0.65 | 0.82 | 0.14 | 12.27 | 0.72 | 0.51 |
| Hex | DC | 4C | 27 | 0 | 41 | 52 | E | C | 48 | 33 |
| Octal | 334 | 114 | 47 | 0 | 101 | 122 | 16 | 14 | 110 | 63 |
| Binary | 11011100 | 1001100 | 100111 | 0 | 1000001 | 1010010 | 1110 | 1100 | 1001000 | 110011 |
Color Harmonies of #DC4C27
Complementary color
Monochromatic Colors of #DC4C27
Black with #DC4C27
Text Example
Text Example
White with #DC4C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4C27; }
p { color: rgb(220,76,39); }
H1.HeaderClassName
{
color: #DC4C27;
}
.AnyTagClassName
{
color: #DC4C27;
}
</style>
background-color css
<style>
a { background-color: #DC4C27; }
a { background-color: rgb(220,76,39); }
div.DivClassName
{
background-color: #DC4C27;
}
.BgClassName
{
background-color: #DC4C27;
}
</style>
border-color css
<style>
span { border-color: #DC4C27; }
span { border-color: rgb(220,76,39); }
td.TdClassName
{
border-color: #DC4C27;
}
.TagClassName
{
border-color: #DC4C27;
}
</style>