Shades of Persian Red #DF2921
Tints of Persian Red #DF2921
RGB
CMYK
RGB Variations
Color information
#DF2921 (or 0xDF2921) is known color: Persian Red. HEX triplet: DF, 29 and 21. RGB value is (223,41,33). Sum of RGB (Red+Green+Blue) = 223+41+33=297 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.08% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2921 is #20D6DE. Grayscale: #5E5E5E. Windows color (decimal): -2152159 or 2173407. OLE color: 2173407.
HSL color Cylindrical-coordinate representation of color #DF2921: hue angle of 2.53º 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 #DF2921 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 33 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.13 |
| HSL | 2.53º | 0.75% | 0.5% | - |
| HSV(B) | 2.53º | 0.85% | 0.87% | - |
| XYZ | 31.5 | 17.38 | 3.13 | - |
| YUV | 94.51 | 93.3 | 219.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 33 | 0 | 0.82 | 0.85 | 0.13 | 2.53 | 0.75 | 0.5 |
| Hex | DF | 29 | 21 | 0 | 52 | 55 | D | 3 | 4B | 32 |
| Octal | 337 | 51 | 41 | 0 | 122 | 125 | 15 | 3 | 113 | 62 |
| Binary | 11011111 | 101001 | 100001 | 0 | 1010010 | 1010101 | 1101 | 11 | 1001011 | 110010 |
Color Harmonies of #DF2921
Complementary color
Monochromatic Colors of #DF2921
Black with #DF2921
Text Example
Text Example
White with #DF2921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2921; }
p { color: rgb(223,41,33); }
H1.HeaderClassName
{
color: #DF2921;
}
.AnyTagClassName
{
color: #DF2921;
}
</style>
background-color css
<style>
a { background-color: #DF2921; }
a { background-color: rgb(223,41,33); }
div.DivClassName
{
background-color: #DF2921;
}
.BgClassName
{
background-color: #DF2921;
}
</style>
border-color css
<style>
span { border-color: #DF2921; }
span { border-color: rgb(223,41,33); }
td.TdClassName
{
border-color: #DF2921;
}
.TagClassName
{
border-color: #DF2921;
}
</style>