Shades of Persian Red #DF2723
Tints of Persian Red #DF2723
RGB
CMYK
RGB Variations
Color information
#DF2723 (or 0xDF2723) is known color: Persian Red. HEX triplet: DF, 27 and 23. RGB value is (223,39,35). Sum of RGB (Red+Green+Blue) = 223+39+35=297 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.08% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 35 (14.06% from 255 or 11.78% from 297); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2723 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2723 is #20D8DC. Grayscale: #5D5D5D. Windows color (decimal): -2152669 or 2303967. OLE color: 2303967.
HSL color Cylindrical-coordinate representation of color #DF2723: 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 #DF2723 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 35 | - |
| CMYK | 0 | 0.83 | 0.84 | 0.13 |
| HSL | 1.28º | 0.75% | 0.51% | - |
| HSV(B) | 1.28º | 0.84% | 0.87% | - |
| XYZ | 31.46 | 17.26 | 3.26 | - |
| YUV | 93.56 | 94.96 | 220.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 35 | 0 | 0.83 | 0.84 | 0.13 | 1.28 | 0.75 | 0.51 |
| Hex | DF | 27 | 23 | 0 | 53 | 54 | D | 1 | 4B | 33 |
| Octal | 337 | 47 | 43 | 0 | 123 | 124 | 15 | 1 | 113 | 63 |
| Binary | 11011111 | 100111 | 100011 | 0 | 1010011 | 1010100 | 1101 | 1 | 1001011 | 110011 |
Color Harmonies of #DF2723
Complementary color
Monochromatic Colors of #DF2723
Black with #DF2723
Text Example
Text Example
White with #DF2723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2723; }
p { color: rgb(223,39,35); }
H1.HeaderClassName
{
color: #DF2723;
}
.AnyTagClassName
{
color: #DF2723;
}
</style>
background-color css
<style>
a { background-color: #DF2723; }
a { background-color: rgb(223,39,35); }
div.DivClassName
{
background-color: #DF2723;
}
.BgClassName
{
background-color: #DF2723;
}
</style>
border-color css
<style>
span { border-color: #DF2723; }
span { border-color: rgb(223,39,35); }
td.TdClassName
{
border-color: #DF2723;
}
.TagClassName
{
border-color: #DF2723;
}
</style>