Shades of Persian Red #DD2C21
Tints of Persian Red #DD2C21
RGB
CMYK
RGB Variations
Color information
#DD2C21 (or 0xDD2C21) is known color: Persian Red. HEX triplet: DD, 2C and 21. RGB value is (221,44,33). Sum of RGB (Red+Green+Blue) = 221+44+33=298 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.16% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2C21 is #22D3DE. Grayscale: #5F5F5F. Windows color (decimal): -2282463 or 2174173. OLE color: 2174173.
HSL color Cylindrical-coordinate representation of color #DD2C21: hue angle of 3.51º 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 #DD2C21 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 44 | 33 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.13 |
| HSL | 3.51º | 0.74% | 0.5% | - |
| HSV(B) | 3.51º | 0.85% | 0.87% | - |
| XYZ | 30.99 | 17.28 | 3.14 | - |
| YUV | 95.67 | 92.64 | 217.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 44 | 33 | 0 | 0.80 | 0.85 | 0.13 | 3.51 | 0.74 | 0.5 |
| Hex | DD | 2C | 21 | 0 | 50 | 55 | D | 4 | 4A | 32 |
| Octal | 335 | 54 | 41 | 0 | 120 | 125 | 15 | 4 | 112 | 62 |
| Binary | 11011101 | 101100 | 100001 | 0 | 1010000 | 1010101 | 1101 | 100 | 1001010 | 110010 |
Color Harmonies of #DD2C21
Complementary color
Monochromatic Colors of #DD2C21
Black with #DD2C21
Text Example
Text Example
White with #DD2C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2C21; }
p { color: rgb(221,44,33); }
H1.HeaderClassName
{
color: #DD2C21;
}
.AnyTagClassName
{
color: #DD2C21;
}
</style>
background-color css
<style>
a { background-color: #DD2C21; }
a { background-color: rgb(221,44,33); }
div.DivClassName
{
background-color: #DD2C21;
}
.BgClassName
{
background-color: #DD2C21;
}
</style>
border-color css
<style>
span { border-color: #DD2C21; }
span { border-color: rgb(221,44,33); }
td.TdClassName
{
border-color: #DD2C21;
}
.TagClassName
{
border-color: #DD2C21;
}
</style>