Shades of Persian Red #DD3131
Tints of Persian Red #DD3131
RGB
CMYK
RGB Variations
Color information
#DD3131 (or 0xDD3131) is known color: Persian Red. HEX triplet: DD, 31 and 31. RGB value is (221,49,49). Sum of RGB (Red+Green+Blue) = 221+49+49=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3131 is #22CECE. Grayscale: #646464. Windows color (decimal): -2281167 or 3224029. OLE color: 3224029.
HSL color Cylindrical-coordinate representation of color #DD3131: hue angle of 0º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD3131 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 49 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.13 |
| HSL | 0º | 0.72% | 0.53% | - |
| HSV(B) | 0º | 0.78% | 0.87% | - |
| XYZ | 31.47 | 17.79 | 4.68 | - |
| YUV | 100.43 | 98.98 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 49 | 0 | 0.78 | 0.78 | 0.13 | 0 | 0.72 | 0.53 |
| Hex | DD | 31 | 31 | 0 | 4E | 4E | D | 0 | 48 | 35 |
| Octal | 335 | 61 | 61 | 0 | 116 | 116 | 15 | 0 | 110 | 65 |
| Binary | 11011101 | 110001 | 110001 | 0 | 1001110 | 1001110 | 1101 | 0 | 1001000 | 110101 |
Color Harmonies of #DD3131
Complementary color
Monochromatic Colors of #DD3131
Black with #DD3131
Text Example
Text Example
White with #DD3131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3131; }
p { color: rgb(221,49,49); }
H1.HeaderClassName
{
color: #DD3131;
}
.AnyTagClassName
{
color: #DD3131;
}
</style>
background-color css
<style>
a { background-color: #DD3131; }
a { background-color: rgb(221,49,49); }
div.DivClassName
{
background-color: #DD3131;
}
.BgClassName
{
background-color: #DD3131;
}
</style>
border-color css
<style>
span { border-color: #DD3131; }
span { border-color: rgb(221,49,49); }
td.TdClassName
{
border-color: #DD3131;
}
.TagClassName
{
border-color: #DD3131;
}
</style>