Shades of Persian Red #D52721
Tints of Persian Red #D52721
RGB
CMYK
RGB Variations
Color information
#D52721 (or 0xD52721) is known color: Persian Red. HEX triplet: D5, 27 and 21. RGB value is (213,39,33). Sum of RGB (Red+Green+Blue) = 213+39+33=285 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.74% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 213 - color contains mainly: red. Hex color #D52721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52721 is #2AD8DE. Grayscale: #5A5A5A. Windows color (decimal): -2808031 or 2172885. OLE color: 2172885.
HSL color Cylindrical-coordinate representation of color #D52721: hue angle of 2º degrees, saturation: 0.73, 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 #D52721 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 39 | 33 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.16 |
| HSL | 2º | 0.73% | 0.48% | - |
| HSV(B) | 2º | 0.85% | 0.84% | - |
| XYZ | 28.44 | 15.71 | 2.97 | - |
| YUV | 90.34 | 95.65 | 215.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 33 | 0 | 0.82 | 0.85 | 0.16 | 2 | 0.73 | 0.48 |
| Hex | D5 | 27 | 21 | 0 | 52 | 55 | 10 | 2 | 49 | 30 |
| Octal | 325 | 47 | 41 | 0 | 122 | 125 | 20 | 2 | 111 | 60 |
| Binary | 11010101 | 100111 | 100001 | 0 | 1010010 | 1010101 | 10000 | 10 | 1001001 | 110000 |
Color Harmonies of #D52721
Complementary color
Monochromatic Colors of #D52721
Black with #D52721
Text Example
Text Example
White with #D52721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52721; }
p { color: rgb(213,39,33); }
H1.HeaderClassName
{
color: #D52721;
}
.AnyTagClassName
{
color: #D52721;
}
</style>
background-color css
<style>
a { background-color: #D52721; }
a { background-color: rgb(213,39,33); }
div.DivClassName
{
background-color: #D52721;
}
.BgClassName
{
background-color: #D52721;
}
</style>
border-color css
<style>
span { border-color: #D52721; }
span { border-color: rgb(213,39,33); }
td.TdClassName
{
border-color: #D52721;
}
.TagClassName
{
border-color: #D52721;
}
</style>