Shades of Persian Red #DF211E
Tints of Persian Red #DF211E
RGB
CMYK
RGB Variations
Color information
#DF211E (or 0xDF211E) is known color: Persian Red. HEX triplet: DF, 21 and 1E. RGB value is (223,33,30). Sum of RGB (Red+Green+Blue) = 223+33+30=286 (37% of max value = 765). Red value is 223 (87.5% from 255 or 77.97% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 223 - color contains mainly: red. Hex color #DF211E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF211E is #20DEE1. Grayscale: #595959. Windows color (decimal): -2154210 or 1974751. OLE color: 1974751.
HSL color Cylindrical-coordinate representation of color #DF211E: hue angle of 0.93º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF211E is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 30 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.13 |
| HSL | 0.93º | 0.76% | 0.5% | - |
| HSV(B) | 0.93º | 0.87% | 0.87% | - |
| XYZ | 31.21 | 16.87 | 2.84 | - |
| YUV | 89.47 | 94.45 | 223.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 30 | 0 | 0.85 | 0.87 | 0.13 | 0.93 | 0.76 | 0.5 |
| Hex | DF | 21 | 1E | 0 | 55 | 57 | D | 1 | 4C | 32 |
| Octal | 337 | 41 | 36 | 0 | 125 | 127 | 15 | 1 | 114 | 62 |
| Binary | 11011111 | 100001 | 11110 | 0 | 1010101 | 1010111 | 1101 | 1 | 1001100 | 110010 |
Color Harmonies of #DF211E
Complementary color
Monochromatic Colors of #DF211E
Black with #DF211E
Text Example
Text Example
White with #DF211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF211E; }
p { color: rgb(223,33,30); }
H1.HeaderClassName
{
color: #DF211E;
}
.AnyTagClassName
{
color: #DF211E;
}
</style>
background-color css
<style>
a { background-color: #DF211E; }
a { background-color: rgb(223,33,30); }
div.DivClassName
{
background-color: #DF211E;
}
.BgClassName
{
background-color: #DF211E;
}
</style>
border-color css
<style>
span { border-color: #DF211E; }
span { border-color: rgb(223,33,30); }
td.TdClassName
{
border-color: #DF211E;
}
.TagClassName
{
border-color: #DF211E;
}
</style>