Shades of Persian Red #D52521
Tints of Persian Red #D52521
RGB
CMYK
RGB Variations
Color information
#D52521 (or 0xD52521) is known color: Persian Red. HEX triplet: D5, 25 and 21. RGB value is (213,37,33). Sum of RGB (Red+Green+Blue) = 213+37+33=283 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.27% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 213 - color contains mainly: red. Hex color #D52521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52521 is #2ADADE. Grayscale: #595959. Windows color (decimal): -2808543 or 2172373. OLE color: 2172373.
HSL color Cylindrical-coordinate representation of color #D52521: hue angle of 1.33º 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 #D52521 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 37 | 33 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.16 |
| HSL | 1.33º | 0.73% | 0.48% | - |
| HSV(B) | 1.33º | 0.85% | 0.84% | - |
| XYZ | 28.38 | 15.58 | 2.95 | - |
| YUV | 89.17 | 96.31 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 37 | 33 | 0 | 0.83 | 0.85 | 0.16 | 1.33 | 0.73 | 0.48 |
| Hex | D5 | 25 | 21 | 0 | 53 | 55 | 10 | 1 | 49 | 30 |
| Octal | 325 | 45 | 41 | 0 | 123 | 125 | 20 | 1 | 111 | 60 |
| Binary | 11010101 | 100101 | 100001 | 0 | 1010011 | 1010101 | 10000 | 1 | 1001001 | 110000 |
Color Harmonies of #D52521
Complementary color
Monochromatic Colors of #D52521
Black with #D52521
Text Example
Text Example
White with #D52521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52521; }
p { color: rgb(213,37,33); }
H1.HeaderClassName
{
color: #D52521;
}
.AnyTagClassName
{
color: #D52521;
}
</style>
background-color css
<style>
a { background-color: #D52521; }
a { background-color: rgb(213,37,33); }
div.DivClassName
{
background-color: #D52521;
}
.BgClassName
{
background-color: #D52521;
}
</style>
border-color css
<style>
span { border-color: #D52521; }
span { border-color: rgb(213,37,33); }
td.TdClassName
{
border-color: #D52521;
}
.TagClassName
{
border-color: #D52521;
}
</style>