Shades of Cinnabar #DD4F2C
Tints of Cinnabar #DD4F2C
RGB
CMYK
RGB Variations
Color information
#DD4F2C (or 0xDD4F2C) is known color: Cinnabar. HEX triplet: DD, 4F and 2C. RGB value is (221,79,44). Sum of RGB (Red+Green+Blue) = 221+79+44=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 79 (31.25% from 255 or 22.97% from 344); Blue value is 44 (17.58% from 255 or 12.79% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4F2C is #22B0D3. Grayscale: #757575. Windows color (decimal): -2273492 or 2904029. OLE color: 2904029.
HSL color Cylindrical-coordinate representation of color #DD4F2C: hue angle of 11.86º 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 #DD4F2C is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 44 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.13 |
| HSL | 11.86º | 0.72% | 0.52% | - |
| HSV(B) | 11.86º | 0.8% | 0.87% | - |
| XYZ | 33.07 | 21.15 | 4.72 | - |
| YUV | 117.47 | 86.54 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 44 | 0 | 0.64 | 0.80 | 0.13 | 11.86 | 0.72 | 0.52 |
| Hex | DD | 4F | 2C | 0 | 40 | 50 | D | C | 48 | 34 |
| Octal | 335 | 117 | 54 | 0 | 100 | 120 | 15 | 14 | 110 | 64 |
| Binary | 11011101 | 1001111 | 101100 | 0 | 1000000 | 1010000 | 1101 | 1100 | 1001000 | 110100 |
Color Harmonies of #DD4F2C
Complementary color
Monochromatic Colors of #DD4F2C
Black with #DD4F2C
Text Example
Text Example
White with #DD4F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4F2C; }
p { color: rgb(221,79,44); }
H1.HeaderClassName
{
color: #DD4F2C;
}
.AnyTagClassName
{
color: #DD4F2C;
}
</style>
background-color css
<style>
a { background-color: #DD4F2C; }
a { background-color: rgb(221,79,44); }
div.DivClassName
{
background-color: #DD4F2C;
}
.BgClassName
{
background-color: #DD4F2C;
}
</style>
border-color css
<style>
span { border-color: #DD4F2C; }
span { border-color: rgb(221,79,44); }
td.TdClassName
{
border-color: #DD4F2C;
}
.TagClassName
{
border-color: #DD4F2C;
}
</style>