Shades of Persian Red #D53D3A
Tints of Persian Red #D53D3A
RGB
CMYK
RGB Variations
Color information
#D53D3A (or 0xD53D3A) is known color: Persian Red. HEX triplet: D5, 3D and 3A. RGB value is (213,61,58). Sum of RGB (Red+Green+Blue) = 213+61+58=332 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.16% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53D3A is #2AC2C5. Grayscale: #6A6A6A. Windows color (decimal): -2802374 or 3816917. OLE color: 3816917.
HSL color Cylindrical-coordinate representation of color #D53D3A: hue angle of 1.16º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D53D3A is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 61 | 58 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.16 |
| HSL | 1.16º | 0.65% | 0.53% | - |
| HSV(B) | 1.16º | 0.73% | 0.84% | - |
| XYZ | 29.87 | 17.79 | 5.86 | - |
| YUV | 106.11 | 100.86 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 61 | 58 | 0 | 0.71 | 0.73 | 0.16 | 1.16 | 0.65 | 0.53 |
| Hex | D5 | 3D | 3A | 0 | 47 | 49 | 10 | 1 | 41 | 35 |
| Octal | 325 | 75 | 72 | 0 | 107 | 111 | 20 | 1 | 101 | 65 |
| Binary | 11010101 | 111101 | 111010 | 0 | 1000111 | 1001001 | 10000 | 1 | 1000001 | 110101 |
Color Harmonies of #D53D3A
Complementary color
Monochromatic Colors of #D53D3A
Black with #D53D3A
Text Example
Text Example
White with #D53D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53D3A; }
p { color: rgb(213,61,58); }
H1.HeaderClassName
{
color: #D53D3A;
}
.AnyTagClassName
{
color: #D53D3A;
}
</style>
background-color css
<style>
a { background-color: #D53D3A; }
a { background-color: rgb(213,61,58); }
div.DivClassName
{
background-color: #D53D3A;
}
.BgClassName
{
background-color: #D53D3A;
}
</style>
border-color css
<style>
span { border-color: #D53D3A; }
span { border-color: rgb(213,61,58); }
td.TdClassName
{
border-color: #D53D3A;
}
.TagClassName
{
border-color: #D53D3A;
}
</style>