Shades of Persian Red #DD2D25
Tints of Persian Red #DD2D25
RGB
CMYK
RGB Variations
Color information
#DD2D25 (or 0xDD2D25) is known color: Persian Red. HEX triplet: DD, 2D and 25. RGB value is (221,45,37). Sum of RGB (Red+Green+Blue) = 221+45+37=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 37 (14.84% from 255 or 12.21% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2D25 is #22D2DA. Grayscale: #606060. Windows color (decimal): -2282203 or 2436573. OLE color: 2436573.
HSL color Cylindrical-coordinate representation of color #DD2D25: hue angle of 2.61º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD2D25 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 45 | 37 | - |
| CMYK | 0 | 0.80 | 0.83 | 0.13 |
| HSL | 2.61º | 0.73% | 0.51% | - |
| HSV(B) | 2.61º | 0.83% | 0.87% | - |
| XYZ | 31.09 | 17.38 | 3.47 | - |
| YUV | 96.71 | 94.31 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 37 | 0 | 0.80 | 0.83 | 0.13 | 2.61 | 0.73 | 0.51 |
| Hex | DD | 2D | 25 | 0 | 50 | 53 | D | 3 | 49 | 33 |
| Octal | 335 | 55 | 45 | 0 | 120 | 123 | 15 | 3 | 111 | 63 |
| Binary | 11011101 | 101101 | 100101 | 0 | 1010000 | 1010011 | 1101 | 11 | 1001001 | 110011 |
Color Harmonies of #DD2D25
Complementary color
Monochromatic Colors of #DD2D25
Black with #DD2D25
Text Example
Text Example
White with #DD2D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2D25; }
p { color: rgb(221,45,37); }
H1.HeaderClassName
{
color: #DD2D25;
}
.AnyTagClassName
{
color: #DD2D25;
}
</style>
background-color css
<style>
a { background-color: #DD2D25; }
a { background-color: rgb(221,45,37); }
div.DivClassName
{
background-color: #DD2D25;
}
.BgClassName
{
background-color: #DD2D25;
}
</style>
border-color css
<style>
span { border-color: #DD2D25; }
span { border-color: rgb(221,45,37); }
td.TdClassName
{
border-color: #DD2D25;
}
.TagClassName
{
border-color: #DD2D25;
}
</style>