Shades of Persian Red #DF2923
Tints of Persian Red #DF2923
RGB
CMYK
RGB Variations
Color information
#DF2923 (or 0xDF2923) is known color: Persian Red. HEX triplet: DF, 29 and 23. RGB value is (223,41,35). Sum of RGB (Red+Green+Blue) = 223+41+35=299 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.58% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 35 (14.06% from 255 or 11.71% from 299); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2923 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2923 is #20D6DC. Grayscale: #5E5E5E. Windows color (decimal): -2152157 or 2304479. OLE color: 2304479.
HSL color Cylindrical-coordinate representation of color #DF2923: hue angle of 1.91º 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 #DF2923 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 35 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.13 |
| HSL | 1.91º | 0.75% | 0.51% | - |
| HSV(B) | 1.91º | 0.84% | 0.87% | - |
| XYZ | 31.53 | 17.4 | 3.29 | - |
| YUV | 94.73 | 94.3 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 35 | 0 | 0.82 | 0.84 | 0.13 | 1.91 | 0.75 | 0.51 |
| Hex | DF | 29 | 23 | 0 | 52 | 54 | D | 2 | 4B | 33 |
| Octal | 337 | 51 | 43 | 0 | 122 | 124 | 15 | 2 | 113 | 63 |
| Binary | 11011111 | 101001 | 100011 | 0 | 1010010 | 1010100 | 1101 | 10 | 1001011 | 110011 |
Color Harmonies of #DF2923
Complementary color
Monochromatic Colors of #DF2923
Black with #DF2923
Text Example
Text Example
White with #DF2923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2923; }
p { color: rgb(223,41,35); }
H1.HeaderClassName
{
color: #DF2923;
}
.AnyTagClassName
{
color: #DF2923;
}
</style>
background-color css
<style>
a { background-color: #DF2923; }
a { background-color: rgb(223,41,35); }
div.DivClassName
{
background-color: #DF2923;
}
.BgClassName
{
background-color: #DF2923;
}
</style>
border-color css
<style>
span { border-color: #DF2923; }
span { border-color: rgb(223,41,35); }
td.TdClassName
{
border-color: #DF2923;
}
.TagClassName
{
border-color: #DF2923;
}
</style>