Shades of Persian Red #DF2824
Tints of Persian Red #DF2824
RGB
CMYK
RGB Variations
Color information
#DF2824 (or 0xDF2824) is known color: Persian Red. HEX triplet: DF, 28 and 24. RGB value is (223,40,36). Sum of RGB (Red+Green+Blue) = 223+40+36=299 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.58% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 36 (14.45% from 255 or 12.04% from 299); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2824 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2824 is #20D7DB. Grayscale: #5E5E5E. Windows color (decimal): -2152412 or 2369759. OLE color: 2369759.
HSL color Cylindrical-coordinate representation of color #DF2824: hue angle of 1.28º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF2824 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 36 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.13 |
| HSL | 1.28º | 0.75% | 0.51% | - |
| HSV(B) | 1.28º | 0.84% | 0.87% | - |
| XYZ | 31.51 | 17.33 | 3.35 | - |
| YUV | 94.26 | 95.13 | 219.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 36 | 0 | 0.82 | 0.84 | 0.13 | 1.28 | 0.75 | 0.51 |
| Hex | DF | 28 | 24 | 0 | 52 | 54 | D | 1 | 4B | 33 |
| Octal | 337 | 50 | 44 | 0 | 122 | 124 | 15 | 1 | 113 | 63 |
| Binary | 11011111 | 101000 | 100100 | 0 | 1010010 | 1010100 | 1101 | 1 | 1001011 | 110011 |
Color Harmonies of #DF2824
Complementary color
Monochromatic Colors of #DF2824
Black with #DF2824
Text Example
Text Example
White with #DF2824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2824; }
p { color: rgb(223,40,36); }
H1.HeaderClassName
{
color: #DF2824;
}
.AnyTagClassName
{
color: #DF2824;
}
</style>
background-color css
<style>
a { background-color: #DF2824; }
a { background-color: rgb(223,40,36); }
div.DivClassName
{
background-color: #DF2824;
}
.BgClassName
{
background-color: #DF2824;
}
</style>
border-color css
<style>
span { border-color: #DF2824; }
span { border-color: rgb(223,40,36); }
td.TdClassName
{
border-color: #DF2824;
}
.TagClassName
{
border-color: #DF2824;
}
</style>