Shades of Persian Red #D52824
Tints of Persian Red #D52824
RGB
CMYK
RGB Variations
Color information
#D52824 (or 0xD52824) is known color: Persian Red. HEX triplet: D5, 28 and 24. RGB value is (213,40,36). Sum of RGB (Red+Green+Blue) = 213+40+36=289 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.70% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 36 (14.45% from 255 or 12.46% from 289); Max value from RGB is 213 - color contains mainly: red. Hex color #D52824 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52824 is #2AD7DB. Grayscale: #5B5B5B. Windows color (decimal): -2807772 or 2369749. OLE color: 2369749.
HSL color Cylindrical-coordinate representation of color #D52824: hue angle of 1.36º 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 #D52824 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 40 | 36 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.16 |
| HSL | 1.36º | 0.71% | 0.49% | - |
| HSV(B) | 1.36º | 0.83% | 0.84% | - |
| XYZ | 28.52 | 15.79 | 3.21 | - |
| YUV | 91.27 | 96.81 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 40 | 36 | 0 | 0.81 | 0.83 | 0.16 | 1.36 | 0.71 | 0.49 |
| Hex | D5 | 28 | 24 | 0 | 51 | 53 | 10 | 1 | 47 | 31 |
| Octal | 325 | 50 | 44 | 0 | 121 | 123 | 20 | 1 | 107 | 61 |
| Binary | 11010101 | 101000 | 100100 | 0 | 1010001 | 1010011 | 10000 | 1 | 1000111 | 110001 |
Color Harmonies of #D52824
Complementary color
Monochromatic Colors of #D52824
Black with #D52824
Text Example
Text Example
White with #D52824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52824; }
p { color: rgb(213,40,36); }
H1.HeaderClassName
{
color: #D52824;
}
.AnyTagClassName
{
color: #D52824;
}
</style>
background-color css
<style>
a { background-color: #D52824; }
a { background-color: rgb(213,40,36); }
div.DivClassName
{
background-color: #D52824;
}
.BgClassName
{
background-color: #D52824;
}
</style>
border-color css
<style>
span { border-color: #D52824; }
span { border-color: rgb(213,40,36); }
td.TdClassName
{
border-color: #D52824;
}
.TagClassName
{
border-color: #D52824;
}
</style>