Shades of Cinnabar #DD4D2D
Tints of Cinnabar #DD4D2D
RGB
CMYK
RGB Variations
Color information
#DD4D2D (or 0xDD4D2D) is known color: Cinnabar. HEX triplet: DD, 4D and 2D. RGB value is (221,77,45). Sum of RGB (Red+Green+Blue) = 221+77+45=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4D2D is #22B2D2. Grayscale: #747474. Windows color (decimal): -2274003 or 2969053. OLE color: 2969053.
HSL color Cylindrical-coordinate representation of color #DD4D2D: hue angle of 10.91º 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 #DD4D2D is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 77 | 45 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.13 |
| HSL | 10.91º | 0.72% | 0.52% | - |
| HSV(B) | 10.91º | 0.8% | 0.87% | - |
| XYZ | 32.95 | 20.87 | 4.77 | - |
| YUV | 116.41 | 87.71 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 45 | 0 | 0.65 | 0.80 | 0.13 | 10.91 | 0.72 | 0.52 |
| Hex | DD | 4D | 2D | 0 | 41 | 50 | D | B | 48 | 34 |
| Octal | 335 | 115 | 55 | 0 | 101 | 120 | 15 | 13 | 110 | 64 |
| Binary | 11011101 | 1001101 | 101101 | 0 | 1000001 | 1010000 | 1101 | 1011 | 1001000 | 110100 |
Color Harmonies of #DD4D2D
Complementary color
Monochromatic Colors of #DD4D2D
Black with #DD4D2D
Text Example
Text Example
White with #DD4D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4D2D; }
p { color: rgb(221,77,45); }
H1.HeaderClassName
{
color: #DD4D2D;
}
.AnyTagClassName
{
color: #DD4D2D;
}
</style>
background-color css
<style>
a { background-color: #DD4D2D; }
a { background-color: rgb(221,77,45); }
div.DivClassName
{
background-color: #DD4D2D;
}
.BgClassName
{
background-color: #DD4D2D;
}
</style>
border-color css
<style>
span { border-color: #DD4D2D; }
span { border-color: rgb(221,77,45); }
td.TdClassName
{
border-color: #DD4D2D;
}
.TagClassName
{
border-color: #DD4D2D;
}
</style>