Shades of Persian Red #D23632
Tints of Persian Red #D23632
RGB
CMYK
RGB Variations
Color information
#D23632 (or 0xD23632) is known color: Persian Red. HEX triplet: D2, 36 and 32. RGB value is (210,54,50). Sum of RGB (Red+Green+Blue) = 210+54+50=314 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.88% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 210 - color contains mainly: red. Hex color #D23632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23632 is #2DC9CD. Grayscale: #646464. Windows color (decimal): -3000782 or 3290834. OLE color: 3290834.
HSL color Cylindrical-coordinate representation of color #D23632: hue angle of 1.5º 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 #D23632 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 50 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.18 |
| HSL | 1.5º | 0.64% | 0.51% | - |
| HSV(B) | 1.5º | 0.76% | 0.82% | - |
| XYZ | 28.47 | 16.57 | 4.72 | - |
| YUV | 100.19 | 99.68 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 50 | 0 | 0.74 | 0.76 | 0.18 | 1.5 | 0.64 | 0.51 |
| Hex | D2 | 36 | 32 | 0 | 4A | 4C | 12 | 2 | 40 | 33 |
| Octal | 322 | 66 | 62 | 0 | 112 | 114 | 22 | 2 | 100 | 63 |
| Binary | 11010010 | 110110 | 110010 | 0 | 1001010 | 1001100 | 10010 | 10 | 1000000 | 110011 |
Color Harmonies of #D23632
Complementary color
Monochromatic Colors of #D23632
Black with #D23632
Text Example
Text Example
White with #D23632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23632; }
p { color: rgb(210,54,50); }
H1.HeaderClassName
{
color: #D23632;
}
.AnyTagClassName
{
color: #D23632;
}
</style>
background-color css
<style>
a { background-color: #D23632; }
a { background-color: rgb(210,54,50); }
div.DivClassName
{
background-color: #D23632;
}
.BgClassName
{
background-color: #D23632;
}
</style>
border-color css
<style>
span { border-color: #D23632; }
span { border-color: rgb(210,54,50); }
td.TdClassName
{
border-color: #D23632;
}
.TagClassName
{
border-color: #D23632;
}
</style>