Shades of Persian Red #D52D28
Tints of Persian Red #D52D28
RGB
CMYK
RGB Variations
Color information
#D52D28 (or 0xD52D28) is known color: Persian Red. HEX triplet: D5, 2D and 28. RGB value is (213,45,40). Sum of RGB (Red+Green+Blue) = 213+45+40=298 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.48% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52D28 is #2AD2D7. Grayscale: #5E5E5E. Windows color (decimal): -2806488 or 2633173. OLE color: 2633173.
HSL color Cylindrical-coordinate representation of color #D52D28: hue angle of 1.73º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52D28 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 45 | 40 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.16 |
| HSL | 1.73º | 0.68% | 0.5% | - |
| HSV(B) | 1.73º | 0.81% | 0.84% | - |
| XYZ | 28.76 | 16.18 | 3.61 | - |
| YUV | 94.66 | 97.16 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 45 | 40 | 0 | 0.79 | 0.81 | 0.16 | 1.73 | 0.68 | 0.5 |
| Hex | D5 | 2D | 28 | 0 | 4F | 51 | 10 | 2 | 44 | 32 |
| Octal | 325 | 55 | 50 | 0 | 117 | 121 | 20 | 2 | 104 | 62 |
| Binary | 11010101 | 101101 | 101000 | 0 | 1001111 | 1010001 | 10000 | 10 | 1000100 | 110010 |
Color Harmonies of #D52D28
Complementary color
Monochromatic Colors of #D52D28
Black with #D52D28
Text Example
Text Example
White with #D52D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52D28; }
p { color: rgb(213,45,40); }
H1.HeaderClassName
{
color: #D52D28;
}
.AnyTagClassName
{
color: #D52D28;
}
</style>
background-color css
<style>
a { background-color: #D52D28; }
a { background-color: rgb(213,45,40); }
div.DivClassName
{
background-color: #D52D28;
}
.BgClassName
{
background-color: #D52D28;
}
</style>
border-color css
<style>
span { border-color: #D52D28; }
span { border-color: rgb(213,45,40); }
td.TdClassName
{
border-color: #D52D28;
}
.TagClassName
{
border-color: #D52D28;
}
</style>