Shades of Persian Red #D52421
Tints of Persian Red #D52421
RGB
CMYK
RGB Variations
Color information
#D52421 (or 0xD52421) is known color: Persian Red. HEX triplet: D5, 24 and 21. RGB value is (213,36,33). Sum of RGB (Red+Green+Blue) = 213+36+33=282 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.53% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 213 - color contains mainly: red. Hex color #D52421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52421 is #2ADBDE. Grayscale: #585858. Windows color (decimal): -2808799 or 2172117. OLE color: 2172117.
HSL color Cylindrical-coordinate representation of color #D52421: hue angle of 1º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D52421 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 33 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.16 |
| HSL | 1º | 0.73% | 0.48% | - |
| HSV(B) | 1º | 0.85% | 0.84% | - |
| XYZ | 28.35 | 15.52 | 2.94 | - |
| YUV | 88.58 | 96.64 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 33 | 0 | 0.83 | 0.85 | 0.16 | 1 | 0.73 | 0.48 |
| Hex | D5 | 24 | 21 | 0 | 53 | 55 | 10 | 1 | 49 | 30 |
| Octal | 325 | 44 | 41 | 0 | 123 | 125 | 20 | 1 | 111 | 60 |
| Binary | 11010101 | 100100 | 100001 | 0 | 1010011 | 1010101 | 10000 | 1 | 1001001 | 110000 |
Color Harmonies of #D52421
Complementary color
Monochromatic Colors of #D52421
Black with #D52421
Text Example
Text Example
White with #D52421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52421; }
p { color: rgb(213,36,33); }
H1.HeaderClassName
{
color: #D52421;
}
.AnyTagClassName
{
color: #D52421;
}
</style>
background-color css
<style>
a { background-color: #D52421; }
a { background-color: rgb(213,36,33); }
div.DivClassName
{
background-color: #D52421;
}
.BgClassName
{
background-color: #D52421;
}
</style>
border-color css
<style>
span { border-color: #D52421; }
span { border-color: rgb(213,36,33); }
td.TdClassName
{
border-color: #D52421;
}
.TagClassName
{
border-color: #D52421;
}
</style>