Shades of Persian Red #DD3228
Tints of Persian Red #DD3228
RGB
CMYK
RGB Variations
Color information
#DD3228 (or 0xDD3228) is known color: Persian Red. HEX triplet: DD, 32 and 28. RGB value is (221,50,40). Sum of RGB (Red+Green+Blue) = 221+50+40=311 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.06% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3228 is #22CDD7. Grayscale: #646464. Windows color (decimal): -2280920 or 2634461. OLE color: 2634461.
HSL color Cylindrical-coordinate representation of color #DD3228: hue angle of 3.31º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD3228 is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 40 | - |
| CMYK | 0 | 0.77 | 0.82 | 0.13 |
| HSL | 3.31º | 0.73% | 0.51% | - |
| HSV(B) | 3.31º | 0.82% | 0.87% | - |
| XYZ | 31.34 | 17.81 | 3.79 | - |
| YUV | 99.99 | 94.15 | 214.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 40 | 0 | 0.77 | 0.82 | 0.13 | 3.31 | 0.73 | 0.51 |
| Hex | DD | 32 | 28 | 0 | 4D | 52 | D | 3 | 49 | 33 |
| Octal | 335 | 62 | 50 | 0 | 115 | 122 | 15 | 3 | 111 | 63 |
| Binary | 11011101 | 110010 | 101000 | 0 | 1001101 | 1010010 | 1101 | 11 | 1001001 | 110011 |
Color Harmonies of #DD3228
Complementary color
Monochromatic Colors of #DD3228
Black with #DD3228
Text Example
Text Example
White with #DD3228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3228; }
p { color: rgb(221,50,40); }
H1.HeaderClassName
{
color: #DD3228;
}
.AnyTagClassName
{
color: #DD3228;
}
</style>
background-color css
<style>
a { background-color: #DD3228; }
a { background-color: rgb(221,50,40); }
div.DivClassName
{
background-color: #DD3228;
}
.BgClassName
{
background-color: #DD3228;
}
</style>
border-color css
<style>
span { border-color: #DD3228; }
span { border-color: rgb(221,50,40); }
td.TdClassName
{
border-color: #DD3228;
}
.TagClassName
{
border-color: #DD3228;
}
</style>