Shades of Persian Red #DF2E24
Tints of Persian Red #DF2E24
RGB
CMYK
RGB Variations
Color information
#DF2E24 (or 0xDF2E24) is known color: Persian Red. HEX triplet: DF, 2E and 24. RGB value is (223,46,36). Sum of RGB (Red+Green+Blue) = 223+46+36=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 36 (14.45% from 255 or 11.80% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2E24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2E24 is #20D1DB. Grayscale: #616161. Windows color (decimal): -2150876 or 2371295. OLE color: 2371295.
HSL color Cylindrical-coordinate representation of color #DF2E24: hue angle of 3.21º 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 #DF2E24 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 46 | 36 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.13 |
| HSL | 3.21º | 0.75% | 0.51% | - |
| HSV(B) | 3.21º | 0.84% | 0.87% | - |
| XYZ | 31.73 | 17.77 | 3.43 | - |
| YUV | 97.78 | 93.14 | 217.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 46 | 36 | 0 | 0.79 | 0.84 | 0.13 | 3.21 | 0.75 | 0.51 |
| Hex | DF | 2E | 24 | 0 | 4F | 54 | D | 3 | 4B | 33 |
| Octal | 337 | 56 | 44 | 0 | 117 | 124 | 15 | 3 | 113 | 63 |
| Binary | 11011111 | 101110 | 100100 | 0 | 1001111 | 1010100 | 1101 | 11 | 1001011 | 110011 |
Color Harmonies of #DF2E24
Complementary color
Monochromatic Colors of #DF2E24
Black with #DF2E24
Text Example
Text Example
White with #DF2E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2E24; }
p { color: rgb(223,46,36); }
H1.HeaderClassName
{
color: #DF2E24;
}
.AnyTagClassName
{
color: #DF2E24;
}
</style>
background-color css
<style>
a { background-color: #DF2E24; }
a { background-color: rgb(223,46,36); }
div.DivClassName
{
background-color: #DF2E24;
}
.BgClassName
{
background-color: #DF2E24;
}
</style>
border-color css
<style>
span { border-color: #DF2E24; }
span { border-color: rgb(223,46,36); }
td.TdClassName
{
border-color: #DF2E24;
}
.TagClassName
{
border-color: #DF2E24;
}
</style>