Shades of Persian Red #DD2A29
Tints of Persian Red #DD2A29
RGB
CMYK
RGB Variations
Color information
#DD2A29 (or 0xDD2A29) is known color: Persian Red. HEX triplet: DD, 2A and 29. RGB value is (221,42,41). Sum of RGB (Red+Green+Blue) = 221+42+41=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2A29 is #22D5D6. Grayscale: #5F5F5F. Windows color (decimal): -2282967 or 2697949. OLE color: 2697949.
HSL color Cylindrical-coordinate representation of color #DD2A29: hue angle of 0.33º 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 #DD2A29 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 42 | 41 | - |
| CMYK | 0 | 0.81 | 0.81 | 0.13 |
| HSL | 0.33º | 0.73% | 0.51% | - |
| HSV(B) | 0.33º | 0.81% | 0.87% | - |
| XYZ | 31.05 | 17.19 | 3.78 | - |
| YUV | 95.41 | 97.3 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 42 | 41 | 0 | 0.81 | 0.81 | 0.13 | 0.33 | 0.73 | 0.51 |
| Hex | DD | 2A | 29 | 0 | 51 | 51 | D | 0 | 49 | 33 |
| Octal | 335 | 52 | 51 | 0 | 121 | 121 | 15 | 0 | 111 | 63 |
| Binary | 11011101 | 101010 | 101001 | 0 | 1010001 | 1010001 | 1101 | 0 | 1001001 | 110011 |
Color Harmonies of #DD2A29
Complementary color
Monochromatic Colors of #DD2A29
Black with #DD2A29
Text Example
Text Example
White with #DD2A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2A29; }
p { color: rgb(221,42,41); }
H1.HeaderClassName
{
color: #DD2A29;
}
.AnyTagClassName
{
color: #DD2A29;
}
</style>
background-color css
<style>
a { background-color: #DD2A29; }
a { background-color: rgb(221,42,41); }
div.DivClassName
{
background-color: #DD2A29;
}
.BgClassName
{
background-color: #DD2A29;
}
</style>
border-color css
<style>
span { border-color: #DD2A29; }
span { border-color: rgb(221,42,41); }
td.TdClassName
{
border-color: #DD2A29;
}
.TagClassName
{
border-color: #DD2A29;
}
</style>