Shades of Persian Red #DD2821
Tints of Persian Red #DD2821
RGB
CMYK
RGB Variations
Color information
#DD2821 (or 0xDD2821) is known color: Persian Red. HEX triplet: DD, 28 and 21. RGB value is (221,40,33). Sum of RGB (Red+Green+Blue) = 221+40+33=294 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.17% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2821 is #22D7DE. Grayscale: #5D5D5D. Windows color (decimal): -2283487 or 2173149. OLE color: 2173149.
HSL color Cylindrical-coordinate representation of color #DD2821: hue angle of 2.23º 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 #DD2821 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 33 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.13 |
| HSL | 2.23º | 0.74% | 0.5% | - |
| HSV(B) | 2.23º | 0.85% | 0.87% | - |
| XYZ | 30.85 | 17 | 3.09 | - |
| YUV | 93.32 | 93.97 | 219.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 33 | 0 | 0.82 | 0.85 | 0.13 | 2.23 | 0.74 | 0.5 |
| Hex | DD | 28 | 21 | 0 | 52 | 55 | D | 2 | 4A | 32 |
| Octal | 335 | 50 | 41 | 0 | 122 | 125 | 15 | 2 | 112 | 62 |
| Binary | 11011101 | 101000 | 100001 | 0 | 1010010 | 1010101 | 1101 | 10 | 1001010 | 110010 |
Color Harmonies of #DD2821
Complementary color
Monochromatic Colors of #DD2821
Black with #DD2821
Text Example
Text Example
White with #DD2821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2821; }
p { color: rgb(221,40,33); }
H1.HeaderClassName
{
color: #DD2821;
}
.AnyTagClassName
{
color: #DD2821;
}
</style>
background-color css
<style>
a { background-color: #DD2821; }
a { background-color: rgb(221,40,33); }
div.DivClassName
{
background-color: #DD2821;
}
.BgClassName
{
background-color: #DD2821;
}
</style>
border-color css
<style>
span { border-color: #DD2821; }
span { border-color: rgb(221,40,33); }
td.TdClassName
{
border-color: #DD2821;
}
.TagClassName
{
border-color: #DD2821;
}
</style>