Shades of Persian Red #D53123
Tints of Persian Red #D53123
RGB
CMYK
RGB Variations
Color information
#D53123 (or 0xD53123) is known color: Persian Red. HEX triplet: D5, 31 and 23. RGB value is (213,49,35). Sum of RGB (Red+Green+Blue) = 213+49+35=297 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.72% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 35 (14.06% from 255 or 11.78% from 297); Max value from RGB is 213 - color contains mainly: red. Hex color #D53123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53123 is #2ACEDC. Grayscale: #606060. Windows color (decimal): -2805469 or 2306517. OLE color: 2306517.
HSL color Cylindrical-coordinate representation of color #D53123: hue angle of 4.72º 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 #D53123 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 49 | 35 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.16 |
| HSL | 4.72º | 0.72% | 0.49% | - |
| HSV(B) | 4.72º | 0.84% | 0.84% | - |
| XYZ | 28.84 | 16.46 | 3.25 | - |
| YUV | 96.44 | 93.33 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 49 | 35 | 0 | 0.77 | 0.84 | 0.16 | 4.72 | 0.72 | 0.49 |
| Hex | D5 | 31 | 23 | 0 | 4D | 54 | 10 | 5 | 48 | 31 |
| Octal | 325 | 61 | 43 | 0 | 115 | 124 | 20 | 5 | 110 | 61 |
| Binary | 11010101 | 110001 | 100011 | 0 | 1001101 | 1010100 | 10000 | 101 | 1001000 | 110001 |
Color Harmonies of #D53123
Complementary color
Monochromatic Colors of #D53123
Black with #D53123
Text Example
Text Example
White with #D53123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53123; }
p { color: rgb(213,49,35); }
H1.HeaderClassName
{
color: #D53123;
}
.AnyTagClassName
{
color: #D53123;
}
</style>
background-color css
<style>
a { background-color: #D53123; }
a { background-color: rgb(213,49,35); }
div.DivClassName
{
background-color: #D53123;
}
.BgClassName
{
background-color: #D53123;
}
</style>
border-color css
<style>
span { border-color: #D53123; }
span { border-color: rgb(213,49,35); }
td.TdClassName
{
border-color: #D53123;
}
.TagClassName
{
border-color: #D53123;
}
</style>