Shades of Cinnabar #DC3322
Tints of Cinnabar #DC3322
RGB
CMYK
RGB Variations
Color information
#DC3322 (or 0xDC3322) is known color: Cinnabar. HEX triplet: DC, 33 and 22. RGB value is (220,51,34). Sum of RGB (Red+Green+Blue) = 220+51+34=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 34 (13.67% from 255 or 11.15% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3322 is #23CCDD. Grayscale: #636363. Windows color (decimal): -2346206 or 2241500. OLE color: 2241500.
HSL color Cylindrical-coordinate representation of color #DC3322: hue angle of 5.48º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC3322 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 34 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.14 |
| HSL | 5.48º | 0.73% | 0.5% | - |
| HSV(B) | 5.48º | 0.85% | 0.86% | - |
| XYZ | 30.99 | 17.7 | 3.3 | - |
| YUV | 99.59 | 90.99 | 213.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 34 | 0 | 0.77 | 0.85 | 0.14 | 5.48 | 0.73 | 0.5 |
| Hex | DC | 33 | 22 | 0 | 4D | 55 | E | 5 | 49 | 32 |
| Octal | 334 | 63 | 42 | 0 | 115 | 125 | 16 | 5 | 111 | 62 |
| Binary | 11011100 | 110011 | 100010 | 0 | 1001101 | 1010101 | 1110 | 101 | 1001001 | 110010 |
Color Harmonies of #DC3322
Complementary color
Monochromatic Colors of #DC3322
Black with #DC3322
Text Example
Text Example
White with #DC3322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3322; }
p { color: rgb(220,51,34); }
H1.HeaderClassName
{
color: #DC3322;
}
.AnyTagClassName
{
color: #DC3322;
}
</style>
background-color css
<style>
a { background-color: #DC3322; }
a { background-color: rgb(220,51,34); }
div.DivClassName
{
background-color: #DC3322;
}
.BgClassName
{
background-color: #DC3322;
}
</style>
border-color css
<style>
span { border-color: #DC3322; }
span { border-color: rgb(220,51,34); }
td.TdClassName
{
border-color: #DC3322;
}
.TagClassName
{
border-color: #DC3322;
}
</style>