Shades of Persian Red #DF241F
Tints of Persian Red #DF241F
RGB
CMYK
RGB Variations
Color information
#DF241F (or 0xDF241F) is known color: Persian Red. HEX triplet: DF, 24 and 1F. RGB value is (223,36,31). Sum of RGB (Red+Green+Blue) = 223+36+31=290 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.90% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 223 - color contains mainly: red. Hex color #DF241F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF241F is #20DBE0. Grayscale: #5B5B5B. Windows color (decimal): -2153441 or 2041055. OLE color: 2041055.
HSL color Cylindrical-coordinate representation of color #DF241F: hue angle of 1.56º 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 #DF241F is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 31 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.13 |
| HSL | 1.56º | 0.76% | 0.5% | - |
| HSV(B) | 1.56º | 0.86% | 0.87% | - |
| XYZ | 31.31 | 17.05 | 2.94 | - |
| YUV | 91.34 | 93.95 | 221.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 31 | 0 | 0.84 | 0.86 | 0.13 | 1.56 | 0.76 | 0.5 |
| Hex | DF | 24 | 1F | 0 | 54 | 56 | D | 2 | 4C | 32 |
| Octal | 337 | 44 | 37 | 0 | 124 | 126 | 15 | 2 | 114 | 62 |
| Binary | 11011111 | 100100 | 11111 | 0 | 1010100 | 1010110 | 1101 | 10 | 1001100 | 110010 |
Color Harmonies of #DF241F
Complementary color
Monochromatic Colors of #DF241F
Black with #DF241F
Text Example
Text Example
White with #DF241F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF241F; }
p { color: rgb(223,36,31); }
H1.HeaderClassName
{
color: #DF241F;
}
.AnyTagClassName
{
color: #DF241F;
}
</style>
background-color css
<style>
a { background-color: #DF241F; }
a { background-color: rgb(223,36,31); }
div.DivClassName
{
background-color: #DF241F;
}
.BgClassName
{
background-color: #DF241F;
}
</style>
border-color css
<style>
span { border-color: #DF241F; }
span { border-color: rgb(223,36,31); }
td.TdClassName
{
border-color: #DF241F;
}
.TagClassName
{
border-color: #DF241F;
}
</style>