Shades of Persian Red #DF2D22
Tints of Persian Red #DF2D22
RGB
CMYK
RGB Variations
Color information
#DF2D22 (or 0xDF2D22) is known color: Persian Red. HEX triplet: DF, 2D and 22. RGB value is (223,45,34). Sum of RGB (Red+Green+Blue) = 223+45+34=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 34 (13.67% from 255 or 11.26% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2D22 is #20D2DD. Grayscale: #616161. Windows color (decimal): -2151134 or 2239967. OLE color: 2239967.
HSL color Cylindrical-coordinate representation of color #DF2D22: hue angle of 3.49º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF2D22 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 45 | 34 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.13 |
| HSL | 3.49º | 0.75% | 0.5% | - |
| HSV(B) | 3.49º | 0.85% | 0.87% | - |
| XYZ | 31.66 | 17.68 | 3.26 | - |
| YUV | 96.97 | 92.47 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 45 | 34 | 0 | 0.80 | 0.85 | 0.13 | 3.49 | 0.75 | 0.5 |
| Hex | DF | 2D | 22 | 0 | 50 | 55 | D | 3 | 4B | 32 |
| Octal | 337 | 55 | 42 | 0 | 120 | 125 | 15 | 3 | 113 | 62 |
| Binary | 11011111 | 101101 | 100010 | 0 | 1010000 | 1010101 | 1101 | 11 | 1001011 | 110010 |
Color Harmonies of #DF2D22
Complementary color
Monochromatic Colors of #DF2D22
Black with #DF2D22
Text Example
Text Example
White with #DF2D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2D22; }
p { color: rgb(223,45,34); }
H1.HeaderClassName
{
color: #DF2D22;
}
.AnyTagClassName
{
color: #DF2D22;
}
</style>
background-color css
<style>
a { background-color: #DF2D22; }
a { background-color: rgb(223,45,34); }
div.DivClassName
{
background-color: #DF2D22;
}
.BgClassName
{
background-color: #DF2D22;
}
</style>
border-color css
<style>
span { border-color: #DF2D22; }
span { border-color: rgb(223,45,34); }
td.TdClassName
{
border-color: #DF2D22;
}
.TagClassName
{
border-color: #DF2D22;
}
</style>