Shades of Persian Red #DF2E2B
Tints of Persian Red #DF2E2B
RGB
CMYK
RGB Variations
Color information
#DF2E2B (or 0xDF2E2B) is known color: Persian Red. HEX triplet: DF, 2E and 2B. RGB value is (223,46,43). Sum of RGB (Red+Green+Blue) = 223+46+43=312 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.47% from 312); Green value is 46 (18.36% from 255 or 14.74% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2E2B is #20D1D4. Grayscale: #626262. Windows color (decimal): -2150869 or 2830047. OLE color: 2830047.
HSL color Cylindrical-coordinate representation of color #DF2E2B: hue angle of 1º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF2E2B is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 46 | 43 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.13 |
| HSL | 1º | 0.74% | 0.52% | - |
| HSV(B) | 1º | 0.81% | 0.87% | - |
| XYZ | 31.84 | 17.82 | 4.05 | - |
| YUV | 98.58 | 96.64 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 46 | 43 | 0 | 0.79 | 0.81 | 0.13 | 1 | 0.74 | 0.52 |
| Hex | DF | 2E | 2B | 0 | 4F | 51 | D | 1 | 4A | 34 |
| Octal | 337 | 56 | 53 | 0 | 117 | 121 | 15 | 1 | 112 | 64 |
| Binary | 11011111 | 101110 | 101011 | 0 | 1001111 | 1010001 | 1101 | 1 | 1001010 | 110100 |
Color Harmonies of #DF2E2B
Complementary color
Monochromatic Colors of #DF2E2B
Black with #DF2E2B
Text Example
Text Example
White with #DF2E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2E2B; }
p { color: rgb(223,46,43); }
H1.HeaderClassName
{
color: #DF2E2B;
}
.AnyTagClassName
{
color: #DF2E2B;
}
</style>
background-color css
<style>
a { background-color: #DF2E2B; }
a { background-color: rgb(223,46,43); }
div.DivClassName
{
background-color: #DF2E2B;
}
.BgClassName
{
background-color: #DF2E2B;
}
</style>
border-color css
<style>
span { border-color: #DF2E2B; }
span { border-color: rgb(223,46,43); }
td.TdClassName
{
border-color: #DF2E2B;
}
.TagClassName
{
border-color: #DF2E2B;
}
</style>