Shades of Old Rose #D23952
Tints of Old Rose #D23952
RGB
CMYK
RGB Variations
Color information
#D23952 (or 0xD23952) is known color: Old Rose. HEX triplet: D2, 39 and 52. RGB value is (210,57,82). Sum of RGB (Red+Green+Blue) = 210+57+82=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 57 (22.66% from 255 or 16.33% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D23952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23952 is #2DC6AD. Grayscale: #696969. Windows color (decimal): -2999982 or 5388754. OLE color: 5388754.
HSL color Cylindrical-coordinate representation of color #D23952: hue angle of 350.2º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D23952 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 82 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.18 |
| HSL | 350.2º | 0.63% | 0.52% | - |
| HSV(B) | 350.2º | 0.73% | 0.82% | - |
| XYZ | 29.56 | 17.24 | 9.75 | - |
| YUV | 105.6 | 114.69 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 82 | 0 | 0.73 | 0.61 | 0.18 | 350.2 | 0.63 | 0.52 |
| Hex | D2 | 39 | 52 | 0 | 49 | 3D | 12 | 15E | 3F | 34 |
| Octal | 322 | 71 | 122 | 0 | 111 | 75 | 22 | 536 | 77 | 64 |
| Binary | 11010010 | 111001 | 1010010 | 0 | 1001001 | 111101 | 10010 | 101011110 | 111111 | 110100 |
Color Harmonies of #D23952
Complementary color
Monochromatic Colors of #D23952
Black with #D23952
Text Example
Text Example
White with #D23952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23952; }
p { color: rgb(210,57,82); }
H1.HeaderClassName
{
color: #D23952;
}
.AnyTagClassName
{
color: #D23952;
}
</style>
background-color css
<style>
a { background-color: #D23952; }
a { background-color: rgb(210,57,82); }
div.DivClassName
{
background-color: #D23952;
}
.BgClassName
{
background-color: #D23952;
}
</style>
border-color css
<style>
span { border-color: #D23952; }
span { border-color: rgb(210,57,82); }
td.TdClassName
{
border-color: #D23952;
}
.TagClassName
{
border-color: #D23952;
}
</style>