Shades of Cinnabar #DC4332
Tints of Cinnabar #DC4332
RGB
CMYK
RGB Variations
Color information
#DC4332 (or 0xDC4332) is known color: Cinnabar. HEX triplet: DC, 43 and 32. RGB value is (220,67,50). Sum of RGB (Red+Green+Blue) = 220+67+50=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4332 is #23BCCD. Grayscale: #6F6F6F. Windows color (decimal): -2342094 or 3294172. OLE color: 3294172.
HSL color Cylindrical-coordinate representation of color #DC4332: hue angle of 6º 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 #DC4332 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 50 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.14 |
| HSL | 6º | 0.71% | 0.53% | - |
| HSV(B) | 6º | 0.77% | 0.86% | - |
| XYZ | 32.1 | 19.46 | 5.08 | - |
| YUV | 110.81 | 93.69 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 50 | 0 | 0.70 | 0.77 | 0.14 | 6 | 0.71 | 0.53 |
| Hex | DC | 43 | 32 | 0 | 46 | 4D | E | 6 | 47 | 35 |
| Octal | 334 | 103 | 62 | 0 | 106 | 115 | 16 | 6 | 107 | 65 |
| Binary | 11011100 | 1000011 | 110010 | 0 | 1000110 | 1001101 | 1110 | 110 | 1000111 | 110101 |
Color Harmonies of #DC4332
Complementary color
Monochromatic Colors of #DC4332
Black with #DC4332
Text Example
Text Example
White with #DC4332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4332; }
p { color: rgb(220,67,50); }
H1.HeaderClassName
{
color: #DC4332;
}
.AnyTagClassName
{
color: #DC4332;
}
</style>
background-color css
<style>
a { background-color: #DC4332; }
a { background-color: rgb(220,67,50); }
div.DivClassName
{
background-color: #DC4332;
}
.BgClassName
{
background-color: #DC4332;
}
</style>
border-color css
<style>
span { border-color: #DC4332; }
span { border-color: rgb(220,67,50); }
td.TdClassName
{
border-color: #DC4332;
}
.TagClassName
{
border-color: #DC4332;
}
</style>