Shades of Persian Red #DF221E
Tints of Persian Red #DF221E
RGB
CMYK
RGB Variations
Color information
#DF221E (or 0xDF221E) is known color: Persian Red. HEX triplet: DF, 22 and 1E. RGB value is (223,34,30). Sum of RGB (Red+Green+Blue) = 223+34+30=287 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.70% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 223 - color contains mainly: red. Hex color #DF221E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF221E is #20DDE1. Grayscale: #5A5A5A. Windows color (decimal): -2153954 or 1975007. OLE color: 1975007.
HSL color Cylindrical-coordinate representation of color #DF221E: hue angle of 1.24º 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 #DF221E is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 30 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.13 |
| HSL | 1.24º | 0.76% | 0.5% | - |
| HSV(B) | 1.24º | 0.87% | 0.87% | - |
| XYZ | 31.24 | 16.93 | 2.85 | - |
| YUV | 90.06 | 94.12 | 222.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 30 | 0 | 0.85 | 0.87 | 0.13 | 1.24 | 0.76 | 0.5 |
| Hex | DF | 22 | 1E | 0 | 55 | 57 | D | 1 | 4C | 32 |
| Octal | 337 | 42 | 36 | 0 | 125 | 127 | 15 | 1 | 114 | 62 |
| Binary | 11011111 | 100010 | 11110 | 0 | 1010101 | 1010111 | 1101 | 1 | 1001100 | 110010 |
Color Harmonies of #DF221E
Complementary color
Monochromatic Colors of #DF221E
Black with #DF221E
Text Example
Text Example
White with #DF221E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF221E; }
p { color: rgb(223,34,30); }
H1.HeaderClassName
{
color: #DF221E;
}
.AnyTagClassName
{
color: #DF221E;
}
</style>
background-color css
<style>
a { background-color: #DF221E; }
a { background-color: rgb(223,34,30); }
div.DivClassName
{
background-color: #DF221E;
}
.BgClassName
{
background-color: #DF221E;
}
</style>
border-color css
<style>
span { border-color: #DF221E; }
span { border-color: rgb(223,34,30); }
td.TdClassName
{
border-color: #DF221E;
}
.TagClassName
{
border-color: #DF221E;
}
</style>