Shades of Persian Red #D52523
Tints of Persian Red #D52523
RGB
CMYK
RGB Variations
Color information
#D52523 (or 0xD52523) is known color: Persian Red. HEX triplet: D5, 25 and 23. RGB value is (213,37,35). Sum of RGB (Red+Green+Blue) = 213+37+35=285 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.74% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 35 (14.06% from 255 or 12.28% from 285); Max value from RGB is 213 - color contains mainly: red. Hex color #D52523 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52523 is #2ADADC. Grayscale: #595959. Windows color (decimal): -2808541 or 2303445. OLE color: 2303445.
HSL color Cylindrical-coordinate representation of color #D52523: hue angle of 0.67º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D52523 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 37 | 35 | - |
| CMYK | 0 | 0.83 | 0.84 | 0.16 |
| HSL | 0.67º | 0.72% | 0.49% | - |
| HSV(B) | 0.67º | 0.84% | 0.84% | - |
| XYZ | 28.41 | 15.59 | 3.1 | - |
| YUV | 89.4 | 97.31 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 37 | 35 | 0 | 0.83 | 0.84 | 0.16 | 0.67 | 0.72 | 0.49 |
| Hex | D5 | 25 | 23 | 0 | 53 | 54 | 10 | 1 | 48 | 31 |
| Octal | 325 | 45 | 43 | 0 | 123 | 124 | 20 | 1 | 110 | 61 |
| Binary | 11010101 | 100101 | 100011 | 0 | 1010011 | 1010100 | 10000 | 1 | 1001000 | 110001 |
Color Harmonies of #D52523
Complementary color
Monochromatic Colors of #D52523
Black with #D52523
Text Example
Text Example
White with #D52523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52523; }
p { color: rgb(213,37,35); }
H1.HeaderClassName
{
color: #D52523;
}
.AnyTagClassName
{
color: #D52523;
}
</style>
background-color css
<style>
a { background-color: #D52523; }
a { background-color: rgb(213,37,35); }
div.DivClassName
{
background-color: #D52523;
}
.BgClassName
{
background-color: #D52523;
}
</style>
border-color css
<style>
span { border-color: #D52523; }
span { border-color: rgb(213,37,35); }
td.TdClassName
{
border-color: #D52523;
}
.TagClassName
{
border-color: #D52523;
}
</style>