Shades of Persian Red #DD3122
Tints of Persian Red #DD3122
RGB
CMYK
RGB Variations
Color information
#DD3122 (or 0xDD3122) is known color: Persian Red. HEX triplet: DD, 31 and 22. RGB value is (221,49,34). Sum of RGB (Red+Green+Blue) = 221+49+34=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3122 is #22CEDD. Grayscale: #626262. Windows color (decimal): -2281182 or 2240989. OLE color: 2240989.
HSL color Cylindrical-coordinate representation of color #DD3122: hue angle of 4.81º degrees, saturation: 0.73, 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 #DD3122 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 34 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.13 |
| HSL | 4.81º | 0.73% | 0.5% | - |
| HSV(B) | 4.81º | 0.85% | 0.87% | - |
| XYZ | 31.21 | 17.68 | 3.28 | - |
| YUV | 98.72 | 91.48 | 215.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 34 | 0 | 0.78 | 0.85 | 0.13 | 4.81 | 0.73 | 0.5 |
| Hex | DD | 31 | 22 | 0 | 4E | 55 | D | 5 | 49 | 32 |
| Octal | 335 | 61 | 42 | 0 | 116 | 125 | 15 | 5 | 111 | 62 |
| Binary | 11011101 | 110001 | 100010 | 0 | 1001110 | 1010101 | 1101 | 101 | 1001001 | 110010 |
Color Harmonies of #DD3122
Complementary color
Monochromatic Colors of #DD3122
Black with #DD3122
Text Example
Text Example
White with #DD3122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3122; }
p { color: rgb(221,49,34); }
H1.HeaderClassName
{
color: #DD3122;
}
.AnyTagClassName
{
color: #DD3122;
}
</style>
background-color css
<style>
a { background-color: #DD3122; }
a { background-color: rgb(221,49,34); }
div.DivClassName
{
background-color: #DD3122;
}
.BgClassName
{
background-color: #DD3122;
}
</style>
border-color css
<style>
span { border-color: #DD3122; }
span { border-color: rgb(221,49,34); }
td.TdClassName
{
border-color: #DD3122;
}
.TagClassName
{
border-color: #DD3122;
}
</style>