Shades of Old Rose #D23550
Tints of Old Rose #D23550
RGB
CMYK
RGB Variations
Color information
#D23550 (or 0xD23550) is known color: Old Rose. HEX triplet: D2, 35 and 50. RGB value is (210,53,80). Sum of RGB (Red+Green+Blue) = 210+53+80=343 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.22% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 210 - color contains mainly: red. Hex color #D23550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23550 is #2DCAAF. Grayscale: #676767. Windows color (decimal): -3001008 or 5256658. OLE color: 5256658.
HSL color Cylindrical-coordinate representation of color #D23550: hue angle of 349.68º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D23550 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 53 | 80 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.18 |
| HSL | 349.68º | 0.64% | 0.52% | - |
| HSV(B) | 349.68º | 0.75% | 0.82% | - |
| XYZ | 29.3 | 16.83 | 9.29 | - |
| YUV | 103.02 | 115.01 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 80 | 0 | 0.75 | 0.62 | 0.18 | 349.68 | 0.64 | 0.52 |
| Hex | D2 | 35 | 50 | 0 | 4B | 3E | 12 | 15E | 40 | 34 |
| Octal | 322 | 65 | 120 | 0 | 113 | 76 | 22 | 536 | 100 | 64 |
| Binary | 11010010 | 110101 | 1010000 | 0 | 1001011 | 111110 | 10010 | 101011110 | 1000000 | 110100 |
Color Harmonies of #D23550
Complementary color
Monochromatic Colors of #D23550
Black with #D23550
Text Example
Text Example
White with #D23550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23550; }
p { color: rgb(210,53,80); }
H1.HeaderClassName
{
color: #D23550;
}
.AnyTagClassName
{
color: #D23550;
}
</style>
background-color css
<style>
a { background-color: #D23550; }
a { background-color: rgb(210,53,80); }
div.DivClassName
{
background-color: #D23550;
}
.BgClassName
{
background-color: #D23550;
}
</style>
border-color css
<style>
span { border-color: #D23550; }
span { border-color: rgb(210,53,80); }
td.TdClassName
{
border-color: #D23550;
}
.TagClassName
{
border-color: #D23550;
}
</style>