Shades of Persian Red #DF271F
Tints of Persian Red #DF271F
RGB
CMYK
RGB Variations
Color information
#DF271F (or 0xDF271F) is known color: Persian Red. HEX triplet: DF, 27 and 1F. RGB value is (223,39,31). Sum of RGB (Red+Green+Blue) = 223+39+31=293 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.11% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 223 - color contains mainly: red. Hex color #DF271F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF271F is #20D8E0. Grayscale: #5D5D5D. Windows color (decimal): -2152673 or 2041823. OLE color: 2041823.
HSL color Cylindrical-coordinate representation of color #DF271F: hue angle of 2.5º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF271F is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 31 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.13 |
| HSL | 2.5º | 0.76% | 0.5% | - |
| HSV(B) | 2.5º | 0.86% | 0.87% | - |
| XYZ | 31.4 | 17.24 | 2.97 | - |
| YUV | 93.1 | 92.96 | 220.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 31 | 0 | 0.83 | 0.86 | 0.13 | 2.5 | 0.76 | 0.5 |
| Hex | DF | 27 | 1F | 0 | 53 | 56 | D | 2 | 4C | 32 |
| Octal | 337 | 47 | 37 | 0 | 123 | 126 | 15 | 2 | 114 | 62 |
| Binary | 11011111 | 100111 | 11111 | 0 | 1010011 | 1010110 | 1101 | 10 | 1001100 | 110010 |
Color Harmonies of #DF271F
Complementary color
Monochromatic Colors of #DF271F
Black with #DF271F
Text Example
Text Example
White with #DF271F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF271F; }
p { color: rgb(223,39,31); }
H1.HeaderClassName
{
color: #DF271F;
}
.AnyTagClassName
{
color: #DF271F;
}
</style>
background-color css
<style>
a { background-color: #DF271F; }
a { background-color: rgb(223,39,31); }
div.DivClassName
{
background-color: #DF271F;
}
.BgClassName
{
background-color: #DF271F;
}
</style>
border-color css
<style>
span { border-color: #DF271F; }
span { border-color: rgb(223,39,31); }
td.TdClassName
{
border-color: #DF271F;
}
.TagClassName
{
border-color: #DF271F;
}
</style>