Shades of Persian Red #DD2D2A
Tints of Persian Red #DD2D2A
RGB
CMYK
RGB Variations
Color information
#DD2D2A (or 0xDD2D2A) is known color: Persian Red. HEX triplet: DD, 2D and 2A. RGB value is (221,45,42). Sum of RGB (Red+Green+Blue) = 221+45+42=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2D2A is #22D2D5. Grayscale: #616161. Windows color (decimal): -2282198 or 2764253. OLE color: 2764253.
HSL color Cylindrical-coordinate representation of color #DD2D2A: hue angle of 1.01º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2D2A is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 45 | 42 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.13 |
| HSL | 1.01º | 0.72% | 0.52% | - |
| HSV(B) | 1.01º | 0.81% | 0.87% | - |
| XYZ | 31.18 | 17.42 | 3.91 | - |
| YUV | 97.28 | 96.81 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 42 | 0 | 0.80 | 0.81 | 0.13 | 1.01 | 0.72 | 0.52 |
| Hex | DD | 2D | 2A | 0 | 50 | 51 | D | 1 | 48 | 34 |
| Octal | 335 | 55 | 52 | 0 | 120 | 121 | 15 | 1 | 110 | 64 |
| Binary | 11011101 | 101101 | 101010 | 0 | 1010000 | 1010001 | 1101 | 1 | 1001000 | 110100 |
Color Harmonies of #DD2D2A
Complementary color
Monochromatic Colors of #DD2D2A
Black with #DD2D2A
Text Example
Text Example
White with #DD2D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2D2A; }
p { color: rgb(221,45,42); }
H1.HeaderClassName
{
color: #DD2D2A;
}
.AnyTagClassName
{
color: #DD2D2A;
}
</style>
background-color css
<style>
a { background-color: #DD2D2A; }
a { background-color: rgb(221,45,42); }
div.DivClassName
{
background-color: #DD2D2A;
}
.BgClassName
{
background-color: #DD2D2A;
}
</style>
border-color css
<style>
span { border-color: #DD2D2A; }
span { border-color: rgb(221,45,42); }
td.TdClassName
{
border-color: #DD2D2A;
}
.TagClassName
{
border-color: #DD2D2A;
}
</style>