Shades of Persian Red #D52922
Tints of Persian Red #D52922
RGB
CMYK
RGB Variations
Color information
#D52922 (or 0xD52922) is known color: Persian Red. HEX triplet: D5, 29 and 22. RGB value is (213,41,34). Sum of RGB (Red+Green+Blue) = 213+41+34=288 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.96% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 34 (13.67% from 255 or 11.81% from 288); Max value from RGB is 213 - color contains mainly: red. Hex color #D52922 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52922 is #2AD6DD. Grayscale: #5B5B5B. Windows color (decimal): -2807518 or 2238933. OLE color: 2238933.
HSL color Cylindrical-coordinate representation of color #D52922: hue angle of 2.35º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D52922 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 41 | 34 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.16 |
| HSL | 2.35º | 0.72% | 0.48% | - |
| HSV(B) | 2.35º | 0.84% | 0.84% | - |
| XYZ | 28.52 | 15.85 | 3.07 | - |
| YUV | 91.63 | 95.48 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 41 | 34 | 0 | 0.81 | 0.84 | 0.16 | 2.35 | 0.72 | 0.48 |
| Hex | D5 | 29 | 22 | 0 | 51 | 54 | 10 | 2 | 48 | 30 |
| Octal | 325 | 51 | 42 | 0 | 121 | 124 | 20 | 2 | 110 | 60 |
| Binary | 11010101 | 101001 | 100010 | 0 | 1010001 | 1010100 | 10000 | 10 | 1001000 | 110000 |
Color Harmonies of #D52922
Complementary color
Monochromatic Colors of #D52922
Black with #D52922
Text Example
Text Example
White with #D52922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52922; }
p { color: rgb(213,41,34); }
H1.HeaderClassName
{
color: #D52922;
}
.AnyTagClassName
{
color: #D52922;
}
</style>
background-color css
<style>
a { background-color: #D52922; }
a { background-color: rgb(213,41,34); }
div.DivClassName
{
background-color: #D52922;
}
.BgClassName
{
background-color: #D52922;
}
</style>
border-color css
<style>
span { border-color: #D52922; }
span { border-color: rgb(213,41,34); }
td.TdClassName
{
border-color: #D52922;
}
.TagClassName
{
border-color: #D52922;
}
</style>