Shades of Persian Red #DF2F27
Tints of Persian Red #DF2F27
RGB
CMYK
RGB Variations
Color information
#DF2F27 (or 0xDF2F27) is known color: Persian Red. HEX triplet: DF, 2F and 27. RGB value is (223,47,39). Sum of RGB (Red+Green+Blue) = 223+47+39=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 47 (18.75% from 255 or 15.21% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2F27 is #20D0D8. Grayscale: #626262. Windows color (decimal): -2150617 or 2568159. OLE color: 2568159.
HSL color Cylindrical-coordinate representation of color #DF2F27: hue angle of 2.61º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF2F27 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 47 | 39 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.13 |
| HSL | 2.61º | 0.74% | 0.51% | - |
| HSV(B) | 2.61º | 0.83% | 0.87% | - |
| XYZ | 31.81 | 17.87 | 3.69 | - |
| YUV | 98.71 | 94.31 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 47 | 39 | 0 | 0.79 | 0.83 | 0.13 | 2.61 | 0.74 | 0.51 |
| Hex | DF | 2F | 27 | 0 | 4F | 53 | D | 3 | 4A | 33 |
| Octal | 337 | 57 | 47 | 0 | 117 | 123 | 15 | 3 | 112 | 63 |
| Binary | 11011111 | 101111 | 100111 | 0 | 1001111 | 1010011 | 1101 | 11 | 1001010 | 110011 |
Color Harmonies of #DF2F27
Complementary color
Monochromatic Colors of #DF2F27
Black with #DF2F27
Text Example
Text Example
White with #DF2F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2F27; }
p { color: rgb(223,47,39); }
H1.HeaderClassName
{
color: #DF2F27;
}
.AnyTagClassName
{
color: #DF2F27;
}
</style>
background-color css
<style>
a { background-color: #DF2F27; }
a { background-color: rgb(223,47,39); }
div.DivClassName
{
background-color: #DF2F27;
}
.BgClassName
{
background-color: #DF2F27;
}
</style>
border-color css
<style>
span { border-color: #DF2F27; }
span { border-color: rgb(223,47,39); }
td.TdClassName
{
border-color: #DF2F27;
}
.TagClassName
{
border-color: #DF2F27;
}
</style>