Shades of Cinnabar #DD3F31
Tints of Cinnabar #DD3F31
RGB
CMYK
RGB Variations
Color information
#DD3F31 (or 0xDD3F31) is known color: Cinnabar. HEX triplet: DD, 3F and 31. RGB value is (221,63,49). Sum of RGB (Red+Green+Blue) = 221+63+49=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3F31 is #22C0CE. Grayscale: #6C6C6C. Windows color (decimal): -2277583 or 3227613. OLE color: 3227613.
HSL color Cylindrical-coordinate representation of color #DD3F31: hue angle of 4.88º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD3F31 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 49 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.13 |
| HSL | 4.88º | 0.72% | 0.53% | - |
| HSV(B) | 4.88º | 0.78% | 0.87% | - |
| XYZ | 32.15 | 19.15 | 4.91 | - |
| YUV | 108.65 | 94.35 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 49 | 0 | 0.71 | 0.78 | 0.13 | 4.88 | 0.72 | 0.53 |
| Hex | DD | 3F | 31 | 0 | 47 | 4E | D | 5 | 48 | 35 |
| Octal | 335 | 77 | 61 | 0 | 107 | 116 | 15 | 5 | 110 | 65 |
| Binary | 11011101 | 111111 | 110001 | 0 | 1000111 | 1001110 | 1101 | 101 | 1001000 | 110101 |
Color Harmonies of #DD3F31
Complementary color
Monochromatic Colors of #DD3F31
Black with #DD3F31
Text Example
Text Example
White with #DD3F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3F31; }
p { color: rgb(221,63,49); }
H1.HeaderClassName
{
color: #DD3F31;
}
.AnyTagClassName
{
color: #DD3F31;
}
</style>
background-color css
<style>
a { background-color: #DD3F31; }
a { background-color: rgb(221,63,49); }
div.DivClassName
{
background-color: #DD3F31;
}
.BgClassName
{
background-color: #DD3F31;
}
</style>
border-color css
<style>
span { border-color: #DD3F31; }
span { border-color: rgb(221,63,49); }
td.TdClassName
{
border-color: #DD3F31;
}
.TagClassName
{
border-color: #DD3F31;
}
</style>