Shades of Persian Red #D52E23
Tints of Persian Red #D52E23
RGB
CMYK
RGB Variations
Color information
#D52E23 (or 0xD52E23) is known color: Persian Red. HEX triplet: D5, 2E and 23. RGB value is (213,46,35). Sum of RGB (Red+Green+Blue) = 213+46+35=294 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.45% from 294); Green value is 46 (18.36% from 255 or 15.65% from 294); Blue value is 35 (14.06% from 255 or 11.90% from 294); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52E23 is #2AD1DC. Grayscale: #5E5E5E. Windows color (decimal): -2806237 or 2305749. OLE color: 2305749.
HSL color Cylindrical-coordinate representation of color #D52E23: hue angle of 3.71º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D52E23 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 46 | 35 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.16 |
| HSL | 3.71º | 0.72% | 0.49% | - |
| HSV(B) | 3.71º | 0.84% | 0.84% | - |
| XYZ | 28.72 | 16.22 | 3.21 | - |
| YUV | 94.68 | 94.33 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 35 | 0 | 0.78 | 0.84 | 0.16 | 3.71 | 0.72 | 0.49 |
| Hex | D5 | 2E | 23 | 0 | 4E | 54 | 10 | 4 | 48 | 31 |
| Octal | 325 | 56 | 43 | 0 | 116 | 124 | 20 | 4 | 110 | 61 |
| Binary | 11010101 | 101110 | 100011 | 0 | 1001110 | 1010100 | 10000 | 100 | 1001000 | 110001 |
Color Harmonies of #D52E23
Complementary color
Monochromatic Colors of #D52E23
Black with #D52E23
Text Example
Text Example
White with #D52E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52E23; }
p { color: rgb(213,46,35); }
H1.HeaderClassName
{
color: #D52E23;
}
.AnyTagClassName
{
color: #D52E23;
}
</style>
background-color css
<style>
a { background-color: #D52E23; }
a { background-color: rgb(213,46,35); }
div.DivClassName
{
background-color: #D52E23;
}
.BgClassName
{
background-color: #D52E23;
}
</style>
border-color css
<style>
span { border-color: #D52E23; }
span { border-color: rgb(213,46,35); }
td.TdClassName
{
border-color: #D52E23;
}
.TagClassName
{
border-color: #D52E23;
}
</style>