Shades of Persian Red #D52D22
Tints of Persian Red #D52D22
RGB
CMYK
RGB Variations
Color information
#D52D22 (or 0xD52D22) is known color: Persian Red. HEX triplet: D5, 2D and 22. RGB value is (213,45,34). Sum of RGB (Red+Green+Blue) = 213+45+34=292 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.95% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 34 (13.67% from 255 or 11.64% from 292); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52D22 is #2AD2DD. Grayscale: #5E5E5E. Windows color (decimal): -2806494 or 2239957. OLE color: 2239957.
HSL color Cylindrical-coordinate representation of color #D52D22: hue angle of 3.69º 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 #D52D22 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 45 | 34 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.16 |
| HSL | 3.69º | 0.72% | 0.48% | - |
| HSV(B) | 3.69º | 0.84% | 0.84% | - |
| XYZ | 28.67 | 16.14 | 3.12 | - |
| YUV | 93.98 | 94.16 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 45 | 34 | 0 | 0.79 | 0.84 | 0.16 | 3.69 | 0.72 | 0.48 |
| Hex | D5 | 2D | 22 | 0 | 4F | 54 | 10 | 4 | 48 | 30 |
| Octal | 325 | 55 | 42 | 0 | 117 | 124 | 20 | 4 | 110 | 60 |
| Binary | 11010101 | 101101 | 100010 | 0 | 1001111 | 1010100 | 10000 | 100 | 1001000 | 110000 |
Color Harmonies of #D52D22
Complementary color
Monochromatic Colors of #D52D22
Black with #D52D22
Text Example
Text Example
White with #D52D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52D22; }
p { color: rgb(213,45,34); }
H1.HeaderClassName
{
color: #D52D22;
}
.AnyTagClassName
{
color: #D52D22;
}
</style>
background-color css
<style>
a { background-color: #D52D22; }
a { background-color: rgb(213,45,34); }
div.DivClassName
{
background-color: #D52D22;
}
.BgClassName
{
background-color: #D52D22;
}
</style>
border-color css
<style>
span { border-color: #D52D22; }
span { border-color: rgb(213,45,34); }
td.TdClassName
{
border-color: #D52D22;
}
.TagClassName
{
border-color: #D52D22;
}
</style>