Shades of Persian Red #DF2721
Tints of Persian Red #DF2721
RGB
CMYK
RGB Variations
Color information
#DF2721 (or 0xDF2721) is known color: Persian Red. HEX triplet: DF, 27 and 21. RGB value is (223,39,33). Sum of RGB (Red+Green+Blue) = 223+39+33=295 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.59% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2721 is #20D8DE. Grayscale: #5D5D5D. Windows color (decimal): -2152671 or 2172895. OLE color: 2172895.
HSL color Cylindrical-coordinate representation of color #DF2721: hue angle of 1.89º degrees, saturation: 0.75, 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 #DF2721 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 33 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.13 |
| HSL | 1.89º | 0.75% | 0.5% | - |
| HSV(B) | 1.89º | 0.85% | 0.87% | - |
| XYZ | 31.43 | 17.25 | 3.11 | - |
| YUV | 93.33 | 93.96 | 220.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 33 | 0 | 0.83 | 0.85 | 0.13 | 1.89 | 0.75 | 0.5 |
| Hex | DF | 27 | 21 | 0 | 53 | 55 | D | 2 | 4B | 32 |
| Octal | 337 | 47 | 41 | 0 | 123 | 125 | 15 | 2 | 113 | 62 |
| Binary | 11011111 | 100111 | 100001 | 0 | 1010011 | 1010101 | 1101 | 10 | 1001011 | 110010 |
Color Harmonies of #DF2721
Complementary color
Monochromatic Colors of #DF2721
Black with #DF2721
Text Example
Text Example
White with #DF2721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2721; }
p { color: rgb(223,39,33); }
H1.HeaderClassName
{
color: #DF2721;
}
.AnyTagClassName
{
color: #DF2721;
}
</style>
background-color css
<style>
a { background-color: #DF2721; }
a { background-color: rgb(223,39,33); }
div.DivClassName
{
background-color: #DF2721;
}
.BgClassName
{
background-color: #DF2721;
}
</style>
border-color css
<style>
span { border-color: #DF2721; }
span { border-color: rgb(223,39,33); }
td.TdClassName
{
border-color: #DF2721;
}
.TagClassName
{
border-color: #DF2721;
}
</style>