Shades of Persian Red #DD3232
Tints of Persian Red #DD3232
RGB
CMYK
RGB Variations
Color information
#DD3232 (or 0xDD3232) is known color: Persian Red. HEX triplet: DD, 32 and 32. RGB value is (221,50,50). Sum of RGB (Red+Green+Blue) = 221+50+50=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3232 is #22CDCD. Grayscale: #656565. Windows color (decimal): -2280910 or 3289821. OLE color: 3289821.
HSL color Cylindrical-coordinate representation of color #DD3232: 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.77%. Process color model (Four color, CMYK) of #DD3232 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 50 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.13 |
| HSL | 0º | 0.72% | 0.53% | - |
| HSV(B) | 0º | 0.77% | 0.87% | - |
| XYZ | 31.54 | 17.88 | 4.81 | - |
| YUV | 101.13 | 99.15 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 50 | 0 | 0.77 | 0.77 | 0.13 | 0 | 0.72 | 0.53 |
| Hex | DD | 32 | 32 | 0 | 4D | 4D | D | 0 | 48 | 35 |
| Octal | 335 | 62 | 62 | 0 | 115 | 115 | 15 | 0 | 110 | 65 |
| Binary | 11011101 | 110010 | 110010 | 0 | 1001101 | 1001101 | 1101 | 0 | 1001000 | 110101 |
Color Harmonies of #DD3232
Complementary color
Monochromatic Colors of #DD3232
Black with #DD3232
Text Example
Text Example
White with #DD3232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3232; }
p { color: rgb(221,50,50); }
H1.HeaderClassName
{
color: #DD3232;
}
.AnyTagClassName
{
color: #DD3232;
}
</style>
background-color css
<style>
a { background-color: #DD3232; }
a { background-color: rgb(221,50,50); }
div.DivClassName
{
background-color: #DD3232;
}
.BgClassName
{
background-color: #DD3232;
}
</style>
border-color css
<style>
span { border-color: #DD3232; }
span { border-color: rgb(221,50,50); }
td.TdClassName
{
border-color: #DD3232;
}
.TagClassName
{
border-color: #DD3232;
}
</style>