Shades of Persian Red #D52720
Tints of Persian Red #D52720
RGB
CMYK
RGB Variations
Color information
#D52720 (or 0xD52720) is known color: Persian Red. HEX triplet: D5, 27 and 20. RGB value is (213,39,32). Sum of RGB (Red+Green+Blue) = 213+39+32=284 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 213 - color contains mainly: red. Hex color #D52720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52720 is #2AD8DF. Grayscale: #5A5A5A. Windows color (decimal): -2808032 or 2107349. OLE color: 2107349.
HSL color Cylindrical-coordinate representation of color #D52720: hue angle of 2.32º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D52720 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 39 | 32 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.16 |
| HSL | 2.32º | 0.74% | 0.48% | - |
| HSV(B) | 2.32º | 0.85% | 0.84% | - |
| XYZ | 28.43 | 15.7 | 2.9 | - |
| YUV | 90.23 | 95.15 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 32 | 0 | 0.82 | 0.85 | 0.16 | 2.32 | 0.74 | 0.48 |
| Hex | D5 | 27 | 20 | 0 | 52 | 55 | 10 | 2 | 4A | 30 |
| Octal | 325 | 47 | 40 | 0 | 122 | 125 | 20 | 2 | 112 | 60 |
| Binary | 11010101 | 100111 | 100000 | 0 | 1010010 | 1010101 | 10000 | 10 | 1001010 | 110000 |
Color Harmonies of #D52720
Complementary color
Monochromatic Colors of #D52720
Black with #D52720
Text Example
Text Example
White with #D52720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52720; }
p { color: rgb(213,39,32); }
H1.HeaderClassName
{
color: #D52720;
}
.AnyTagClassName
{
color: #D52720;
}
</style>
background-color css
<style>
a { background-color: #D52720; }
a { background-color: rgb(213,39,32); }
div.DivClassName
{
background-color: #D52720;
}
.BgClassName
{
background-color: #D52720;
}
</style>
border-color css
<style>
span { border-color: #D52720; }
span { border-color: rgb(213,39,32); }
td.TdClassName
{
border-color: #D52720;
}
.TagClassName
{
border-color: #D52720;
}
</style>