Shades of Persian Red #D52E29
Tints of Persian Red #D52E29
RGB
CMYK
RGB Variations
Color information
#D52E29 (or 0xD52E29) is known color: Persian Red. HEX triplet: D5, 2E and 29. RGB value is (213,46,41). Sum of RGB (Red+Green+Blue) = 213+46+41=300 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52E29 is #2AD1D6. Grayscale: #5F5F5F. Windows color (decimal): -2806231 or 2698965. OLE color: 2698965.
HSL color Cylindrical-coordinate representation of color #D52E29: hue angle of 1.74º 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 #D52E29 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 46 | 41 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.16 |
| HSL | 1.74º | 0.68% | 0.5% | - |
| HSV(B) | 1.74º | 0.81% | 0.84% | - |
| XYZ | 28.82 | 16.26 | 3.72 | - |
| YUV | 95.36 | 97.33 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 41 | 0 | 0.78 | 0.81 | 0.16 | 1.74 | 0.68 | 0.5 |
| Hex | D5 | 2E | 29 | 0 | 4E | 51 | 10 | 2 | 44 | 32 |
| Octal | 325 | 56 | 51 | 0 | 116 | 121 | 20 | 2 | 104 | 62 |
| Binary | 11010101 | 101110 | 101001 | 0 | 1001110 | 1010001 | 10000 | 10 | 1000100 | 110010 |
Color Harmonies of #D52E29
Complementary color
Monochromatic Colors of #D52E29
Black with #D52E29
Text Example
Text Example
White with #D52E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52E29; }
p { color: rgb(213,46,41); }
H1.HeaderClassName
{
color: #D52E29;
}
.AnyTagClassName
{
color: #D52E29;
}
</style>
background-color css
<style>
a { background-color: #D52E29; }
a { background-color: rgb(213,46,41); }
div.DivClassName
{
background-color: #D52E29;
}
.BgClassName
{
background-color: #D52E29;
}
</style>
border-color css
<style>
span { border-color: #D52E29; }
span { border-color: rgb(213,46,41); }
td.TdClassName
{
border-color: #D52E29;
}
.TagClassName
{
border-color: #D52E29;
}
</style>