Shades of Persian Red #DD2E2D
Tints of Persian Red #DD2E2D
RGB
CMYK
RGB Variations
Color information
#DD2E2D (or 0xDD2E2D) is known color: Persian Red. HEX triplet: DD, 2E and 2D. RGB value is (221,46,45). Sum of RGB (Red+Green+Blue) = 221+46+45=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 46 (18.36% from 255 or 14.74% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2E2D is #22D1D2. Grayscale: #626262. Windows color (decimal): -2281939 or 2961117. OLE color: 2961117.
HSL color Cylindrical-coordinate representation of color #DD2E2D: hue angle of 0.34º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2E2D is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 46 | 45 | - |
| CMYK | 0 | 0.79 | 0.80 | 0.13 |
| HSL | 0.34º | 0.72% | 0.52% | - |
| HSV(B) | 0.34º | 0.8% | 0.87% | - |
| XYZ | 31.27 | 17.52 | 4.22 | - |
| YUV | 98.21 | 97.98 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 45 | 0 | 0.79 | 0.80 | 0.13 | 0.34 | 0.72 | 0.52 |
| Hex | DD | 2E | 2D | 0 | 4F | 50 | D | 0 | 48 | 34 |
| Octal | 335 | 56 | 55 | 0 | 117 | 120 | 15 | 0 | 110 | 64 |
| Binary | 11011101 | 101110 | 101101 | 0 | 1001111 | 1010000 | 1101 | 0 | 1001000 | 110100 |
Color Harmonies of #DD2E2D
Complementary color
Monochromatic Colors of #DD2E2D
Black with #DD2E2D
Text Example
Text Example
White with #DD2E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2E2D; }
p { color: rgb(221,46,45); }
H1.HeaderClassName
{
color: #DD2E2D;
}
.AnyTagClassName
{
color: #DD2E2D;
}
</style>
background-color css
<style>
a { background-color: #DD2E2D; }
a { background-color: rgb(221,46,45); }
div.DivClassName
{
background-color: #DD2E2D;
}
.BgClassName
{
background-color: #DD2E2D;
}
</style>
border-color css
<style>
span { border-color: #DD2E2D; }
span { border-color: rgb(221,46,45); }
td.TdClassName
{
border-color: #DD2E2D;
}
.TagClassName
{
border-color: #DD2E2D;
}
</style>