Shades of Persian Red #D52924
Tints of Persian Red #D52924
RGB
CMYK
RGB Variations
Color information
#D52924 (or 0xD52924) is known color: Persian Red. HEX triplet: D5, 29 and 24. RGB value is (213,41,36). Sum of RGB (Red+Green+Blue) = 213+41+36=290 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.45% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 36 (14.45% from 255 or 12.41% from 290); Max value from RGB is 213 - color contains mainly: red. Hex color #D52924 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52924 is #2AD6DB. Grayscale: #5C5C5C. Windows color (decimal): -2807516 or 2370005. OLE color: 2370005.
HSL color Cylindrical-coordinate representation of color #D52924: hue angle of 1.69º 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 #D52924 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 41 | 36 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.16 |
| HSL | 1.69º | 0.71% | 0.49% | - |
| HSV(B) | 1.69º | 0.83% | 0.84% | - |
| XYZ | 28.55 | 15.86 | 3.23 | - |
| YUV | 91.86 | 96.48 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 41 | 36 | 0 | 0.81 | 0.83 | 0.16 | 1.69 | 0.71 | 0.49 |
| Hex | D5 | 29 | 24 | 0 | 51 | 53 | 10 | 2 | 47 | 31 |
| Octal | 325 | 51 | 44 | 0 | 121 | 123 | 20 | 2 | 107 | 61 |
| Binary | 11010101 | 101001 | 100100 | 0 | 1010001 | 1010011 | 10000 | 10 | 1000111 | 110001 |
Color Harmonies of #D52924
Complementary color
Monochromatic Colors of #D52924
Black with #D52924
Text Example
Text Example
White with #D52924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52924; }
p { color: rgb(213,41,36); }
H1.HeaderClassName
{
color: #D52924;
}
.AnyTagClassName
{
color: #D52924;
}
</style>
background-color css
<style>
a { background-color: #D52924; }
a { background-color: rgb(213,41,36); }
div.DivClassName
{
background-color: #D52924;
}
.BgClassName
{
background-color: #D52924;
}
</style>
border-color css
<style>
span { border-color: #D52924; }
span { border-color: rgb(213,41,36); }
td.TdClassName
{
border-color: #D52924;
}
.TagClassName
{
border-color: #D52924;
}
</style>