Shades of Persian Red #DD2521
Tints of Persian Red #DD2521
RGB
CMYK
RGB Variations
Color information
#DD2521 (or 0xDD2521) is known color: Persian Red. HEX triplet: DD, 25 and 21. RGB value is (221,37,33). Sum of RGB (Red+Green+Blue) = 221+37+33=291 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.95% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2521 is #22DADE. Grayscale: #5B5B5B. Windows color (decimal): -2284255 or 2172381. OLE color: 2172381.
HSL color Cylindrical-coordinate representation of color #DD2521: hue angle of 1.28º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD2521 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 33 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.13 |
| HSL | 1.28º | 0.74% | 0.5% | - |
| HSV(B) | 1.28º | 0.85% | 0.87% | - |
| XYZ | 30.75 | 16.81 | 3.06 | - |
| YUV | 91.56 | 94.96 | 220.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 33 | 0 | 0.83 | 0.85 | 0.13 | 1.28 | 0.74 | 0.5 |
| Hex | DD | 25 | 21 | 0 | 53 | 55 | D | 1 | 4A | 32 |
| Octal | 335 | 45 | 41 | 0 | 123 | 125 | 15 | 1 | 112 | 62 |
| Binary | 11011101 | 100101 | 100001 | 0 | 1010011 | 1010101 | 1101 | 1 | 1001010 | 110010 |
Color Harmonies of #DD2521
Complementary color
Monochromatic Colors of #DD2521
Black with #DD2521
Text Example
Text Example
White with #DD2521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2521; }
p { color: rgb(221,37,33); }
H1.HeaderClassName
{
color: #DD2521;
}
.AnyTagClassName
{
color: #DD2521;
}
</style>
background-color css
<style>
a { background-color: #DD2521; }
a { background-color: rgb(221,37,33); }
div.DivClassName
{
background-color: #DD2521;
}
.BgClassName
{
background-color: #DD2521;
}
</style>
border-color css
<style>
span { border-color: #DD2521; }
span { border-color: rgb(221,37,33); }
td.TdClassName
{
border-color: #DD2521;
}
.TagClassName
{
border-color: #DD2521;
}
</style>