Shades of Persian Red #D53423
Tints of Persian Red #D53423
RGB
CMYK
RGB Variations
Color information
#D53423 (or 0xD53423) is known color: Persian Red. HEX triplet: D5, 34 and 23. RGB value is (213,52,35). Sum of RGB (Red+Green+Blue) = 213+52+35=300 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 35 (14.06% from 255 or 11.67% from 300); Max value from RGB is 213 - color contains mainly: red. Hex color #D53423 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53423 is #2ACBDC. Grayscale: #626262. Windows color (decimal): -2804701 or 2307285. OLE color: 2307285.
HSL color Cylindrical-coordinate representation of color #D53423: hue angle of 5.73º 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 #D53423 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 52 | 35 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.16 |
| HSL | 5.73º | 0.72% | 0.49% | - |
| HSV(B) | 5.73º | 0.84% | 0.84% | - |
| XYZ | 28.97 | 16.72 | 3.29 | - |
| YUV | 98.2 | 92.34 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 52 | 35 | 0 | 0.76 | 0.84 | 0.16 | 5.73 | 0.72 | 0.49 |
| Hex | D5 | 34 | 23 | 0 | 4C | 54 | 10 | 6 | 48 | 31 |
| Octal | 325 | 64 | 43 | 0 | 114 | 124 | 20 | 6 | 110 | 61 |
| Binary | 11010101 | 110100 | 100011 | 0 | 1001100 | 1010100 | 10000 | 110 | 1001000 | 110001 |
Color Harmonies of #D53423
Complementary color
Monochromatic Colors of #D53423
Black with #D53423
Text Example
Text Example
White with #D53423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53423; }
p { color: rgb(213,52,35); }
H1.HeaderClassName
{
color: #D53423;
}
.AnyTagClassName
{
color: #D53423;
}
</style>
background-color css
<style>
a { background-color: #D53423; }
a { background-color: rgb(213,52,35); }
div.DivClassName
{
background-color: #D53423;
}
.BgClassName
{
background-color: #D53423;
}
</style>
border-color css
<style>
span { border-color: #D53423; }
span { border-color: rgb(213,52,35); }
td.TdClassName
{
border-color: #D53423;
}
.TagClassName
{
border-color: #D53423;
}
</style>