Shades of Cinnabar #DC4A27
Tints of Cinnabar #DC4A27
RGB
CMYK
RGB Variations
Color information
#DC4A27 (or 0xDC4A27) is known color: Cinnabar. HEX triplet: DC, 4A and 27. RGB value is (220,74,39). Sum of RGB (Red+Green+Blue) = 220+74+39=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 39 (15.62% from 255 or 11.71% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4A27 is #23B5D8. Grayscale: #717171. Windows color (decimal): -2340313 or 2575068. OLE color: 2575068.
HSL color Cylindrical-coordinate representation of color #DC4A27: hue angle of 11.6º 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 #DC4A27 is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 74 | 39 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.14 |
| HSL | 11.6º | 0.72% | 0.51% | - |
| HSV(B) | 11.6º | 0.82% | 0.86% | - |
| XYZ | 32.33 | 20.26 | 4.13 | - |
| YUV | 113.66 | 85.87 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 39 | 0 | 0.66 | 0.82 | 0.14 | 11.6 | 0.72 | 0.51 |
| Hex | DC | 4A | 27 | 0 | 42 | 52 | E | C | 48 | 33 |
| Octal | 334 | 112 | 47 | 0 | 102 | 122 | 16 | 14 | 110 | 63 |
| Binary | 11011100 | 1001010 | 100111 | 0 | 1000010 | 1010010 | 1110 | 1100 | 1001000 | 110011 |
Color Harmonies of #DC4A27
Complementary color
Monochromatic Colors of #DC4A27
Black with #DC4A27
Text Example
Text Example
White with #DC4A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4A27; }
p { color: rgb(220,74,39); }
H1.HeaderClassName
{
color: #DC4A27;
}
.AnyTagClassName
{
color: #DC4A27;
}
</style>
background-color css
<style>
a { background-color: #DC4A27; }
a { background-color: rgb(220,74,39); }
div.DivClassName
{
background-color: #DC4A27;
}
.BgClassName
{
background-color: #DC4A27;
}
</style>
border-color css
<style>
span { border-color: #DC4A27; }
span { border-color: rgb(220,74,39); }
td.TdClassName
{
border-color: #DC4A27;
}
.TagClassName
{
border-color: #DC4A27;
}
</style>