Shades of Persian Red #D53532
Tints of Persian Red #D53532
RGB
CMYK
RGB Variations
Color information
#D53532 (or 0xD53532) is known color: Persian Red. HEX triplet: D5, 35 and 32. RGB value is (213,53,50). Sum of RGB (Red+Green+Blue) = 213+53+50=316 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.41% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 213 - color contains mainly: red. Hex color #D53532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53532 is #2ACACD. Grayscale: #646464. Windows color (decimal): -2804430 or 3290581. OLE color: 3290581.
HSL color Cylindrical-coordinate representation of color #D53532: hue angle of 1.1º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D53532 is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 53 | 50 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.16 |
| HSL | 1.1º | 0.66% | 0.52% | - |
| HSV(B) | 1.1º | 0.77% | 0.84% | - |
| XYZ | 29.29 | 16.92 | 4.74 | - |
| YUV | 100.5 | 99.51 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 53 | 50 | 0 | 0.75 | 0.77 | 0.16 | 1.1 | 0.66 | 0.52 |
| Hex | D5 | 35 | 32 | 0 | 4B | 4D | 10 | 1 | 42 | 34 |
| Octal | 325 | 65 | 62 | 0 | 113 | 115 | 20 | 1 | 102 | 64 |
| Binary | 11010101 | 110101 | 110010 | 0 | 1001011 | 1001101 | 10000 | 1 | 1000010 | 110100 |
Color Harmonies of #D53532
Complementary color
Monochromatic Colors of #D53532
Black with #D53532
Text Example
Text Example
White with #D53532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53532; }
p { color: rgb(213,53,50); }
H1.HeaderClassName
{
color: #D53532;
}
.AnyTagClassName
{
color: #D53532;
}
</style>
background-color css
<style>
a { background-color: #D53532; }
a { background-color: rgb(213,53,50); }
div.DivClassName
{
background-color: #D53532;
}
.BgClassName
{
background-color: #D53532;
}
</style>
border-color css
<style>
span { border-color: #D53532; }
span { border-color: rgb(213,53,50); }
td.TdClassName
{
border-color: #D53532;
}
.TagClassName
{
border-color: #D53532;
}
</style>