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