Shades of Cinnabar #DD3326
Tints of Cinnabar #DD3326
RGB
CMYK
RGB Variations
Color information
#DD3326 (or 0xDD3326) is known color: Cinnabar. HEX triplet: DD, 33 and 26. RGB value is (221,51,38). Sum of RGB (Red+Green+Blue) = 221+51+38=310 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.29% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 38 (15.23% from 255 or 12.26% from 310); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3326 is #22CCD9. Grayscale: #646464. Windows color (decimal): -2280666 or 2503645. OLE color: 2503645.
HSL color Cylindrical-coordinate representation of color #DD3326: hue angle of 4.26º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD3326 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 38 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.13 |
| HSL | 4.26º | 0.73% | 0.51% | - |
| HSV(B) | 4.26º | 0.83% | 0.87% | - |
| XYZ | 31.35 | 17.88 | 3.63 | - |
| YUV | 100.35 | 92.82 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 38 | 0 | 0.77 | 0.83 | 0.13 | 4.26 | 0.73 | 0.51 |
| Hex | DD | 33 | 26 | 0 | 4D | 53 | D | 4 | 49 | 33 |
| Octal | 335 | 63 | 46 | 0 | 115 | 123 | 15 | 4 | 111 | 63 |
| Binary | 11011101 | 110011 | 100110 | 0 | 1001101 | 1010011 | 1101 | 100 | 1001001 | 110011 |
Color Harmonies of #DD3326
Complementary color
Monochromatic Colors of #DD3326
Black with #DD3326
Text Example
Text Example
White with #DD3326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3326; }
p { color: rgb(221,51,38); }
H1.HeaderClassName
{
color: #DD3326;
}
.AnyTagClassName
{
color: #DD3326;
}
</style>
background-color css
<style>
a { background-color: #DD3326; }
a { background-color: rgb(221,51,38); }
div.DivClassName
{
background-color: #DD3326;
}
.BgClassName
{
background-color: #DD3326;
}
</style>
border-color css
<style>
span { border-color: #DD3326; }
span { border-color: rgb(221,51,38); }
td.TdClassName
{
border-color: #DD3326;
}
.TagClassName
{
border-color: #DD3326;
}
</style>