Shades of Cinnabar #DC3323
Tints of Cinnabar #DC3323
RGB
CMYK
RGB Variations
Color information
#DC3323 (or 0xDC3323) is known color: Cinnabar. HEX triplet: DC, 33 and 23. RGB value is (220,51,35). Sum of RGB (Red+Green+Blue) = 220+51+35=306 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.90% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 35 (14.06% from 255 or 11.44% from 306); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3323 is #23CCDC. Grayscale: #636363. Windows color (decimal): -2346205 or 2307036. OLE color: 2307036.
HSL color Cylindrical-coordinate representation of color #DC3323: hue angle of 5.19º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC3323 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 35 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.14 |
| HSL | 5.19º | 0.73% | 0.5% | - |
| HSV(B) | 5.19º | 0.84% | 0.86% | - |
| XYZ | 31 | 17.7 | 3.37 | - |
| YUV | 99.71 | 91.49 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 35 | 0 | 0.77 | 0.84 | 0.14 | 5.19 | 0.73 | 0.5 |
| Hex | DC | 33 | 23 | 0 | 4D | 54 | E | 5 | 49 | 32 |
| Octal | 334 | 63 | 43 | 0 | 115 | 124 | 16 | 5 | 111 | 62 |
| Binary | 11011100 | 110011 | 100011 | 0 | 1001101 | 1010100 | 1110 | 101 | 1001001 | 110010 |
Color Harmonies of #DC3323
Complementary color
Monochromatic Colors of #DC3323
Black with #DC3323
Text Example
Text Example
White with #DC3323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3323; }
p { color: rgb(220,51,35); }
H1.HeaderClassName
{
color: #DC3323;
}
.AnyTagClassName
{
color: #DC3323;
}
</style>
background-color css
<style>
a { background-color: #DC3323; }
a { background-color: rgb(220,51,35); }
div.DivClassName
{
background-color: #DC3323;
}
.BgClassName
{
background-color: #DC3323;
}
</style>
border-color css
<style>
span { border-color: #DC3323; }
span { border-color: rgb(220,51,35); }
td.TdClassName
{
border-color: #DC3323;
}
.TagClassName
{
border-color: #DC3323;
}
</style>