Shades of Old Rose #D23552
Tints of Old Rose #D23552
RGB
CMYK
RGB Variations
Color information
#D23552 (or 0xD23552) is known color: Old Rose. HEX triplet: D2, 35 and 52. RGB value is (210,53,82). Sum of RGB (Red+Green+Blue) = 210+53+82=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D23552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23552 is #2DCAAD. Grayscale: #676767. Windows color (decimal): -3001006 or 5387730. OLE color: 5387730.
HSL color Cylindrical-coordinate representation of color #D23552: hue angle of 348.92º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D23552 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 53 | 82 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.18 |
| HSL | 348.92º | 0.64% | 0.52% | - |
| HSV(B) | 348.92º | 0.75% | 0.82% | - |
| XYZ | 29.37 | 16.86 | 9.69 | - |
| YUV | 103.25 | 116.01 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 82 | 0 | 0.75 | 0.61 | 0.18 | 348.92 | 0.64 | 0.52 |
| Hex | D2 | 35 | 52 | 0 | 4B | 3D | 12 | 15D | 40 | 34 |
| Octal | 322 | 65 | 122 | 0 | 113 | 75 | 22 | 535 | 100 | 64 |
| Binary | 11010010 | 110101 | 1010010 | 0 | 1001011 | 111101 | 10010 | 101011101 | 1000000 | 110100 |
Color Harmonies of #D23552
Complementary color
Monochromatic Colors of #D23552
Black with #D23552
Text Example
Text Example
White with #D23552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23552; }
p { color: rgb(210,53,82); }
H1.HeaderClassName
{
color: #D23552;
}
.AnyTagClassName
{
color: #D23552;
}
</style>
background-color css
<style>
a { background-color: #D23552; }
a { background-color: rgb(210,53,82); }
div.DivClassName
{
background-color: #D23552;
}
.BgClassName
{
background-color: #D23552;
}
</style>
border-color css
<style>
span { border-color: #D23552; }
span { border-color: rgb(210,53,82); }
td.TdClassName
{
border-color: #D23552;
}
.TagClassName
{
border-color: #D23552;
}
</style>