Shades of Old Rose #D23C53
Tints of Old Rose #D23C53
RGB
CMYK
RGB Variations
Color information
#D23C53 (or 0xD23C53) is known color: Old Rose. HEX triplet: D2, 3C and 53. RGB value is (210,60,83). Sum of RGB (Red+Green+Blue) = 210+60+83=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D23C53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23C53 is #2DC3AC. Grayscale: #6B6B6B. Windows color (decimal): -2999213 or 5455058. OLE color: 5455058.
HSL color Cylindrical-coordinate representation of color #D23C53: hue angle of 350.8º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D23C53 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 60 | 83 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.18 |
| HSL | 350.8º | 0.63% | 0.53% | - |
| HSV(B) | 350.8º | 0.71% | 0.82% | - |
| XYZ | 29.76 | 17.56 | 10 | - |
| YUV | 107.47 | 114.2 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 83 | 0 | 0.71 | 0.60 | 0.18 | 350.8 | 0.63 | 0.53 |
| Hex | D2 | 3C | 53 | 0 | 47 | 3C | 12 | 15F | 3E | 35 |
| Octal | 322 | 74 | 123 | 0 | 107 | 74 | 22 | 537 | 76 | 65 |
| Binary | 11010010 | 111100 | 1010011 | 0 | 1000111 | 111100 | 10010 | 101011111 | 111110 | 110101 |
Color Harmonies of #D23C53
Complementary color
Monochromatic Colors of #D23C53
Black with #D23C53
Text Example
Text Example
White with #D23C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23C53; }
p { color: rgb(210,60,83); }
H1.HeaderClassName
{
color: #D23C53;
}
.AnyTagClassName
{
color: #D23C53;
}
</style>
background-color css
<style>
a { background-color: #D23C53; }
a { background-color: rgb(210,60,83); }
div.DivClassName
{
background-color: #D23C53;
}
.BgClassName
{
background-color: #D23C53;
}
</style>
border-color css
<style>
span { border-color: #D23C53; }
span { border-color: rgb(210,60,83); }
td.TdClassName
{
border-color: #D23C53;
}
.TagClassName
{
border-color: #D23C53;
}
</style>