Shades of Cinnabar #DC3F32
Tints of Cinnabar #DC3F32
RGB
CMYK
RGB Variations
Color information
#DC3F32 (or 0xDC3F32) is known color: Cinnabar. HEX triplet: DC, 3F and 32. RGB value is (220,63,50). Sum of RGB (Red+Green+Blue) = 220+63+50=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3F32 is #23C0CD. Grayscale: #6C6C6C. Windows color (decimal): -2343118 or 3293148. OLE color: 3293148.
HSL color Cylindrical-coordinate representation of color #DC3F32: hue angle of 4.59º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC3F32 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 50 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.14 |
| HSL | 4.59º | 0.71% | 0.53% | - |
| HSV(B) | 4.59º | 0.77% | 0.86% | - |
| XYZ | 31.87 | 19 | 5.01 | - |
| YUV | 108.46 | 95.01 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 50 | 0 | 0.71 | 0.77 | 0.14 | 4.59 | 0.71 | 0.53 |
| Hex | DC | 3F | 32 | 0 | 47 | 4D | E | 5 | 47 | 35 |
| Octal | 334 | 77 | 62 | 0 | 107 | 115 | 16 | 5 | 107 | 65 |
| Binary | 11011100 | 111111 | 110010 | 0 | 1000111 | 1001101 | 1110 | 101 | 1000111 | 110101 |
Color Harmonies of #DC3F32
Complementary color
Monochromatic Colors of #DC3F32
Black with #DC3F32
Text Example
Text Example
White with #DC3F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3F32; }
p { color: rgb(220,63,50); }
H1.HeaderClassName
{
color: #DC3F32;
}
.AnyTagClassName
{
color: #DC3F32;
}
</style>
background-color css
<style>
a { background-color: #DC3F32; }
a { background-color: rgb(220,63,50); }
div.DivClassName
{
background-color: #DC3F32;
}
.BgClassName
{
background-color: #DC3F32;
}
</style>
border-color css
<style>
span { border-color: #DC3F32; }
span { border-color: rgb(220,63,50); }
td.TdClassName
{
border-color: #DC3F32;
}
.TagClassName
{
border-color: #DC3F32;
}
</style>