Shades of Old Rose #D23151
Tints of Old Rose #D23151
RGB
CMYK
RGB Variations
Color information
#D23151 (or 0xD23151) is known color: Old Rose. HEX triplet: D2, 31 and 51. RGB value is (210,49,81). Sum of RGB (Red+Green+Blue) = 210+49+81=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D23151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23151 is #2DCEAE. Grayscale: #646464. Windows color (decimal): -3002031 or 5321170. OLE color: 5321170.
HSL color Cylindrical-coordinate representation of color #D23151: hue angle of 348.07º 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 #D23151 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 49 | 81 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.18 |
| HSL | 348.07º | 0.64% | 0.51% | - |
| HSV(B) | 348.07º | 0.77% | 0.82% | - |
| XYZ | 29.16 | 16.49 | 9.43 | - |
| YUV | 100.79 | 116.84 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 81 | 0 | 0.77 | 0.61 | 0.18 | 348.07 | 0.64 | 0.51 |
| Hex | D2 | 31 | 51 | 0 | 4D | 3D | 12 | 15C | 40 | 33 |
| Octal | 322 | 61 | 121 | 0 | 115 | 75 | 22 | 534 | 100 | 63 |
| Binary | 11010010 | 110001 | 1010001 | 0 | 1001101 | 111101 | 10010 | 101011100 | 1000000 | 110011 |
Color Harmonies of #D23151
Complementary color
Monochromatic Colors of #D23151
Black with #D23151
Text Example
Text Example
White with #D23151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23151; }
p { color: rgb(210,49,81); }
H1.HeaderClassName
{
color: #D23151;
}
.AnyTagClassName
{
color: #D23151;
}
</style>
background-color css
<style>
a { background-color: #D23151; }
a { background-color: rgb(210,49,81); }
div.DivClassName
{
background-color: #D23151;
}
.BgClassName
{
background-color: #D23151;
}
</style>
border-color css
<style>
span { border-color: #D23151; }
span { border-color: rgb(210,49,81); }
td.TdClassName
{
border-color: #D23151;
}
.TagClassName
{
border-color: #D23151;
}
</style>