Shades of Persian Red #DD2F2C
Tints of Persian Red #DD2F2C
RGB
CMYK
RGB Variations
Color information
#DD2F2C (or 0xDD2F2C) is known color: Persian Red. HEX triplet: DD, 2F and 2C. RGB value is (221,47,44). Sum of RGB (Red+Green+Blue) = 221+47+44=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2F2C is #22D0D3. Grayscale: #626262. Windows color (decimal): -2281684 or 2895837. OLE color: 2895837.
HSL color Cylindrical-coordinate representation of color #DD2F2C: hue angle of 1.02º 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 #DD2F2C is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 47 | 44 | - |
| CMYK | 0 | 0.79 | 0.80 | 0.13 |
| HSL | 1.02º | 0.72% | 0.52% | - |
| HSV(B) | 1.02º | 0.8% | 0.87% | - |
| XYZ | 31.29 | 17.59 | 4.13 | - |
| YUV | 98.68 | 97.15 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 47 | 44 | 0 | 0.79 | 0.80 | 0.13 | 1.02 | 0.72 | 0.52 |
| Hex | DD | 2F | 2C | 0 | 4F | 50 | D | 1 | 48 | 34 |
| Octal | 335 | 57 | 54 | 0 | 117 | 120 | 15 | 1 | 110 | 64 |
| Binary | 11011101 | 101111 | 101100 | 0 | 1001111 | 1010000 | 1101 | 1 | 1001000 | 110100 |
Color Harmonies of #DD2F2C
Complementary color
Monochromatic Colors of #DD2F2C
Black with #DD2F2C
Text Example
Text Example
White with #DD2F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2F2C; }
p { color: rgb(221,47,44); }
H1.HeaderClassName
{
color: #DD2F2C;
}
.AnyTagClassName
{
color: #DD2F2C;
}
</style>
background-color css
<style>
a { background-color: #DD2F2C; }
a { background-color: rgb(221,47,44); }
div.DivClassName
{
background-color: #DD2F2C;
}
.BgClassName
{
background-color: #DD2F2C;
}
</style>
border-color css
<style>
span { border-color: #DD2F2C; }
span { border-color: rgb(221,47,44); }
td.TdClassName
{
border-color: #DD2F2C;
}
.TagClassName
{
border-color: #DD2F2C;
}
</style>