Shades of Cinnabar #DD332C
Tints of Cinnabar #DD332C
RGB
CMYK
RGB Variations
Color information
#DD332C (or 0xDD332C) is known color: Cinnabar. HEX triplet: DD, 33 and 2C. RGB value is (221,51,44). Sum of RGB (Red+Green+Blue) = 221+51+44=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD332C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD332C is #22CCD3. Grayscale: #656565. Windows color (decimal): -2280660 or 2896861. OLE color: 2896861.
HSL color Cylindrical-coordinate representation of color #DD332C: hue angle of 2.37º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD332C is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 44 | - |
| CMYK | 0 | 0.77 | 0.80 | 0.13 |
| HSL | 2.37º | 0.72% | 0.52% | - |
| HSV(B) | 2.37º | 0.8% | 0.87% | - |
| XYZ | 31.46 | 17.92 | 4.18 | - |
| YUV | 101.03 | 95.82 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 44 | 0 | 0.77 | 0.80 | 0.13 | 2.37 | 0.72 | 0.52 |
| Hex | DD | 33 | 2C | 0 | 4D | 50 | D | 2 | 48 | 34 |
| Octal | 335 | 63 | 54 | 0 | 115 | 120 | 15 | 2 | 110 | 64 |
| Binary | 11011101 | 110011 | 101100 | 0 | 1001101 | 1010000 | 1101 | 10 | 1001000 | 110100 |
Color Harmonies of #DD332C
Complementary color
Monochromatic Colors of #DD332C
Black with #DD332C
Text Example
Text Example
White with #DD332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD332C; }
p { color: rgb(221,51,44); }
H1.HeaderClassName
{
color: #DD332C;
}
.AnyTagClassName
{
color: #DD332C;
}
</style>
background-color css
<style>
a { background-color: #DD332C; }
a { background-color: rgb(221,51,44); }
div.DivClassName
{
background-color: #DD332C;
}
.BgClassName
{
background-color: #DD332C;
}
</style>
border-color css
<style>
span { border-color: #DD332C; }
span { border-color: rgb(221,51,44); }
td.TdClassName
{
border-color: #DD332C;
}
.TagClassName
{
border-color: #DD332C;
}
</style>