Shades of Persian Red #DF2C23
Tints of Persian Red #DF2C23
RGB
CMYK
RGB Variations
Color information
#DF2C23 (or 0xDF2C23) is known color: Persian Red. HEX triplet: DF, 2C and 23. RGB value is (223,44,35). Sum of RGB (Red+Green+Blue) = 223+44+35=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 35 (14.06% from 255 or 11.59% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2C23 is #20D3DC. Grayscale: #606060. Windows color (decimal): -2151389 or 2305247. OLE color: 2305247.
HSL color Cylindrical-coordinate representation of color #DF2C23: hue angle of 2.87º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF2C23 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 44 | 35 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.13 |
| HSL | 2.87º | 0.75% | 0.51% | - |
| HSV(B) | 2.87º | 0.84% | 0.87% | - |
| XYZ | 31.64 | 17.61 | 3.32 | - |
| YUV | 96.5 | 93.3 | 218.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 44 | 35 | 0 | 0.80 | 0.84 | 0.13 | 2.87 | 0.75 | 0.51 |
| Hex | DF | 2C | 23 | 0 | 50 | 54 | D | 3 | 4B | 33 |
| Octal | 337 | 54 | 43 | 0 | 120 | 124 | 15 | 3 | 113 | 63 |
| Binary | 11011111 | 101100 | 100011 | 0 | 1010000 | 1010100 | 1101 | 11 | 1001011 | 110011 |
Color Harmonies of #DF2C23
Complementary color
Monochromatic Colors of #DF2C23
Black with #DF2C23
Text Example
Text Example
White with #DF2C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2C23; }
p { color: rgb(223,44,35); }
H1.HeaderClassName
{
color: #DF2C23;
}
.AnyTagClassName
{
color: #DF2C23;
}
</style>
background-color css
<style>
a { background-color: #DF2C23; }
a { background-color: rgb(223,44,35); }
div.DivClassName
{
background-color: #DF2C23;
}
.BgClassName
{
background-color: #DF2C23;
}
</style>
border-color css
<style>
span { border-color: #DF2C23; }
span { border-color: rgb(223,44,35); }
td.TdClassName
{
border-color: #DF2C23;
}
.TagClassName
{
border-color: #DF2C23;
}
</style>