Shades of Old Rose #D23251
Tints of Old Rose #D23251
RGB
CMYK
RGB Variations
Color information
#D23251 (or 0xD23251) is known color: Old Rose. HEX triplet: D2, 32 and 51. RGB value is (210,50,81). Sum of RGB (Red+Green+Blue) = 210+50+81=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D23251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23251 is #2DCDAE. Grayscale: #656565. Windows color (decimal): -3001775 or 5321426. OLE color: 5321426.
HSL color Cylindrical-coordinate representation of color #D23251: hue angle of 348.38º 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 #D23251 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 81 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.18 |
| HSL | 348.38º | 0.64% | 0.51% | - |
| HSV(B) | 348.38º | 0.76% | 0.82% | - |
| XYZ | 29.2 | 16.58 | 9.45 | - |
| YUV | 101.37 | 116.51 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 81 | 0 | 0.76 | 0.61 | 0.18 | 348.38 | 0.64 | 0.51 |
| Hex | D2 | 32 | 51 | 0 | 4C | 3D | 12 | 15C | 40 | 33 |
| Octal | 322 | 62 | 121 | 0 | 114 | 75 | 22 | 534 | 100 | 63 |
| Binary | 11010010 | 110010 | 1010001 | 0 | 1001100 | 111101 | 10010 | 101011100 | 1000000 | 110011 |
Color Harmonies of #D23251
Complementary color
Monochromatic Colors of #D23251
Black with #D23251
Text Example
Text Example
White with #D23251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23251; }
p { color: rgb(210,50,81); }
H1.HeaderClassName
{
color: #D23251;
}
.AnyTagClassName
{
color: #D23251;
}
</style>
background-color css
<style>
a { background-color: #D23251; }
a { background-color: rgb(210,50,81); }
div.DivClassName
{
background-color: #D23251;
}
.BgClassName
{
background-color: #D23251;
}
</style>
border-color css
<style>
span { border-color: #D23251; }
span { border-color: rgb(210,50,81); }
td.TdClassName
{
border-color: #D23251;
}
.TagClassName
{
border-color: #D23251;
}
</style>