Shades of Cinnabar #DC3F2C
Tints of Cinnabar #DC3F2C
RGB
CMYK
RGB Variations
Color information
#DC3F2C (or 0xDC3F2C) is known color: Cinnabar. HEX triplet: DC, 3F and 2C. RGB value is (220,63,44). Sum of RGB (Red+Green+Blue) = 220+63+44=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3F2C is #23C0D3. Grayscale: #6C6C6C. Windows color (decimal): -2343124 or 2899932. OLE color: 2899932.
HSL color Cylindrical-coordinate representation of color #DC3F2C: hue angle of 6.48º 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 #DC3F2C is Cyan = 0, Magento = 0.71, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 44 | - |
| CMYK | 0 | 0.71 | 0.8 | 0.14 |
| HSL | 6.48º | 0.72% | 0.52% | - |
| HSV(B) | 6.48º | 0.8% | 0.86% | - |
| XYZ | 31.75 | 18.95 | 4.37 | - |
| YUV | 107.78 | 92.01 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 44 | 0 | 0.71 | 0.8 | 0.14 | 6.48 | 0.72 | 0.52 |
| Hex | DC | 3F | 2C | 0 | 47 | 50 | E | 6 | 48 | 34 |
| Octal | 334 | 77 | 54 | 0 | 107 | 120 | 16 | 6 | 110 | 64 |
| Binary | 11011100 | 111111 | 101100 | 0 | 1000111 | 1010000 | 1110 | 110 | 1001000 | 110100 |
Color Harmonies of #DC3F2C
Complementary color
Monochromatic Colors of #DC3F2C
Black with #DC3F2C
Text Example
Text Example
White with #DC3F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3F2C; }
p { color: rgb(220,63,44); }
H1.HeaderClassName
{
color: #DC3F2C;
}
.AnyTagClassName
{
color: #DC3F2C;
}
</style>
background-color css
<style>
a { background-color: #DC3F2C; }
a { background-color: rgb(220,63,44); }
div.DivClassName
{
background-color: #DC3F2C;
}
.BgClassName
{
background-color: #DC3F2C;
}
</style>
border-color css
<style>
span { border-color: #DC3F2C; }
span { border-color: rgb(220,63,44); }
td.TdClassName
{
border-color: #DC3F2C;
}
.TagClassName
{
border-color: #DC3F2C;
}
</style>