Shades of Persian Red #DD2C29
Tints of Persian Red #DD2C29
RGB
CMYK
RGB Variations
Color information
#DD2C29 (or 0xDD2C29) is known color: Persian Red. HEX triplet: DD, 2C and 29. RGB value is (221,44,41). Sum of RGB (Red+Green+Blue) = 221+44+41=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2C29 is #22D3D6. Grayscale: #606060. Windows color (decimal): -2282455 or 2698461. OLE color: 2698461.
HSL color Cylindrical-coordinate representation of color #DD2C29: hue angle of 1º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2C29 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 44 | 41 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.13 |
| HSL | 1º | 0.73% | 0.51% | - |
| HSV(B) | 1º | 0.81% | 0.87% | - |
| XYZ | 31.12 | 17.33 | 3.8 | - |
| YUV | 96.58 | 96.64 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 44 | 41 | 0 | 0.80 | 0.81 | 0.13 | 1 | 0.73 | 0.51 |
| Hex | DD | 2C | 29 | 0 | 50 | 51 | D | 1 | 49 | 33 |
| Octal | 335 | 54 | 51 | 0 | 120 | 121 | 15 | 1 | 111 | 63 |
| Binary | 11011101 | 101100 | 101001 | 0 | 1010000 | 1010001 | 1101 | 1 | 1001001 | 110011 |
Color Harmonies of #DD2C29
Complementary color
Monochromatic Colors of #DD2C29
Black with #DD2C29
Text Example
Text Example
White with #DD2C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2C29; }
p { color: rgb(221,44,41); }
H1.HeaderClassName
{
color: #DD2C29;
}
.AnyTagClassName
{
color: #DD2C29;
}
</style>
background-color css
<style>
a { background-color: #DD2C29; }
a { background-color: rgb(221,44,41); }
div.DivClassName
{
background-color: #DD2C29;
}
.BgClassName
{
background-color: #DD2C29;
}
</style>
border-color css
<style>
span { border-color: #DD2C29; }
span { border-color: rgb(221,44,41); }
td.TdClassName
{
border-color: #DD2C29;
}
.TagClassName
{
border-color: #DD2C29;
}
</style>