Shades of Persian Red #D23431
Tints of Persian Red #D23431
RGB
CMYK
RGB Variations
Color information
#D23431 (or 0xD23431) is known color: Persian Red. HEX triplet: D2, 34 and 31. RGB value is (210,52,49). Sum of RGB (Red+Green+Blue) = 210+52+49=311 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.52% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 210 - color contains mainly: red. Hex color #D23431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23431 is #2DCBCE. Grayscale: #636363. Windows color (decimal): -3001295 or 3224786. OLE color: 3224786.
HSL color Cylindrical-coordinate representation of color #D23431: hue angle of 1.12º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D23431 is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 49 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.18 |
| HSL | 1.12º | 0.64% | 0.51% | - |
| HSV(B) | 1.12º | 0.77% | 0.82% | - |
| XYZ | 28.36 | 16.38 | 4.57 | - |
| YUV | 98.9 | 99.85 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 49 | 0 | 0.75 | 0.77 | 0.18 | 1.12 | 0.64 | 0.51 |
| Hex | D2 | 34 | 31 | 0 | 4B | 4D | 12 | 1 | 40 | 33 |
| Octal | 322 | 64 | 61 | 0 | 113 | 115 | 22 | 1 | 100 | 63 |
| Binary | 11010010 | 110100 | 110001 | 0 | 1001011 | 1001101 | 10010 | 1 | 1000000 | 110011 |
Color Harmonies of #D23431
Complementary color
Monochromatic Colors of #D23431
Black with #D23431
Text Example
Text Example
White with #D23431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23431; }
p { color: rgb(210,52,49); }
H1.HeaderClassName
{
color: #D23431;
}
.AnyTagClassName
{
color: #D23431;
}
</style>
background-color css
<style>
a { background-color: #D23431; }
a { background-color: rgb(210,52,49); }
div.DivClassName
{
background-color: #D23431;
}
.BgClassName
{
background-color: #D23431;
}
</style>
border-color css
<style>
span { border-color: #D23431; }
span { border-color: rgb(210,52,49); }
td.TdClassName
{
border-color: #D23431;
}
.TagClassName
{
border-color: #D23431;
}
</style>