Shades of Persian Red #DF261F
Tints of Persian Red #DF261F
RGB
CMYK
RGB Variations
Color information
#DF261F (or 0xDF261F) is known color: Persian Red. HEX triplet: DF, 26 and 1F. RGB value is (223,38,31). Sum of RGB (Red+Green+Blue) = 223+38+31=292 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.37% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 31 (12.5% from 255 or 10.62% from 292); Max value from RGB is 223 - color contains mainly: red. Hex color #DF261F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF261F is #20D9E0. Grayscale: #5C5C5C. Windows color (decimal): -2152929 or 2041567. OLE color: 2041567.
HSL color Cylindrical-coordinate representation of color #DF261F: hue angle of 2.19º 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 #DF261F is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 38 | 31 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.13 |
| HSL | 2.19º | 0.76% | 0.5% | - |
| HSV(B) | 2.19º | 0.86% | 0.87% | - |
| XYZ | 31.37 | 17.17 | 2.96 | - |
| YUV | 92.52 | 93.29 | 221.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 38 | 31 | 0 | 0.83 | 0.86 | 0.13 | 2.19 | 0.76 | 0.5 |
| Hex | DF | 26 | 1F | 0 | 53 | 56 | D | 2 | 4C | 32 |
| Octal | 337 | 46 | 37 | 0 | 123 | 126 | 15 | 2 | 114 | 62 |
| Binary | 11011111 | 100110 | 11111 | 0 | 1010011 | 1010110 | 1101 | 10 | 1001100 | 110010 |
Color Harmonies of #DF261F
Complementary color
Monochromatic Colors of #DF261F
Black with #DF261F
Text Example
Text Example
White with #DF261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF261F; }
p { color: rgb(223,38,31); }
H1.HeaderClassName
{
color: #DF261F;
}
.AnyTagClassName
{
color: #DF261F;
}
</style>
background-color css
<style>
a { background-color: #DF261F; }
a { background-color: rgb(223,38,31); }
div.DivClassName
{
background-color: #DF261F;
}
.BgClassName
{
background-color: #DF261F;
}
</style>
border-color css
<style>
span { border-color: #DF261F; }
span { border-color: rgb(223,38,31); }
td.TdClassName
{
border-color: #DF261F;
}
.TagClassName
{
border-color: #DF261F;
}
</style>