Shades of Persian Red #DF2D25
Tints of Persian Red #DF2D25
RGB
CMYK
RGB Variations
Color information
#DF2D25 (or 0xDF2D25) is known color: Persian Red. HEX triplet: DF, 2D and 25. RGB value is (223,45,37). Sum of RGB (Red+Green+Blue) = 223+45+37=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2D25 is #20D2DA. Grayscale: #616161. Windows color (decimal): -2151131 or 2436575. OLE color: 2436575.
HSL color Cylindrical-coordinate representation of color #DF2D25: hue angle of 2.58º 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 #DF2D25 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 45 | 37 | - |
| CMYK | 0 | 0.80 | 0.83 | 0.13 |
| HSL | 2.58º | 0.74% | 0.51% | - |
| HSV(B) | 2.58º | 0.83% | 0.87% | - |
| XYZ | 31.7 | 17.7 | 3.5 | - |
| YUV | 97.31 | 93.97 | 217.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 45 | 37 | 0 | 0.80 | 0.83 | 0.13 | 2.58 | 0.74 | 0.51 |
| Hex | DF | 2D | 25 | 0 | 50 | 53 | D | 3 | 4A | 33 |
| Octal | 337 | 55 | 45 | 0 | 120 | 123 | 15 | 3 | 112 | 63 |
| Binary | 11011111 | 101101 | 100101 | 0 | 1010000 | 1010011 | 1101 | 11 | 1001010 | 110011 |
Color Harmonies of #DF2D25
Complementary color
Monochromatic Colors of #DF2D25
Black with #DF2D25
Text Example
Text Example
White with #DF2D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2D25; }
p { color: rgb(223,45,37); }
H1.HeaderClassName
{
color: #DF2D25;
}
.AnyTagClassName
{
color: #DF2D25;
}
</style>
background-color css
<style>
a { background-color: #DF2D25; }
a { background-color: rgb(223,45,37); }
div.DivClassName
{
background-color: #DF2D25;
}
.BgClassName
{
background-color: #DF2D25;
}
</style>
border-color css
<style>
span { border-color: #DF2D25; }
span { border-color: rgb(223,45,37); }
td.TdClassName
{
border-color: #DF2D25;
}
.TagClassName
{
border-color: #DF2D25;
}
</style>