Shades of Persian Red #D53324
Tints of Persian Red #D53324
RGB
CMYK
RGB Variations
Color information
#D53324 (or 0xD53324) is known color: Persian Red. HEX triplet: D5, 33 and 24. RGB value is (213,51,36). Sum of RGB (Red+Green+Blue) = 213+51+36=300 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 36 (14.45% from 255 or 12% from 300); Max value from RGB is 213 - color contains mainly: red. Hex color #D53324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53324 is #2ACCDB. Grayscale: #616161. Windows color (decimal): -2804956 or 2372565. OLE color: 2372565.
HSL color Cylindrical-coordinate representation of color #D53324: hue angle of 5.08º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D53324 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 51 | 36 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.16 |
| HSL | 5.08º | 0.71% | 0.49% | - |
| HSV(B) | 5.08º | 0.83% | 0.84% | - |
| XYZ | 28.94 | 16.64 | 3.36 | - |
| YUV | 97.73 | 93.17 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 51 | 36 | 0 | 0.76 | 0.83 | 0.16 | 5.08 | 0.71 | 0.49 |
| Hex | D5 | 33 | 24 | 0 | 4C | 53 | 10 | 5 | 47 | 31 |
| Octal | 325 | 63 | 44 | 0 | 114 | 123 | 20 | 5 | 107 | 61 |
| Binary | 11010101 | 110011 | 100100 | 0 | 1001100 | 1010011 | 10000 | 101 | 1000111 | 110001 |
Color Harmonies of #D53324
Complementary color
Monochromatic Colors of #D53324
Black with #D53324
Text Example
Text Example
White with #D53324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53324; }
p { color: rgb(213,51,36); }
H1.HeaderClassName
{
color: #D53324;
}
.AnyTagClassName
{
color: #D53324;
}
</style>
background-color css
<style>
a { background-color: #D53324; }
a { background-color: rgb(213,51,36); }
div.DivClassName
{
background-color: #D53324;
}
.BgClassName
{
background-color: #D53324;
}
</style>
border-color css
<style>
span { border-color: #D53324; }
span { border-color: rgb(213,51,36); }
td.TdClassName
{
border-color: #D53324;
}
.TagClassName
{
border-color: #D53324;
}
</style>