Shades of Old Rose #D23651
Tints of Old Rose #D23651
RGB
CMYK
RGB Variations
Color information
#D23651 (or 0xD23651) is known color: Old Rose. HEX triplet: D2, 36 and 51. RGB value is (210,54,81). Sum of RGB (Red+Green+Blue) = 210+54+81=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D23651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23651 is #2DC9AE. Grayscale: #676767. Windows color (decimal): -3000751 or 5322450. OLE color: 5322450.
HSL color Cylindrical-coordinate representation of color #D23651: hue angle of 349.62º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D23651 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 81 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.18 |
| HSL | 349.62º | 0.63% | 0.52% | - |
| HSV(B) | 349.62º | 0.74% | 0.82% | - |
| XYZ | 29.38 | 16.93 | 9.5 | - |
| YUV | 103.72 | 115.18 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 81 | 0 | 0.74 | 0.61 | 0.18 | 349.62 | 0.63 | 0.52 |
| Hex | D2 | 36 | 51 | 0 | 4A | 3D | 12 | 15E | 3F | 34 |
| Octal | 322 | 66 | 121 | 0 | 112 | 75 | 22 | 536 | 77 | 64 |
| Binary | 11010010 | 110110 | 1010001 | 0 | 1001010 | 111101 | 10010 | 101011110 | 111111 | 110100 |
Color Harmonies of #D23651
Complementary color
Monochromatic Colors of #D23651
Black with #D23651
Text Example
Text Example
White with #D23651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23651; }
p { color: rgb(210,54,81); }
H1.HeaderClassName
{
color: #D23651;
}
.AnyTagClassName
{
color: #D23651;
}
</style>
background-color css
<style>
a { background-color: #D23651; }
a { background-color: rgb(210,54,81); }
div.DivClassName
{
background-color: #D23651;
}
.BgClassName
{
background-color: #D23651;
}
</style>
border-color css
<style>
span { border-color: #D23651; }
span { border-color: rgb(210,54,81); }
td.TdClassName
{
border-color: #D23651;
}
.TagClassName
{
border-color: #D23651;
}
</style>