Shades of Persian Red #DF2E23
Tints of Persian Red #DF2E23
RGB
CMYK
RGB Variations
Color information
#DF2E23 (or 0xDF2E23) is known color: Persian Red. HEX triplet: DF, 2E and 23. RGB value is (223,46,35). Sum of RGB (Red+Green+Blue) = 223+46+35=304 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.36% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 35 (14.06% from 255 or 11.51% from 304); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2E23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2E23 is #20D1DC. Grayscale: #616161. Windows color (decimal): -2150877 or 2305759. OLE color: 2305759.
HSL color Cylindrical-coordinate representation of color #DF2E23: hue angle of 3.51º 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 #DF2E23 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 46 | 35 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.13 |
| HSL | 3.51º | 0.75% | 0.51% | - |
| HSV(B) | 3.51º | 0.84% | 0.87% | - |
| XYZ | 31.71 | 17.76 | 3.35 | - |
| YUV | 97.67 | 92.64 | 217.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 46 | 35 | 0 | 0.79 | 0.84 | 0.13 | 3.51 | 0.75 | 0.51 |
| Hex | DF | 2E | 23 | 0 | 4F | 54 | D | 4 | 4B | 33 |
| Octal | 337 | 56 | 43 | 0 | 117 | 124 | 15 | 4 | 113 | 63 |
| Binary | 11011111 | 101110 | 100011 | 0 | 1001111 | 1010100 | 1101 | 100 | 1001011 | 110011 |
Color Harmonies of #DF2E23
Complementary color
Monochromatic Colors of #DF2E23
Black with #DF2E23
Text Example
Text Example
White with #DF2E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2E23; }
p { color: rgb(223,46,35); }
H1.HeaderClassName
{
color: #DF2E23;
}
.AnyTagClassName
{
color: #DF2E23;
}
</style>
background-color css
<style>
a { background-color: #DF2E23; }
a { background-color: rgb(223,46,35); }
div.DivClassName
{
background-color: #DF2E23;
}
.BgClassName
{
background-color: #DF2E23;
}
</style>
border-color css
<style>
span { border-color: #DF2E23; }
span { border-color: rgb(223,46,35); }
td.TdClassName
{
border-color: #DF2E23;
}
.TagClassName
{
border-color: #DF2E23;
}
</style>