Shades of Cinnabar #DD3F2D
Tints of Cinnabar #DD3F2D
RGB
CMYK
RGB Variations
Color information
#DD3F2D (or 0xDD3F2D) is known color: Cinnabar. HEX triplet: DD, 3F and 2D. RGB value is (221,63,45). Sum of RGB (Red+Green+Blue) = 221+63+45=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3F2D is #22C0D2. Grayscale: #6C6C6C. Windows color (decimal): -2277587 or 2965469. OLE color: 2965469.
HSL color Cylindrical-coordinate representation of color #DD3F2D: hue angle of 6.14º 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 #DD3F2D is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 45 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.13 |
| HSL | 6.14º | 0.72% | 0.52% | - |
| HSV(B) | 6.14º | 0.8% | 0.87% | - |
| XYZ | 32.07 | 19.12 | 4.48 | - |
| YUV | 108.19 | 92.35 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 45 | 0 | 0.71 | 0.80 | 0.13 | 6.14 | 0.72 | 0.52 |
| Hex | DD | 3F | 2D | 0 | 47 | 50 | D | 6 | 48 | 34 |
| Octal | 335 | 77 | 55 | 0 | 107 | 120 | 15 | 6 | 110 | 64 |
| Binary | 11011101 | 111111 | 101101 | 0 | 1000111 | 1010000 | 1101 | 110 | 1001000 | 110100 |
Color Harmonies of #DD3F2D
Complementary color
Monochromatic Colors of #DD3F2D
Black with #DD3F2D
Text Example
Text Example
White with #DD3F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3F2D; }
p { color: rgb(221,63,45); }
H1.HeaderClassName
{
color: #DD3F2D;
}
.AnyTagClassName
{
color: #DD3F2D;
}
</style>
background-color css
<style>
a { background-color: #DD3F2D; }
a { background-color: rgb(221,63,45); }
div.DivClassName
{
background-color: #DD3F2D;
}
.BgClassName
{
background-color: #DD3F2D;
}
</style>
border-color css
<style>
span { border-color: #DD3F2D; }
span { border-color: rgb(221,63,45); }
td.TdClassName
{
border-color: #DD3F2D;
}
.TagClassName
{
border-color: #DD3F2D;
}
</style>