Shades of Persian Red #DF2D29
Tints of Persian Red #DF2D29
RGB
CMYK
RGB Variations
Color information
#DF2D29 (or 0xDF2D29) is known color: Persian Red. HEX triplet: DF, 2D and 29. RGB value is (223,45,41). Sum of RGB (Red+Green+Blue) = 223+45+41=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2D29 is #20D2D6. Grayscale: #616161. Windows color (decimal): -2151127 or 2698719. OLE color: 2698719.
HSL color Cylindrical-coordinate representation of color #DF2D29: hue angle of 1.32º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF2D29 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 45 | 41 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.13 |
| HSL | 1.32º | 0.74% | 0.52% | - |
| HSV(B) | 1.32º | 0.82% | 0.87% | - |
| XYZ | 31.77 | 17.72 | 3.84 | - |
| YUV | 97.77 | 95.97 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 45 | 41 | 0 | 0.80 | 0.82 | 0.13 | 1.32 | 0.74 | 0.52 |
| Hex | DF | 2D | 29 | 0 | 50 | 52 | D | 1 | 4A | 34 |
| Octal | 337 | 55 | 51 | 0 | 120 | 122 | 15 | 1 | 112 | 64 |
| Binary | 11011111 | 101101 | 101001 | 0 | 1010000 | 1010010 | 1101 | 1 | 1001010 | 110100 |
Color Harmonies of #DF2D29
Complementary color
Monochromatic Colors of #DF2D29
Black with #DF2D29
Text Example
Text Example
White with #DF2D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2D29; }
p { color: rgb(223,45,41); }
H1.HeaderClassName
{
color: #DF2D29;
}
.AnyTagClassName
{
color: #DF2D29;
}
</style>
background-color css
<style>
a { background-color: #DF2D29; }
a { background-color: rgb(223,45,41); }
div.DivClassName
{
background-color: #DF2D29;
}
.BgClassName
{
background-color: #DF2D29;
}
</style>
border-color css
<style>
span { border-color: #DF2D29; }
span { border-color: rgb(223,45,41); }
td.TdClassName
{
border-color: #DF2D29;
}
.TagClassName
{
border-color: #DF2D29;
}
</style>