Shades of Old Rose #D23A51
Tints of Old Rose #D23A51
RGB
CMYK
RGB Variations
Color information
#D23A51 (or 0xD23A51) is known color: Old Rose. HEX triplet: D2, 3A and 51. RGB value is (210,58,81). Sum of RGB (Red+Green+Blue) = 210+58+81=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 81 (32.03% from 255 or 23.21% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23A51 is #2DC5AE. Grayscale: #6A6A6A. Windows color (decimal): -2999727 or 5323474. OLE color: 5323474.
HSL color Cylindrical-coordinate representation of color #D23A51: hue angle of 350.92º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23A51 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 58 | 81 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.18 |
| HSL | 350.92º | 0.63% | 0.53% | - |
| HSV(B) | 350.92º | 0.72% | 0.82% | - |
| XYZ | 29.58 | 17.32 | 9.57 | - |
| YUV | 106.07 | 113.86 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 81 | 0 | 0.72 | 0.61 | 0.18 | 350.92 | 0.63 | 0.53 |
| Hex | D2 | 3A | 51 | 0 | 48 | 3D | 12 | 15F | 3F | 35 |
| Octal | 322 | 72 | 121 | 0 | 110 | 75 | 22 | 537 | 77 | 65 |
| Binary | 11010010 | 111010 | 1010001 | 0 | 1001000 | 111101 | 10010 | 101011111 | 111111 | 110101 |
Color Harmonies of #D23A51
Complementary color
Monochromatic Colors of #D23A51
Black with #D23A51
Text Example
Text Example
White with #D23A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23A51; }
p { color: rgb(210,58,81); }
H1.HeaderClassName
{
color: #D23A51;
}
.AnyTagClassName
{
color: #D23A51;
}
</style>
background-color css
<style>
a { background-color: #D23A51; }
a { background-color: rgb(210,58,81); }
div.DivClassName
{
background-color: #D23A51;
}
.BgClassName
{
background-color: #D23A51;
}
</style>
border-color css
<style>
span { border-color: #D23A51; }
span { border-color: rgb(210,58,81); }
td.TdClassName
{
border-color: #D23A51;
}
.TagClassName
{
border-color: #D23A51;
}
</style>