Shades of Cinnabar #DD3A31
Tints of Cinnabar #DD3A31
RGB
CMYK
RGB Variations
Color information
#DD3A31 (or 0xDD3A31) is known color: Cinnabar. HEX triplet: DD, 3A and 31. RGB value is (221,58,49). Sum of RGB (Red+Green+Blue) = 221+58+49=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3A31 is #22C5CE. Grayscale: #696969. Windows color (decimal): -2278863 or 3226333. OLE color: 3226333.
HSL color Cylindrical-coordinate representation of color #DD3A31: hue angle of 3.14º 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 #DD3A31 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 58 | 49 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.13 |
| HSL | 3.14º | 0.72% | 0.53% | - |
| HSV(B) | 3.14º | 0.78% | 0.87% | - |
| XYZ | 31.89 | 18.62 | 4.82 | - |
| YUV | 105.71 | 96 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 58 | 49 | 0 | 0.74 | 0.78 | 0.13 | 3.14 | 0.72 | 0.53 |
| Hex | DD | 3A | 31 | 0 | 4A | 4E | D | 3 | 48 | 35 |
| Octal | 335 | 72 | 61 | 0 | 112 | 116 | 15 | 3 | 110 | 65 |
| Binary | 11011101 | 111010 | 110001 | 0 | 1001010 | 1001110 | 1101 | 11 | 1001000 | 110101 |
Color Harmonies of #DD3A31
Complementary color
Monochromatic Colors of #DD3A31
Black with #DD3A31
Text Example
Text Example
White with #DD3A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3A31; }
p { color: rgb(221,58,49); }
H1.HeaderClassName
{
color: #DD3A31;
}
.AnyTagClassName
{
color: #DD3A31;
}
</style>
background-color css
<style>
a { background-color: #DD3A31; }
a { background-color: rgb(221,58,49); }
div.DivClassName
{
background-color: #DD3A31;
}
.BgClassName
{
background-color: #DD3A31;
}
</style>
border-color css
<style>
span { border-color: #DD3A31; }
span { border-color: rgb(221,58,49); }
td.TdClassName
{
border-color: #DD3A31;
}
.TagClassName
{
border-color: #DD3A31;
}
</style>