Shades of Old Rose #D23152
Tints of Old Rose #D23152
RGB
CMYK
RGB Variations
Color information
#D23152 (or 0xD23152) is known color: Old Rose. HEX triplet: D2, 31 and 52. RGB value is (210,49,82). Sum of RGB (Red+Green+Blue) = 210+49+82=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D23152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23152 is #2DCEAD. Grayscale: #646464. Windows color (decimal): -3002030 or 5386706. OLE color: 5386706.
HSL color Cylindrical-coordinate representation of color #D23152: hue angle of 347.7º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D23152 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 49 | 82 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.18 |
| HSL | 347.7º | 0.64% | 0.51% | - |
| HSV(B) | 347.7º | 0.77% | 0.82% | - |
| XYZ | 29.2 | 16.51 | 9.63 | - |
| YUV | 100.9 | 117.34 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 82 | 0 | 0.77 | 0.61 | 0.18 | 347.7 | 0.64 | 0.51 |
| Hex | D2 | 31 | 52 | 0 | 4D | 3D | 12 | 15C | 40 | 33 |
| Octal | 322 | 61 | 122 | 0 | 115 | 75 | 22 | 534 | 100 | 63 |
| Binary | 11010010 | 110001 | 1010010 | 0 | 1001101 | 111101 | 10010 | 101011100 | 1000000 | 110011 |
Color Harmonies of #D23152
Complementary color
Monochromatic Colors of #D23152
Black with #D23152
Text Example
Text Example
White with #D23152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23152; }
p { color: rgb(210,49,82); }
H1.HeaderClassName
{
color: #D23152;
}
.AnyTagClassName
{
color: #D23152;
}
</style>
background-color css
<style>
a { background-color: #D23152; }
a { background-color: rgb(210,49,82); }
div.DivClassName
{
background-color: #D23152;
}
.BgClassName
{
background-color: #D23152;
}
</style>
border-color css
<style>
span { border-color: #D23152; }
span { border-color: rgb(210,49,82); }
td.TdClassName
{
border-color: #D23152;
}
.TagClassName
{
border-color: #D23152;
}
</style>