Shades of Persian Red #DD2625
Tints of Persian Red #DD2625
RGB
CMYK
RGB Variations
Color information
#DD2625 (or 0xDD2625) is known color: Persian Red. HEX triplet: DD, 26 and 25. RGB value is (221,38,37). Sum of RGB (Red+Green+Blue) = 221+38+37=296 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.66% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2625 is #22D9DA. Grayscale: #5C5C5C. Windows color (decimal): -2283995 or 2434781. OLE color: 2434781.
HSL color Cylindrical-coordinate representation of color #DD2625: hue angle of 0.33º 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 #DD2625 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 37 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.13 |
| HSL | 0.33º | 0.73% | 0.51% | - |
| HSV(B) | 0.33º | 0.83% | 0.87% | - |
| XYZ | 30.85 | 16.89 | 3.38 | - |
| YUV | 92.6 | 96.63 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 37 | 0 | 0.83 | 0.83 | 0.13 | 0.33 | 0.73 | 0.51 |
| Hex | DD | 26 | 25 | 0 | 53 | 53 | D | 0 | 49 | 33 |
| Octal | 335 | 46 | 45 | 0 | 123 | 123 | 15 | 0 | 111 | 63 |
| Binary | 11011101 | 100110 | 100101 | 0 | 1010011 | 1010011 | 1101 | 0 | 1001001 | 110011 |
Color Harmonies of #DD2625
Complementary color
Monochromatic Colors of #DD2625
Black with #DD2625
Text Example
Text Example
White with #DD2625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2625; }
p { color: rgb(221,38,37); }
H1.HeaderClassName
{
color: #DD2625;
}
.AnyTagClassName
{
color: #DD2625;
}
</style>
background-color css
<style>
a { background-color: #DD2625; }
a { background-color: rgb(221,38,37); }
div.DivClassName
{
background-color: #DD2625;
}
.BgClassName
{
background-color: #DD2625;
}
</style>
border-color css
<style>
span { border-color: #DD2625; }
span { border-color: rgb(221,38,37); }
td.TdClassName
{
border-color: #DD2625;
}
.TagClassName
{
border-color: #DD2625;
}
</style>