Shades of Persian Red #DF2B24
Tints of Persian Red #DF2B24
RGB
CMYK
RGB Variations
Color information
#DF2B24 (or 0xDF2B24) is known color: Persian Red. HEX triplet: DF, 2B and 24. RGB value is (223,43,36). Sum of RGB (Red+Green+Blue) = 223+43+36=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 36 (14.45% from 255 or 11.92% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2B24 is #20D4DB. Grayscale: #606060. Windows color (decimal): -2151644 or 2370527. OLE color: 2370527.
HSL color Cylindrical-coordinate representation of color #DF2B24: hue angle of 2.25º 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 #DF2B24 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 43 | 36 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.13 |
| HSL | 2.25º | 0.75% | 0.51% | - |
| HSV(B) | 2.25º | 0.84% | 0.87% | - |
| XYZ | 31.61 | 17.54 | 3.39 | - |
| YUV | 96.02 | 94.13 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 43 | 36 | 0 | 0.81 | 0.84 | 0.13 | 2.25 | 0.75 | 0.51 |
| Hex | DF | 2B | 24 | 0 | 51 | 54 | D | 2 | 4B | 33 |
| Octal | 337 | 53 | 44 | 0 | 121 | 124 | 15 | 2 | 113 | 63 |
| Binary | 11011111 | 101011 | 100100 | 0 | 1010001 | 1010100 | 1101 | 10 | 1001011 | 110011 |
Color Harmonies of #DF2B24
Complementary color
Monochromatic Colors of #DF2B24
Black with #DF2B24
Text Example
Text Example
White with #DF2B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2B24; }
p { color: rgb(223,43,36); }
H1.HeaderClassName
{
color: #DF2B24;
}
.AnyTagClassName
{
color: #DF2B24;
}
</style>
background-color css
<style>
a { background-color: #DF2B24; }
a { background-color: rgb(223,43,36); }
div.DivClassName
{
background-color: #DF2B24;
}
.BgClassName
{
background-color: #DF2B24;
}
</style>
border-color css
<style>
span { border-color: #DF2B24; }
span { border-color: rgb(223,43,36); }
td.TdClassName
{
border-color: #DF2B24;
}
.TagClassName
{
border-color: #DF2B24;
}
</style>