Shades of Old Rose #D23352
Tints of Old Rose #D23352
RGB
CMYK
RGB Variations
Color information
#D23352 (or 0xD23352) is known color: Old Rose. HEX triplet: D2, 33 and 52. RGB value is (210,51,82). Sum of RGB (Red+Green+Blue) = 210+51+82=343 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.22% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 210 - color contains mainly: red. Hex color #D23352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23352 is #2DCCAD. Grayscale: #666666. Windows color (decimal): -3001518 or 5387218. OLE color: 5387218.
HSL color Cylindrical-coordinate representation of color #D23352: hue angle of 348.3º 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 #D23352 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 51 | 82 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.18 |
| HSL | 348.3º | 0.64% | 0.51% | - |
| HSV(B) | 348.3º | 0.76% | 0.82% | - |
| XYZ | 29.29 | 16.68 | 9.66 | - |
| YUV | 102.08 | 116.68 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 51 | 82 | 0 | 0.76 | 0.61 | 0.18 | 348.3 | 0.64 | 0.51 |
| Hex | D2 | 33 | 52 | 0 | 4C | 3D | 12 | 15C | 40 | 33 |
| Octal | 322 | 63 | 122 | 0 | 114 | 75 | 22 | 534 | 100 | 63 |
| Binary | 11010010 | 110011 | 1010010 | 0 | 1001100 | 111101 | 10010 | 101011100 | 1000000 | 110011 |
Color Harmonies of #D23352
Complementary color
Monochromatic Colors of #D23352
Black with #D23352
Text Example
Text Example
White with #D23352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23352; }
p { color: rgb(210,51,82); }
H1.HeaderClassName
{
color: #D23352;
}
.AnyTagClassName
{
color: #D23352;
}
</style>
background-color css
<style>
a { background-color: #D23352; }
a { background-color: rgb(210,51,82); }
div.DivClassName
{
background-color: #D23352;
}
.BgClassName
{
background-color: #D23352;
}
</style>
border-color css
<style>
span { border-color: #D23352; }
span { border-color: rgb(210,51,82); }
td.TdClassName
{
border-color: #D23352;
}
.TagClassName
{
border-color: #D23352;
}
</style>