Shades of Old Rose #D23851
Tints of Old Rose #D23851
RGB
CMYK
RGB Variations
Color information
#D23851 (or 0xD23851) is known color: Old Rose. HEX triplet: D2, 38 and 51. RGB value is (210,56,81). Sum of RGB (Red+Green+Blue) = 210+56+81=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D23851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23851 is #2DC7AE. Grayscale: #686868. Windows color (decimal): -3000239 or 5322962. OLE color: 5322962.
HSL color Cylindrical-coordinate representation of color #D23851: hue angle of 350.26º 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 #D23851 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 56 | 81 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.18 |
| HSL | 350.26º | 0.63% | 0.52% | - |
| HSV(B) | 350.26º | 0.73% | 0.82% | - |
| XYZ | 29.48 | 17.12 | 9.54 | - |
| YUV | 104.9 | 114.52 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 81 | 0 | 0.73 | 0.61 | 0.18 | 350.26 | 0.63 | 0.52 |
| Hex | D2 | 38 | 51 | 0 | 49 | 3D | 12 | 15E | 3F | 34 |
| Octal | 322 | 70 | 121 | 0 | 111 | 75 | 22 | 536 | 77 | 64 |
| Binary | 11010010 | 111000 | 1010001 | 0 | 1001001 | 111101 | 10010 | 101011110 | 111111 | 110100 |
Color Harmonies of #D23851
Complementary color
Monochromatic Colors of #D23851
Black with #D23851
Text Example
Text Example
White with #D23851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23851; }
p { color: rgb(210,56,81); }
H1.HeaderClassName
{
color: #D23851;
}
.AnyTagClassName
{
color: #D23851;
}
</style>
background-color css
<style>
a { background-color: #D23851; }
a { background-color: rgb(210,56,81); }
div.DivClassName
{
background-color: #D23851;
}
.BgClassName
{
background-color: #D23851;
}
</style>
border-color css
<style>
span { border-color: #D23851; }
span { border-color: rgb(210,56,81); }
td.TdClassName
{
border-color: #D23851;
}
.TagClassName
{
border-color: #D23851;
}
</style>