Shades of Persian Red #DD2121
Tints of Persian Red #DD2121
RGB
CMYK
RGB Variations
Color information
#DD2121 (or 0xDD2121) is known color: Persian Red. HEX triplet: DD, 21 and 21. RGB value is (221,33,33). Sum of RGB (Red+Green+Blue) = 221+33+33=287 (38% of max value = 765). Red value is 221 (86.72% from 255 or 77.00% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2121 is #22DEDE. Grayscale: #595959. Windows color (decimal): -2285279 or 2171357. OLE color: 2171357.
HSL color Cylindrical-coordinate representation of color #DD2121: hue angle of 0º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD2121 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 33 | - |
| CMYK | 0 | 0.85 | 0.85 | 0.13 |
| HSL | 0º | 0.74% | 0.5% | - |
| HSV(B) | 0º | 0.85% | 0.87% | - |
| XYZ | 30.64 | 16.57 | 3.02 | - |
| YUV | 89.21 | 96.28 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 33 | 0 | 0.85 | 0.85 | 0.13 | 0 | 0.74 | 0.5 |
| Hex | DD | 21 | 21 | 0 | 55 | 55 | D | 0 | 4A | 32 |
| Octal | 335 | 41 | 41 | 0 | 125 | 125 | 15 | 0 | 112 | 62 |
| Binary | 11011101 | 100001 | 100001 | 0 | 1010101 | 1010101 | 1101 | 0 | 1001010 | 110010 |
Color Harmonies of #DD2121
Complementary color
Monochromatic Colors of #DD2121
Black with #DD2121
Text Example
Text Example
White with #DD2121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2121; }
p { color: rgb(221,33,33); }
H1.HeaderClassName
{
color: #DD2121;
}
.AnyTagClassName
{
color: #DD2121;
}
</style>
background-color css
<style>
a { background-color: #DD2121; }
a { background-color: rgb(221,33,33); }
div.DivClassName
{
background-color: #DD2121;
}
.BgClassName
{
background-color: #DD2121;
}
</style>
border-color css
<style>
span { border-color: #DD2121; }
span { border-color: rgb(221,33,33); }
td.TdClassName
{
border-color: #DD2121;
}
.TagClassName
{
border-color: #DD2121;
}
</style>