Shades of Persian Red #D23432
Tints of Persian Red #D23432
RGB
CMYK
RGB Variations
Color information
#D23432 (or 0xD23432) is known color: Persian Red. HEX triplet: D2, 34 and 32. RGB value is (210,52,50). Sum of RGB (Red+Green+Blue) = 210+52+50=312 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.31% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 210 - color contains mainly: red. Hex color #D23432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23432 is #2DCBCD. Grayscale: #636363. Windows color (decimal): -3001294 or 3290322. OLE color: 3290322.
HSL color Cylindrical-coordinate representation of color #D23432: hue angle of 0.75º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D23432 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 50 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.18 |
| HSL | 0.75º | 0.64% | 0.51% | - |
| HSV(B) | 0.75º | 0.76% | 0.82% | - |
| XYZ | 28.38 | 16.39 | 4.68 | - |
| YUV | 99.01 | 100.35 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 50 | 0 | 0.75 | 0.76 | 0.18 | 0.75 | 0.64 | 0.51 |
| Hex | D2 | 34 | 32 | 0 | 4B | 4C | 12 | 1 | 40 | 33 |
| Octal | 322 | 64 | 62 | 0 | 113 | 114 | 22 | 1 | 100 | 63 |
| Binary | 11010010 | 110100 | 110010 | 0 | 1001011 | 1001100 | 10010 | 1 | 1000000 | 110011 |
Color Harmonies of #D23432
Complementary color
Monochromatic Colors of #D23432
Black with #D23432
Text Example
Text Example
White with #D23432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23432; }
p { color: rgb(210,52,50); }
H1.HeaderClassName
{
color: #D23432;
}
.AnyTagClassName
{
color: #D23432;
}
</style>
background-color css
<style>
a { background-color: #D23432; }
a { background-color: rgb(210,52,50); }
div.DivClassName
{
background-color: #D23432;
}
.BgClassName
{
background-color: #D23432;
}
</style>
border-color css
<style>
span { border-color: #D23432; }
span { border-color: rgb(210,52,50); }
td.TdClassName
{
border-color: #D23432;
}
.TagClassName
{
border-color: #D23432;
}
</style>