Shades of Cinnabar #DD392C
Tints of Cinnabar #DD392C
RGB
CMYK
RGB Variations
Color information
#DD392C (or 0xDD392C) is known color: Cinnabar. HEX triplet: DD, 39 and 2C. RGB value is (221,57,44). Sum of RGB (Red+Green+Blue) = 221+57+44=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD392C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD392C is #22C6D3. Grayscale: #686868. Windows color (decimal): -2279124 or 2898397. OLE color: 2898397.
HSL color Cylindrical-coordinate representation of color #DD392C: hue angle of 4.41º 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 #DD392C is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 57 | 44 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.13 |
| HSL | 4.41º | 0.72% | 0.52% | - |
| HSV(B) | 4.41º | 0.8% | 0.87% | - |
| XYZ | 31.74 | 18.48 | 4.28 | - |
| YUV | 104.55 | 93.83 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 57 | 44 | 0 | 0.74 | 0.80 | 0.13 | 4.41 | 0.72 | 0.52 |
| Hex | DD | 39 | 2C | 0 | 4A | 50 | D | 4 | 48 | 34 |
| Octal | 335 | 71 | 54 | 0 | 112 | 120 | 15 | 4 | 110 | 64 |
| Binary | 11011101 | 111001 | 101100 | 0 | 1001010 | 1010000 | 1101 | 100 | 1001000 | 110100 |
Color Harmonies of #DD392C
Complementary color
Monochromatic Colors of #DD392C
Black with #DD392C
Text Example
Text Example
White with #DD392C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD392C; }
p { color: rgb(221,57,44); }
H1.HeaderClassName
{
color: #DD392C;
}
.AnyTagClassName
{
color: #DD392C;
}
</style>
background-color css
<style>
a { background-color: #DD392C; }
a { background-color: rgb(221,57,44); }
div.DivClassName
{
background-color: #DD392C;
}
.BgClassName
{
background-color: #DD392C;
}
</style>
border-color css
<style>
span { border-color: #DD392C; }
span { border-color: rgb(221,57,44); }
td.TdClassName
{
border-color: #DD392C;
}
.TagClassName
{
border-color: #DD392C;
}
</style>