Shades of Cinnabar #DD3323
Tints of Cinnabar #DD3323
RGB
CMYK
RGB Variations
Color information
#DD3323 (or 0xDD3323) is known color: Cinnabar. HEX triplet: DD, 33 and 23. RGB value is (221,51,35). Sum of RGB (Red+Green+Blue) = 221+51+35=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 35 (14.06% from 255 or 11.40% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3323 is #22CCDC. Grayscale: #646464. Windows color (decimal): -2280669 or 2307037. OLE color: 2307037.
HSL color Cylindrical-coordinate representation of color #DD3323: hue angle of 5.16º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD3323 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 35 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.13 |
| HSL | 5.16º | 0.73% | 0.5% | - |
| HSV(B) | 5.16º | 0.84% | 0.87% | - |
| XYZ | 31.31 | 17.86 | 3.39 | - |
| YUV | 100.01 | 91.32 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 35 | 0 | 0.77 | 0.84 | 0.13 | 5.16 | 0.73 | 0.5 |
| Hex | DD | 33 | 23 | 0 | 4D | 54 | D | 5 | 49 | 32 |
| Octal | 335 | 63 | 43 | 0 | 115 | 124 | 15 | 5 | 111 | 62 |
| Binary | 11011101 | 110011 | 100011 | 0 | 1001101 | 1010100 | 1101 | 101 | 1001001 | 110010 |
Color Harmonies of #DD3323
Complementary color
Monochromatic Colors of #DD3323
Black with #DD3323
Text Example
Text Example
White with #DD3323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3323; }
p { color: rgb(221,51,35); }
H1.HeaderClassName
{
color: #DD3323;
}
.AnyTagClassName
{
color: #DD3323;
}
</style>
background-color css
<style>
a { background-color: #DD3323; }
a { background-color: rgb(221,51,35); }
div.DivClassName
{
background-color: #DD3323;
}
.BgClassName
{
background-color: #DD3323;
}
</style>
border-color css
<style>
span { border-color: #DD3323; }
span { border-color: rgb(221,51,35); }
td.TdClassName
{
border-color: #DD3323;
}
.TagClassName
{
border-color: #DD3323;
}
</style>