Shades of Persian Red #D43531
Tints of Persian Red #D43531
RGB
CMYK
RGB Variations
Color information
#D43531 (or 0xD43531) is known color: Persian Red. HEX triplet: D4, 35 and 31. RGB value is (212,53,49). Sum of RGB (Red+Green+Blue) = 212+53+49=314 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.52% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 212 - color contains mainly: red. Hex color #D43531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43531 is #2BCACE. Grayscale: #646464. Windows color (decimal): -2869967 or 3225044. OLE color: 3225044.
HSL color Cylindrical-coordinate representation of color #D43531: hue angle of 1.47º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D43531 is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 53 | 49 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.17 |
| HSL | 1.47º | 0.65% | 0.51% | - |
| HSV(B) | 1.47º | 0.77% | 0.83% | - |
| XYZ | 28.98 | 16.77 | 4.61 | - |
| YUV | 100.09 | 99.18 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 53 | 49 | 0 | 0.75 | 0.77 | 0.17 | 1.47 | 0.65 | 0.51 |
| Hex | D4 | 35 | 31 | 0 | 4B | 4D | 11 | 1 | 41 | 33 |
| Octal | 324 | 65 | 61 | 0 | 113 | 115 | 21 | 1 | 101 | 63 |
| Binary | 11010100 | 110101 | 110001 | 0 | 1001011 | 1001101 | 10001 | 1 | 1000001 | 110011 |
Color Harmonies of #D43531
Complementary color
Monochromatic Colors of #D43531
Black with #D43531
Text Example
Text Example
White with #D43531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43531; }
p { color: rgb(212,53,49); }
H1.HeaderClassName
{
color: #D43531;
}
.AnyTagClassName
{
color: #D43531;
}
</style>
background-color css
<style>
a { background-color: #D43531; }
a { background-color: rgb(212,53,49); }
div.DivClassName
{
background-color: #D43531;
}
.BgClassName
{
background-color: #D43531;
}
</style>
border-color css
<style>
span { border-color: #D43531; }
span { border-color: rgb(212,53,49); }
td.TdClassName
{
border-color: #D43531;
}
.TagClassName
{
border-color: #D43531;
}
</style>