Shades of Cinnabar #DC3E2C
Tints of Cinnabar #DC3E2C
RGB
CMYK
RGB Variations
Color information
#DC3E2C (or 0xDC3E2C) is known color: Cinnabar. HEX triplet: DC, 3E and 2C. RGB value is (220,62,44). Sum of RGB (Red+Green+Blue) = 220+62+44=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3E2C is #23C1D3. Grayscale: #6B6B6B. Windows color (decimal): -2343380 or 2899676. OLE color: 2899676.
HSL color Cylindrical-coordinate representation of color #DC3E2C: hue angle of 6.14º 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 #DC3E2C is Cyan = 0, Magento = 0.72, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 62 | 44 | - |
| CMYK | 0 | 0.72 | 0.8 | 0.14 |
| HSL | 6.14º | 0.72% | 0.52% | - |
| HSV(B) | 6.14º | 0.8% | 0.86% | - |
| XYZ | 31.69 | 18.84 | 4.35 | - |
| YUV | 107.19 | 92.35 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 62 | 44 | 0 | 0.72 | 0.8 | 0.14 | 6.14 | 0.72 | 0.52 |
| Hex | DC | 3E | 2C | 0 | 48 | 50 | E | 6 | 48 | 34 |
| Octal | 334 | 76 | 54 | 0 | 110 | 120 | 16 | 6 | 110 | 64 |
| Binary | 11011100 | 111110 | 101100 | 0 | 1001000 | 1010000 | 1110 | 110 | 1001000 | 110100 |
Color Harmonies of #DC3E2C
Complementary color
Monochromatic Colors of #DC3E2C
Black with #DC3E2C
Text Example
Text Example
White with #DC3E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3E2C; }
p { color: rgb(220,62,44); }
H1.HeaderClassName
{
color: #DC3E2C;
}
.AnyTagClassName
{
color: #DC3E2C;
}
</style>
background-color css
<style>
a { background-color: #DC3E2C; }
a { background-color: rgb(220,62,44); }
div.DivClassName
{
background-color: #DC3E2C;
}
.BgClassName
{
background-color: #DC3E2C;
}
</style>
border-color css
<style>
span { border-color: #DC3E2C; }
span { border-color: rgb(220,62,44); }
td.TdClassName
{
border-color: #DC3E2C;
}
.TagClassName
{
border-color: #DC3E2C;
}
</style>