Shades of Cinnabar #DD3531
Tints of Cinnabar #DD3531
RGB
CMYK
RGB Variations
Color information
#DD3531 (or 0xDD3531) is known color: Cinnabar. HEX triplet: DD, 35 and 31. RGB value is (221,53,49). Sum of RGB (Red+Green+Blue) = 221+53+49=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3531 is #22CACE. Grayscale: #666666. Windows color (decimal): -2280143 or 3225053. OLE color: 3225053.
HSL color Cylindrical-coordinate representation of color #DD3531: hue angle of 1.4º 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 #DD3531 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 49 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.13 |
| HSL | 1.4º | 0.72% | 0.53% | - |
| HSV(B) | 1.4º | 0.78% | 0.87% | - |
| XYZ | 31.65 | 18.14 | 4.74 | - |
| YUV | 102.78 | 97.66 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 49 | 0 | 0.76 | 0.78 | 0.13 | 1.4 | 0.72 | 0.53 |
| Hex | DD | 35 | 31 | 0 | 4C | 4E | D | 1 | 48 | 35 |
| Octal | 335 | 65 | 61 | 0 | 114 | 116 | 15 | 1 | 110 | 65 |
| Binary | 11011101 | 110101 | 110001 | 0 | 1001100 | 1001110 | 1101 | 1 | 1001000 | 110101 |
Color Harmonies of #DD3531
Complementary color
Monochromatic Colors of #DD3531
Black with #DD3531
Text Example
Text Example
White with #DD3531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3531; }
p { color: rgb(221,53,49); }
H1.HeaderClassName
{
color: #DD3531;
}
.AnyTagClassName
{
color: #DD3531;
}
</style>
background-color css
<style>
a { background-color: #DD3531; }
a { background-color: rgb(221,53,49); }
div.DivClassName
{
background-color: #DD3531;
}
.BgClassName
{
background-color: #DD3531;
}
</style>
border-color css
<style>
span { border-color: #DD3531; }
span { border-color: rgb(221,53,49); }
td.TdClassName
{
border-color: #DD3531;
}
.TagClassName
{
border-color: #DD3531;
}
</style>