Shades of Cinnabar #DD3F2E
Tints of Cinnabar #DD3F2E
RGB
CMYK
RGB Variations
Color information
#DD3F2E (or 0xDD3F2E) is known color: Cinnabar. HEX triplet: DD, 3F and 2E. RGB value is (221,63,46). Sum of RGB (Red+Green+Blue) = 221+63+46=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 46 (18.36% from 255 or 13.94% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3F2E is #22C0D1. Grayscale: #6C6C6C. Windows color (decimal): -2277586 or 3031005. OLE color: 3031005.
HSL color Cylindrical-coordinate representation of color #DD3F2E: hue angle of 5.83º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD3F2E is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 46 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.13 |
| HSL | 5.83º | 0.72% | 0.52% | - |
| HSV(B) | 5.83º | 0.79% | 0.87% | - |
| XYZ | 32.09 | 19.12 | 4.58 | - |
| YUV | 108.3 | 92.85 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 46 | 0 | 0.71 | 0.79 | 0.13 | 5.83 | 0.72 | 0.52 |
| Hex | DD | 3F | 2E | 0 | 47 | 4F | D | 6 | 48 | 34 |
| Octal | 335 | 77 | 56 | 0 | 107 | 117 | 15 | 6 | 110 | 64 |
| Binary | 11011101 | 111111 | 101110 | 0 | 1000111 | 1001111 | 1101 | 110 | 1001000 | 110100 |
Color Harmonies of #DD3F2E
Complementary color
Monochromatic Colors of #DD3F2E
Black with #DD3F2E
Text Example
Text Example
White with #DD3F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3F2E; }
p { color: rgb(221,63,46); }
H1.HeaderClassName
{
color: #DD3F2E;
}
.AnyTagClassName
{
color: #DD3F2E;
}
</style>
background-color css
<style>
a { background-color: #DD3F2E; }
a { background-color: rgb(221,63,46); }
div.DivClassName
{
background-color: #DD3F2E;
}
.BgClassName
{
background-color: #DD3F2E;
}
</style>
border-color css
<style>
span { border-color: #DD3F2E; }
span { border-color: rgb(221,63,46); }
td.TdClassName
{
border-color: #DD3F2E;
}
.TagClassName
{
border-color: #DD3F2E;
}
</style>