Shades of Old Rose #D23252
Tints of Old Rose #D23252
RGB
CMYK
RGB Variations
Color information
#D23252 (or 0xD23252) is known color: Old Rose. HEX triplet: D2, 32 and 52. RGB value is (210,50,82). Sum of RGB (Red+Green+Blue) = 210+50+82=342 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.40% from 342); Green value is 50 (19.92% from 255 or 14.62% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 210 - color contains mainly: red. Hex color #D23252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23252 is #2DCDAD. Grayscale: #656565. Windows color (decimal): -3001774 or 5386962. OLE color: 5386962.
HSL color Cylindrical-coordinate representation of color #D23252: hue angle of 348º 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 #D23252 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 82 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.18 |
| HSL | 348º | 0.64% | 0.51% | - |
| HSV(B) | 348º | 0.76% | 0.82% | - |
| XYZ | 29.24 | 16.59 | 9.64 | - |
| YUV | 101.49 | 117.01 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 82 | 0 | 0.76 | 0.61 | 0.18 | 348 | 0.64 | 0.51 |
| Hex | D2 | 32 | 52 | 0 | 4C | 3D | 12 | 15C | 40 | 33 |
| Octal | 322 | 62 | 122 | 0 | 114 | 75 | 22 | 534 | 100 | 63 |
| Binary | 11010010 | 110010 | 1010010 | 0 | 1001100 | 111101 | 10010 | 101011100 | 1000000 | 110011 |
Color Harmonies of #D23252
Complementary color
Monochromatic Colors of #D23252
Black with #D23252
Text Example
Text Example
White with #D23252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23252; }
p { color: rgb(210,50,82); }
H1.HeaderClassName
{
color: #D23252;
}
.AnyTagClassName
{
color: #D23252;
}
</style>
background-color css
<style>
a { background-color: #D23252; }
a { background-color: rgb(210,50,82); }
div.DivClassName
{
background-color: #D23252;
}
.BgClassName
{
background-color: #D23252;
}
</style>
border-color css
<style>
span { border-color: #D23252; }
span { border-color: rgb(210,50,82); }
td.TdClassName
{
border-color: #D23252;
}
.TagClassName
{
border-color: #D23252;
}
</style>