Shades of Persian Red #DF2F2B
Tints of Persian Red #DF2F2B
RGB
CMYK
RGB Variations
Color information
#DF2F2B (or 0xDF2F2B) is known color: Persian Red. HEX triplet: DF, 2F and 2B. RGB value is (223,47,43). Sum of RGB (Red+Green+Blue) = 223+47+43=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 47 (18.75% from 255 or 15.02% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2F2B is #20D0D4. Grayscale: #636363. Windows color (decimal): -2150613 or 2830303. OLE color: 2830303.
HSL color Cylindrical-coordinate representation of color #DF2F2B: hue angle of 1.33º 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 #DF2F2B is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 47 | 43 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.13 |
| HSL | 1.33º | 0.74% | 0.52% | - |
| HSV(B) | 1.33º | 0.81% | 0.87% | - |
| XYZ | 31.88 | 17.9 | 4.06 | - |
| YUV | 99.17 | 96.31 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 47 | 43 | 0 | 0.79 | 0.81 | 0.13 | 1.33 | 0.74 | 0.52 |
| Hex | DF | 2F | 2B | 0 | 4F | 51 | D | 1 | 4A | 34 |
| Octal | 337 | 57 | 53 | 0 | 117 | 121 | 15 | 1 | 112 | 64 |
| Binary | 11011111 | 101111 | 101011 | 0 | 1001111 | 1010001 | 1101 | 1 | 1001010 | 110100 |
Color Harmonies of #DF2F2B
Complementary color
Monochromatic Colors of #DF2F2B
Black with #DF2F2B
Text Example
Text Example
White with #DF2F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2F2B; }
p { color: rgb(223,47,43); }
H1.HeaderClassName
{
color: #DF2F2B;
}
.AnyTagClassName
{
color: #DF2F2B;
}
</style>
background-color css
<style>
a { background-color: #DF2F2B; }
a { background-color: rgb(223,47,43); }
div.DivClassName
{
background-color: #DF2F2B;
}
.BgClassName
{
background-color: #DF2F2B;
}
</style>
border-color css
<style>
span { border-color: #DF2F2B; }
span { border-color: rgb(223,47,43); }
td.TdClassName
{
border-color: #DF2F2B;
}
.TagClassName
{
border-color: #DF2F2B;
}
</style>