Shades of Cinnabar #DD3B2C
Tints of Cinnabar #DD3B2C
RGB
CMYK
RGB Variations
Color information
#DD3B2C (or 0xDD3B2C) is known color: Cinnabar. HEX triplet: DD, 3B and 2C. RGB value is (221,59,44). Sum of RGB (Red+Green+Blue) = 221+59+44=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 59 (23.44% from 255 or 18.21% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3B2C is #22C4D3. Grayscale: #696969. Windows color (decimal): -2278612 or 2898909. OLE color: 2898909.
HSL color Cylindrical-coordinate representation of color #DD3B2C: hue angle of 5.08º 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 #DD3B2C is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 59 | 44 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.13 |
| HSL | 5.08º | 0.72% | 0.52% | - |
| HSV(B) | 5.08º | 0.8% | 0.87% | - |
| XYZ | 31.84 | 18.68 | 4.31 | - |
| YUV | 105.73 | 93.17 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 59 | 44 | 0 | 0.73 | 0.80 | 0.13 | 5.08 | 0.72 | 0.52 |
| Hex | DD | 3B | 2C | 0 | 49 | 50 | D | 5 | 48 | 34 |
| Octal | 335 | 73 | 54 | 0 | 111 | 120 | 15 | 5 | 110 | 64 |
| Binary | 11011101 | 111011 | 101100 | 0 | 1001001 | 1010000 | 1101 | 101 | 1001000 | 110100 |
Color Harmonies of #DD3B2C
Complementary color
Monochromatic Colors of #DD3B2C
Black with #DD3B2C
Text Example
Text Example
White with #DD3B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3B2C; }
p { color: rgb(221,59,44); }
H1.HeaderClassName
{
color: #DD3B2C;
}
.AnyTagClassName
{
color: #DD3B2C;
}
</style>
background-color css
<style>
a { background-color: #DD3B2C; }
a { background-color: rgb(221,59,44); }
div.DivClassName
{
background-color: #DD3B2C;
}
.BgClassName
{
background-color: #DD3B2C;
}
</style>
border-color css
<style>
span { border-color: #DD3B2C; }
span { border-color: rgb(221,59,44); }
td.TdClassName
{
border-color: #DD3B2C;
}
.TagClassName
{
border-color: #DD3B2C;
}
</style>