Shades of Persian Red #DD2020
Tints of Persian Red #DD2020
RGB
CMYK
RGB Variations
Color information
#DD2020 (or 0xDD2020) is known color: Persian Red. HEX triplet: DD, 20 and 20. RGB value is (221,32,32). Sum of RGB (Red+Green+Blue) = 221+32+32=285 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.54% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2020 is #22DFDF. Grayscale: #585858. Windows color (decimal): -2285536 or 2105565. OLE color: 2105565.
HSL color Cylindrical-coordinate representation of color #DD2020: hue angle of 0º degrees, saturation: 0.75, 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 #DD2020 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 32 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.13 |
| HSL | 0º | 0.75% | 0.5% | - |
| HSV(B) | 0º | 0.86% | 0.87% | - |
| XYZ | 30.6 | 16.51 | 2.94 | - |
| YUV | 88.51 | 96.12 | 222.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 32 | 0 | 0.86 | 0.86 | 0.13 | 0 | 0.75 | 0.5 |
| Hex | DD | 20 | 20 | 0 | 56 | 56 | D | 0 | 4B | 32 |
| Octal | 335 | 40 | 40 | 0 | 126 | 126 | 15 | 0 | 113 | 62 |
| Binary | 11011101 | 100000 | 100000 | 0 | 1010110 | 1010110 | 1101 | 0 | 1001011 | 110010 |
Color Harmonies of #DD2020
Complementary color
Monochromatic Colors of #DD2020
Black with #DD2020
Text Example
Text Example
White with #DD2020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2020; }
p { color: rgb(221,32,32); }
H1.HeaderClassName
{
color: #DD2020;
}
.AnyTagClassName
{
color: #DD2020;
}
</style>
background-color css
<style>
a { background-color: #DD2020; }
a { background-color: rgb(221,32,32); }
div.DivClassName
{
background-color: #DD2020;
}
.BgClassName
{
background-color: #DD2020;
}
</style>
border-color css
<style>
span { border-color: #DD2020; }
span { border-color: rgb(221,32,32); }
td.TdClassName
{
border-color: #DD2020;
}
.TagClassName
{
border-color: #DD2020;
}
</style>