Shades of Persian Red #DF2421
Tints of Persian Red #DF2421
RGB
CMYK
RGB Variations
Color information
#DF2421 (or 0xDF2421) is known color: Persian Red. HEX triplet: DF, 24 and 21. RGB value is (223,36,33). Sum of RGB (Red+Green+Blue) = 223+36+33=292 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.37% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 33 (13.28% from 255 or 11.30% from 292); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2421 is #20DBDE. Grayscale: #5B5B5B. Windows color (decimal): -2153439 or 2172127. OLE color: 2172127.
HSL color Cylindrical-coordinate representation of color #DF2421: hue angle of 0.95º 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 #DF2421 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 33 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.13 |
| HSL | 0.95º | 0.75% | 0.5% | - |
| HSV(B) | 0.95º | 0.85% | 0.87% | - |
| XYZ | 31.34 | 17.06 | 3.08 | - |
| YUV | 91.57 | 94.95 | 221.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 33 | 0 | 0.84 | 0.85 | 0.13 | 0.95 | 0.75 | 0.5 |
| Hex | DF | 24 | 21 | 0 | 54 | 55 | D | 1 | 4B | 32 |
| Octal | 337 | 44 | 41 | 0 | 124 | 125 | 15 | 1 | 113 | 62 |
| Binary | 11011111 | 100100 | 100001 | 0 | 1010100 | 1010101 | 1101 | 1 | 1001011 | 110010 |
Color Harmonies of #DF2421
Complementary color
Monochromatic Colors of #DF2421
Black with #DF2421
Text Example
Text Example
White with #DF2421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2421; }
p { color: rgb(223,36,33); }
H1.HeaderClassName
{
color: #DF2421;
}
.AnyTagClassName
{
color: #DF2421;
}
</style>
background-color css
<style>
a { background-color: #DF2421; }
a { background-color: rgb(223,36,33); }
div.DivClassName
{
background-color: #DF2421;
}
.BgClassName
{
background-color: #DF2421;
}
</style>
border-color css
<style>
span { border-color: #DF2421; }
span { border-color: rgb(223,36,33); }
td.TdClassName
{
border-color: #DF2421;
}
.TagClassName
{
border-color: #DF2421;
}
</style>