Shades of Old Rose #D23353
Tints of Old Rose #D23353
RGB
CMYK
RGB Variations
Color information
#D23353 (or 0xD23353) is known color: Old Rose. HEX triplet: D2, 33 and 53. RGB value is (210,51,83). Sum of RGB (Red+Green+Blue) = 210+51+83=344 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.05% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 210 - color contains mainly: red. Hex color #D23353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23353 is #2DCCAC. Grayscale: #666666. Windows color (decimal): -3001517 or 5452754. OLE color: 5452754.
HSL color Cylindrical-coordinate representation of color #D23353: hue angle of 347.92º 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 #D23353 is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 51 | 83 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.18 |
| HSL | 347.92º | 0.64% | 0.51% | - |
| HSV(B) | 347.92º | 0.76% | 0.82% | - |
| XYZ | 29.32 | 16.69 | 9.86 | - |
| YUV | 102.19 | 117.18 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 51 | 83 | 0 | 0.76 | 0.60 | 0.18 | 347.92 | 0.64 | 0.51 |
| Hex | D2 | 33 | 53 | 0 | 4C | 3C | 12 | 15C | 40 | 33 |
| Octal | 322 | 63 | 123 | 0 | 114 | 74 | 22 | 534 | 100 | 63 |
| Binary | 11010010 | 110011 | 1010011 | 0 | 1001100 | 111100 | 10010 | 101011100 | 1000000 | 110011 |
Color Harmonies of #D23353
Complementary color
Monochromatic Colors of #D23353
Black with #D23353
Text Example
Text Example
White with #D23353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23353; }
p { color: rgb(210,51,83); }
H1.HeaderClassName
{
color: #D23353;
}
.AnyTagClassName
{
color: #D23353;
}
</style>
background-color css
<style>
a { background-color: #D23353; }
a { background-color: rgb(210,51,83); }
div.DivClassName
{
background-color: #D23353;
}
.BgClassName
{
background-color: #D23353;
}
</style>
border-color css
<style>
span { border-color: #D23353; }
span { border-color: rgb(210,51,83); }
td.TdClassName
{
border-color: #D23353;
}
.TagClassName
{
border-color: #D23353;
}
</style>