Shades of Persian Red #DF2726
Tints of Persian Red #DF2726
RGB
CMYK
RGB Variations
Color information
#DF2726 (or 0xDF2726) is known color: Persian Red. HEX triplet: DF, 27 and 26. RGB value is (223,39,38). Sum of RGB (Red+Green+Blue) = 223+39+38=300 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.33% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 38 (15.23% from 255 or 12.67% from 300); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2726 is #20D8D9. Grayscale: #5E5E5E. Windows color (decimal): -2152666 or 2500575. OLE color: 2500575.
HSL color Cylindrical-coordinate representation of color #DF2726: hue angle of 0.32º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF2726 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 38 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.13 |
| HSL | 0.32º | 0.74% | 0.51% | - |
| HSV(B) | 0.32º | 0.83% | 0.87% | - |
| XYZ | 31.51 | 17.28 | 3.51 | - |
| YUV | 93.9 | 96.46 | 220.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 38 | 0 | 0.83 | 0.83 | 0.13 | 0.32 | 0.74 | 0.51 |
| Hex | DF | 27 | 26 | 0 | 53 | 53 | D | 0 | 4A | 33 |
| Octal | 337 | 47 | 46 | 0 | 123 | 123 | 15 | 0 | 112 | 63 |
| Binary | 11011111 | 100111 | 100110 | 0 | 1010011 | 1010011 | 1101 | 0 | 1001010 | 110011 |
Color Harmonies of #DF2726
Complementary color
Monochromatic Colors of #DF2726
Black with #DF2726
Text Example
Text Example
White with #DF2726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2726; }
p { color: rgb(223,39,38); }
H1.HeaderClassName
{
color: #DF2726;
}
.AnyTagClassName
{
color: #DF2726;
}
</style>
background-color css
<style>
a { background-color: #DF2726; }
a { background-color: rgb(223,39,38); }
div.DivClassName
{
background-color: #DF2726;
}
.BgClassName
{
background-color: #DF2726;
}
</style>
border-color css
<style>
span { border-color: #DF2726; }
span { border-color: rgb(223,39,38); }
td.TdClassName
{
border-color: #DF2726;
}
.TagClassName
{
border-color: #DF2726;
}
</style>