Shades of Persian Red #D53A37
Tints of Persian Red #D53A37
RGB
CMYK
RGB Variations
Color information
#D53A37 (or 0xD53A37) is known color: Persian Red. HEX triplet: D5, 3A and 37. RGB value is (213,58,55). Sum of RGB (Red+Green+Blue) = 213+58+55=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 55 (21.88% from 255 or 16.87% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D53A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53A37 is #2AC5C8. Grayscale: #686868. Windows color (decimal): -2803145 or 3619541. OLE color: 3619541.
HSL color Cylindrical-coordinate representation of color #D53A37: hue angle of 1.14º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D53A37 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 58 | 55 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.16 |
| HSL | 1.14º | 0.65% | 0.53% | - |
| HSV(B) | 1.14º | 0.74% | 0.84% | - |
| XYZ | 29.64 | 17.45 | 5.42 | - |
| YUV | 104 | 100.35 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 58 | 55 | 0 | 0.73 | 0.74 | 0.16 | 1.14 | 0.65 | 0.53 |
| Hex | D5 | 3A | 37 | 0 | 49 | 4A | 10 | 1 | 41 | 35 |
| Octal | 325 | 72 | 67 | 0 | 111 | 112 | 20 | 1 | 101 | 65 |
| Binary | 11010101 | 111010 | 110111 | 0 | 1001001 | 1001010 | 10000 | 1 | 1000001 | 110101 |
Color Harmonies of #D53A37
Complementary color
Monochromatic Colors of #D53A37
Black with #D53A37
Text Example
Text Example
White with #D53A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53A37; }
p { color: rgb(213,58,55); }
H1.HeaderClassName
{
color: #D53A37;
}
.AnyTagClassName
{
color: #D53A37;
}
</style>
background-color css
<style>
a { background-color: #D53A37; }
a { background-color: rgb(213,58,55); }
div.DivClassName
{
background-color: #D53A37;
}
.BgClassName
{
background-color: #D53A37;
}
</style>
border-color css
<style>
span { border-color: #D53A37; }
span { border-color: rgb(213,58,55); }
td.TdClassName
{
border-color: #D53A37;
}
.TagClassName
{
border-color: #D53A37;
}
</style>