Shades of Persian Red #DD2721
Tints of Persian Red #DD2721
RGB
CMYK
RGB Variations
Color information
#DD2721 (or 0xDD2721) is known color: Persian Red. HEX triplet: DD, 27 and 21. RGB value is (221,39,33). Sum of RGB (Red+Green+Blue) = 221+39+33=293 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.43% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2721 is #22D8DE. Grayscale: #5C5C5C. Windows color (decimal): -2283743 or 2172893. OLE color: 2172893.
HSL color Cylindrical-coordinate representation of color #DD2721: hue angle of 1.91º 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 #DD2721 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 39 | 33 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.13 |
| HSL | 1.91º | 0.74% | 0.5% | - |
| HSV(B) | 1.91º | 0.85% | 0.87% | - |
| XYZ | 30.82 | 16.93 | 3.08 | - |
| YUV | 92.73 | 94.3 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 33 | 0 | 0.82 | 0.85 | 0.13 | 1.91 | 0.74 | 0.5 |
| Hex | DD | 27 | 21 | 0 | 52 | 55 | D | 2 | 4A | 32 |
| Octal | 335 | 47 | 41 | 0 | 122 | 125 | 15 | 2 | 112 | 62 |
| Binary | 11011101 | 100111 | 100001 | 0 | 1010010 | 1010101 | 1101 | 10 | 1001010 | 110010 |
Color Harmonies of #DD2721
Complementary color
Monochromatic Colors of #DD2721
Black with #DD2721
Text Example
Text Example
White with #DD2721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2721; }
p { color: rgb(221,39,33); }
H1.HeaderClassName
{
color: #DD2721;
}
.AnyTagClassName
{
color: #DD2721;
}
</style>
background-color css
<style>
a { background-color: #DD2721; }
a { background-color: rgb(221,39,33); }
div.DivClassName
{
background-color: #DD2721;
}
.BgClassName
{
background-color: #DD2721;
}
</style>
border-color css
<style>
span { border-color: #DD2721; }
span { border-color: rgb(221,39,33); }
td.TdClassName
{
border-color: #DD2721;
}
.TagClassName
{
border-color: #DD2721;
}
</style>