Shades of Cinnabar #DD4A2C
Tints of Cinnabar #DD4A2C
RGB
CMYK
RGB Variations
Color information
#DD4A2C (or 0xDD4A2C) is known color: Cinnabar. HEX triplet: DD, 4A and 2C. RGB value is (221,74,44). Sum of RGB (Red+Green+Blue) = 221+74+44=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 44 (17.58% from 255 or 12.98% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4A2C is #22B5D3. Grayscale: #727272. Windows color (decimal): -2274772 or 2902749. OLE color: 2902749.
HSL color Cylindrical-coordinate representation of color #DD4A2C: hue angle of 10.17º 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 #DD4A2C is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 74 | 44 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.13 |
| HSL | 10.17º | 0.72% | 0.52% | - |
| HSV(B) | 10.17º | 0.8% | 0.87% | - |
| XYZ | 32.72 | 20.45 | 4.61 | - |
| YUV | 114.53 | 88.2 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 74 | 44 | 0 | 0.67 | 0.80 | 0.13 | 10.17 | 0.72 | 0.52 |
| Hex | DD | 4A | 2C | 0 | 43 | 50 | D | A | 48 | 34 |
| Octal | 335 | 112 | 54 | 0 | 103 | 120 | 15 | 12 | 110 | 64 |
| Binary | 11011101 | 1001010 | 101100 | 0 | 1000011 | 1010000 | 1101 | 1010 | 1001000 | 110100 |
Color Harmonies of #DD4A2C
Complementary color
Monochromatic Colors of #DD4A2C
Black with #DD4A2C
Text Example
Text Example
White with #DD4A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4A2C; }
p { color: rgb(221,74,44); }
H1.HeaderClassName
{
color: #DD4A2C;
}
.AnyTagClassName
{
color: #DD4A2C;
}
</style>
background-color css
<style>
a { background-color: #DD4A2C; }
a { background-color: rgb(221,74,44); }
div.DivClassName
{
background-color: #DD4A2C;
}
.BgClassName
{
background-color: #DD4A2C;
}
</style>
border-color css
<style>
span { border-color: #DD4A2C; }
span { border-color: rgb(221,74,44); }
td.TdClassName
{
border-color: #DD4A2C;
}
.TagClassName
{
border-color: #DD4A2C;
}
</style>