Shades of Cinnabar #DD4031
Tints of Cinnabar #DD4031
RGB
CMYK
RGB Variations
Color information
#DD4031 (or 0xDD4031) is known color: Cinnabar. HEX triplet: DD, 40 and 31. RGB value is (221,64,49). Sum of RGB (Red+Green+Blue) = 221+64+49=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4031 is #22BFCE. Grayscale: #6D6D6D. Windows color (decimal): -2277327 or 3227869. OLE color: 3227869.
HSL color Cylindrical-coordinate representation of color #DD4031: hue angle of 5.23º 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 #DD4031 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 49 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.13 |
| HSL | 5.23º | 0.72% | 0.53% | - |
| HSV(B) | 5.23º | 0.78% | 0.87% | - |
| XYZ | 32.21 | 19.26 | 4.93 | - |
| YUV | 109.23 | 94.01 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 49 | 0 | 0.71 | 0.78 | 0.13 | 5.23 | 0.72 | 0.53 |
| Hex | DD | 40 | 31 | 0 | 47 | 4E | D | 5 | 48 | 35 |
| Octal | 335 | 100 | 61 | 0 | 107 | 116 | 15 | 5 | 110 | 65 |
| Binary | 11011101 | 1000000 | 110001 | 0 | 1000111 | 1001110 | 1101 | 101 | 1001000 | 110101 |
Color Harmonies of #DD4031
Complementary color
Monochromatic Colors of #DD4031
Black with #DD4031
Text Example
Text Example
White with #DD4031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4031; }
p { color: rgb(221,64,49); }
H1.HeaderClassName
{
color: #DD4031;
}
.AnyTagClassName
{
color: #DD4031;
}
</style>
background-color css
<style>
a { background-color: #DD4031; }
a { background-color: rgb(221,64,49); }
div.DivClassName
{
background-color: #DD4031;
}
.BgClassName
{
background-color: #DD4031;
}
</style>
border-color css
<style>
span { border-color: #DD4031; }
span { border-color: rgb(221,64,49); }
td.TdClassName
{
border-color: #DD4031;
}
.TagClassName
{
border-color: #DD4031;
}
</style>