Shades of Cinnabar #DC4E27
Tints of Cinnabar #DC4E27
RGB
CMYK
RGB Variations
Color information
#DC4E27 (or 0xDC4E27) is known color: Cinnabar. HEX triplet: DC, 4E and 27. RGB value is (220,78,39). Sum of RGB (Red+Green+Blue) = 220+78+39=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 39 (15.62% from 255 or 11.57% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4E27 is #23B1D8. Grayscale: #747474. Windows color (decimal): -2339289 or 2576092. OLE color: 2576092.
HSL color Cylindrical-coordinate representation of color #DC4E27: hue angle of 12.93º 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 #DC4E27 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 78 | 39 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.14 |
| HSL | 12.93º | 0.72% | 0.51% | - |
| HSV(B) | 12.93º | 0.82% | 0.86% | - |
| XYZ | 32.61 | 20.81 | 4.22 | - |
| YUV | 116.01 | 84.54 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 78 | 39 | 0 | 0.65 | 0.82 | 0.14 | 12.93 | 0.72 | 0.51 |
| Hex | DC | 4E | 27 | 0 | 41 | 52 | E | D | 48 | 33 |
| Octal | 334 | 116 | 47 | 0 | 101 | 122 | 16 | 15 | 110 | 63 |
| Binary | 11011100 | 1001110 | 100111 | 0 | 1000001 | 1010010 | 1110 | 1101 | 1001000 | 110011 |
Color Harmonies of #DC4E27
Complementary color
Monochromatic Colors of #DC4E27
Black with #DC4E27
Text Example
Text Example
White with #DC4E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4E27; }
p { color: rgb(220,78,39); }
H1.HeaderClassName
{
color: #DC4E27;
}
.AnyTagClassName
{
color: #DC4E27;
}
</style>
background-color css
<style>
a { background-color: #DC4E27; }
a { background-color: rgb(220,78,39); }
div.DivClassName
{
background-color: #DC4E27;
}
.BgClassName
{
background-color: #DC4E27;
}
</style>
border-color css
<style>
span { border-color: #DC4E27; }
span { border-color: rgb(220,78,39); }
td.TdClassName
{
border-color: #DC4E27;
}
.TagClassName
{
border-color: #DC4E27;
}
</style>