Shades of Cinnabar #DD332B
Tints of Cinnabar #DD332B
RGB
CMYK
RGB Variations
Color information
#DD332B (or 0xDD332B) is known color: Cinnabar. HEX triplet: DD, 33 and 2B. RGB value is (221,51,43). Sum of RGB (Red+Green+Blue) = 221+51+43=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD332B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD332B is #22CCD4. Grayscale: #656565. Windows color (decimal): -2280661 or 2831325. OLE color: 2831325.
HSL color Cylindrical-coordinate representation of color #DD332B: hue angle of 2.7º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD332B is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 43 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.13 |
| HSL | 2.7º | 0.72% | 0.52% | - |
| HSV(B) | 2.7º | 0.81% | 0.87% | - |
| XYZ | 31.44 | 17.91 | 4.09 | - |
| YUV | 100.92 | 95.32 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 43 | 0 | 0.77 | 0.81 | 0.13 | 2.7 | 0.72 | 0.52 |
| Hex | DD | 33 | 2B | 0 | 4D | 51 | D | 3 | 48 | 34 |
| Octal | 335 | 63 | 53 | 0 | 115 | 121 | 15 | 3 | 110 | 64 |
| Binary | 11011101 | 110011 | 101011 | 0 | 1001101 | 1010001 | 1101 | 11 | 1001000 | 110100 |
Color Harmonies of #DD332B
Complementary color
Monochromatic Colors of #DD332B
Black with #DD332B
Text Example
Text Example
White with #DD332B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD332B; }
p { color: rgb(221,51,43); }
H1.HeaderClassName
{
color: #DD332B;
}
.AnyTagClassName
{
color: #DD332B;
}
</style>
background-color css
<style>
a { background-color: #DD332B; }
a { background-color: rgb(221,51,43); }
div.DivClassName
{
background-color: #DD332B;
}
.BgClassName
{
background-color: #DD332B;
}
</style>
border-color css
<style>
span { border-color: #DD332B; }
span { border-color: rgb(221,51,43); }
td.TdClassName
{
border-color: #DD332B;
}
.TagClassName
{
border-color: #DD332B;
}
</style>