Shades of Persian Red #D53D32
Tints of Persian Red #D53D32
RGB
CMYK
RGB Variations
Color information
#D53D32 (or 0xD53D32) is known color: Persian Red. HEX triplet: D5, 3D and 32. RGB value is (213,61,50). Sum of RGB (Red+Green+Blue) = 213+61+50=324 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.74% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53D32 is #2AC2CD. Grayscale: #696969. Windows color (decimal): -2802382 or 3292629. OLE color: 3292629.
HSL color Cylindrical-coordinate representation of color #D53D32: hue angle of 4.05º 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 #D53D32 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 61 | 50 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.16 |
| HSL | 4.05º | 0.66% | 0.52% | - |
| HSV(B) | 4.05º | 0.77% | 0.84% | - |
| XYZ | 29.69 | 17.71 | 4.87 | - |
| YUV | 105.19 | 96.86 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 61 | 50 | 0 | 0.71 | 0.77 | 0.16 | 4.05 | 0.66 | 0.52 |
| Hex | D5 | 3D | 32 | 0 | 47 | 4D | 10 | 4 | 42 | 34 |
| Octal | 325 | 75 | 62 | 0 | 107 | 115 | 20 | 4 | 102 | 64 |
| Binary | 11010101 | 111101 | 110010 | 0 | 1000111 | 1001101 | 10000 | 100 | 1000010 | 110100 |
Color Harmonies of #D53D32
Complementary color
Monochromatic Colors of #D53D32
Black with #D53D32
Text Example
Text Example
White with #D53D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53D32; }
p { color: rgb(213,61,50); }
H1.HeaderClassName
{
color: #D53D32;
}
.AnyTagClassName
{
color: #D53D32;
}
</style>
background-color css
<style>
a { background-color: #D53D32; }
a { background-color: rgb(213,61,50); }
div.DivClassName
{
background-color: #D53D32;
}
.BgClassName
{
background-color: #D53D32;
}
</style>
border-color css
<style>
span { border-color: #D53D32; }
span { border-color: rgb(213,61,50); }
td.TdClassName
{
border-color: #D53D32;
}
.TagClassName
{
border-color: #D53D32;
}
</style>