Shades of Cinnabar #DD4C32
Tints of Cinnabar #DD4C32
RGB
CMYK
RGB Variations
Color information
#DD4C32 (or 0xDD4C32) is known color: Cinnabar. HEX triplet: DD, 4C and 32. RGB value is (221,76,50). Sum of RGB (Red+Green+Blue) = 221+76+50=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4C32 is #22B3CD. Grayscale: #747474. Windows color (decimal): -2274254 or 3296477. OLE color: 3296477.
HSL color Cylindrical-coordinate representation of color #DD4C32: hue angle of 9.12º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD4C32 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 76 | 50 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.13 |
| HSL | 9.12º | 0.72% | 0.53% | - |
| HSV(B) | 9.12º | 0.77% | 0.87% | - |
| XYZ | 32.98 | 20.77 | 5.29 | - |
| YUV | 116.39 | 90.54 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 76 | 50 | 0 | 0.66 | 0.77 | 0.13 | 9.12 | 0.72 | 0.53 |
| Hex | DD | 4C | 32 | 0 | 42 | 4D | D | 9 | 48 | 35 |
| Octal | 335 | 114 | 62 | 0 | 102 | 115 | 15 | 11 | 110 | 65 |
| Binary | 11011101 | 1001100 | 110010 | 0 | 1000010 | 1001101 | 1101 | 1001 | 1001000 | 110101 |
Color Harmonies of #DD4C32
Complementary color
Monochromatic Colors of #DD4C32
Black with #DD4C32
Text Example
Text Example
White with #DD4C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4C32; }
p { color: rgb(221,76,50); }
H1.HeaderClassName
{
color: #DD4C32;
}
.AnyTagClassName
{
color: #DD4C32;
}
</style>
background-color css
<style>
a { background-color: #DD4C32; }
a { background-color: rgb(221,76,50); }
div.DivClassName
{
background-color: #DD4C32;
}
.BgClassName
{
background-color: #DD4C32;
}
</style>
border-color css
<style>
span { border-color: #DD4C32; }
span { border-color: rgb(221,76,50); }
td.TdClassName
{
border-color: #DD4C32;
}
.TagClassName
{
border-color: #DD4C32;
}
</style>