Shades of Cinnabar #DC4D2C
Tints of Cinnabar #DC4D2C
RGB
CMYK
RGB Variations
Color information
#DC4D2C (or 0xDC4D2C) is known color: Cinnabar. HEX triplet: DC, 4D and 2C. RGB value is (220,77,44). Sum of RGB (Red+Green+Blue) = 220+77+44=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4D2C is #23B2D3. Grayscale: #747474. Windows color (decimal): -2339540 or 2903516. OLE color: 2903516.
HSL color Cylindrical-coordinate representation of color #DC4D2C: hue angle of 11.25º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC4D2C is Cyan = 0, Magento = 0.65, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 77 | 44 | - |
| CMYK | 0 | 0.65 | 0.8 | 0.14 |
| HSL | 11.25º | 0.72% | 0.52% | - |
| HSV(B) | 11.25º | 0.8% | 0.86% | - |
| XYZ | 32.62 | 20.71 | 4.66 | - |
| YUV | 116 | 87.38 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 44 | 0 | 0.65 | 0.8 | 0.14 | 11.25 | 0.72 | 0.52 |
| Hex | DC | 4D | 2C | 0 | 41 | 50 | E | B | 48 | 34 |
| Octal | 334 | 115 | 54 | 0 | 101 | 120 | 16 | 13 | 110 | 64 |
| Binary | 11011100 | 1001101 | 101100 | 0 | 1000001 | 1010000 | 1110 | 1011 | 1001000 | 110100 |
Color Harmonies of #DC4D2C
Complementary color
Monochromatic Colors of #DC4D2C
Black with #DC4D2C
Text Example
Text Example
White with #DC4D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4D2C; }
p { color: rgb(220,77,44); }
H1.HeaderClassName
{
color: #DC4D2C;
}
.AnyTagClassName
{
color: #DC4D2C;
}
</style>
background-color css
<style>
a { background-color: #DC4D2C; }
a { background-color: rgb(220,77,44); }
div.DivClassName
{
background-color: #DC4D2C;
}
.BgClassName
{
background-color: #DC4D2C;
}
</style>
border-color css
<style>
span { border-color: #DC4D2C; }
span { border-color: rgb(220,77,44); }
td.TdClassName
{
border-color: #DC4D2C;
}
.TagClassName
{
border-color: #DC4D2C;
}
</style>