Shades of Persian Red #DF2B23
Tints of Persian Red #DF2B23
RGB
CMYK
RGB Variations
Color information
#DF2B23 (or 0xDF2B23) is known color: Persian Red. HEX triplet: DF, 2B and 23. RGB value is (223,43,35). Sum of RGB (Red+Green+Blue) = 223+43+35=301 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.09% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 35 (14.06% from 255 or 11.63% from 301); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2B23 is #20D4DC. Grayscale: #606060. Windows color (decimal): -2151645 or 2304991. OLE color: 2304991.
HSL color Cylindrical-coordinate representation of color #DF2B23: hue angle of 2.55º 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 #DF2B23 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 43 | 35 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.13 |
| HSL | 2.55º | 0.75% | 0.51% | - |
| HSV(B) | 2.55º | 0.84% | 0.87% | - |
| XYZ | 31.6 | 17.54 | 3.31 | - |
| YUV | 95.91 | 93.63 | 218.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 43 | 35 | 0 | 0.81 | 0.84 | 0.13 | 2.55 | 0.75 | 0.51 |
| Hex | DF | 2B | 23 | 0 | 51 | 54 | D | 3 | 4B | 33 |
| Octal | 337 | 53 | 43 | 0 | 121 | 124 | 15 | 3 | 113 | 63 |
| Binary | 11011111 | 101011 | 100011 | 0 | 1010001 | 1010100 | 1101 | 11 | 1001011 | 110011 |
Color Harmonies of #DF2B23
Complementary color
Monochromatic Colors of #DF2B23
Black with #DF2B23
Text Example
Text Example
White with #DF2B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2B23; }
p { color: rgb(223,43,35); }
H1.HeaderClassName
{
color: #DF2B23;
}
.AnyTagClassName
{
color: #DF2B23;
}
</style>
background-color css
<style>
a { background-color: #DF2B23; }
a { background-color: rgb(223,43,35); }
div.DivClassName
{
background-color: #DF2B23;
}
.BgClassName
{
background-color: #DF2B23;
}
</style>
border-color css
<style>
span { border-color: #DF2B23; }
span { border-color: rgb(223,43,35); }
td.TdClassName
{
border-color: #DF2B23;
}
.TagClassName
{
border-color: #DF2B23;
}
</style>