Shades of Persian Red #DD2925
Tints of Persian Red #DD2925
RGB
CMYK
RGB Variations
Color information
#DD2925 (or 0xDD2925) is known color: Persian Red. HEX triplet: DD, 29 and 25. RGB value is (221,41,37). Sum of RGB (Red+Green+Blue) = 221+41+37=299 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.91% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 37 (14.84% from 255 or 12.37% from 299); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2925 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2925 is #22D6DA. Grayscale: #5E5E5E. Windows color (decimal): -2283227 or 2435549. OLE color: 2435549.
HSL color Cylindrical-coordinate representation of color #DD2925: hue angle of 1.3º 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 #DD2925 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 41 | 37 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.13 |
| HSL | 1.3º | 0.73% | 0.51% | - |
| HSV(B) | 1.3º | 0.83% | 0.87% | - |
| XYZ | 30.95 | 17.09 | 3.42 | - |
| YUV | 94.36 | 95.63 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 37 | 0 | 0.81 | 0.83 | 0.13 | 1.3 | 0.73 | 0.51 |
| Hex | DD | 29 | 25 | 0 | 51 | 53 | D | 1 | 49 | 33 |
| Octal | 335 | 51 | 45 | 0 | 121 | 123 | 15 | 1 | 111 | 63 |
| Binary | 11011101 | 101001 | 100101 | 0 | 1010001 | 1010011 | 1101 | 1 | 1001001 | 110011 |
Color Harmonies of #DD2925
Complementary color
Monochromatic Colors of #DD2925
Black with #DD2925
Text Example
Text Example
White with #DD2925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2925; }
p { color: rgb(221,41,37); }
H1.HeaderClassName
{
color: #DD2925;
}
.AnyTagClassName
{
color: #DD2925;
}
</style>
background-color css
<style>
a { background-color: #DD2925; }
a { background-color: rgb(221,41,37); }
div.DivClassName
{
background-color: #DD2925;
}
.BgClassName
{
background-color: #DD2925;
}
</style>
border-color css
<style>
span { border-color: #DD2925; }
span { border-color: rgb(221,41,37); }
td.TdClassName
{
border-color: #DD2925;
}
.TagClassName
{
border-color: #DD2925;
}
</style>