Shades of Old Rose #D23554
Tints of Old Rose #D23554
RGB
CMYK
RGB Variations
Color information
#D23554 (or 0xD23554) is known color: Old Rose. HEX triplet: D2, 35 and 54. RGB value is (210,53,84). Sum of RGB (Red+Green+Blue) = 210+53+84=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D23554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23554 is #2DCAAB. Grayscale: #676767. Windows color (decimal): -3001004 or 5518802. OLE color: 5518802.
HSL color Cylindrical-coordinate representation of color #D23554: hue angle of 348.15º 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 #D23554 is Cyan = 0, Magento = 0.75, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 53 | 84 | - |
| CMYK | 0 | 0.75 | 0.6 | 0.18 |
| HSL | 348.15º | 0.64% | 0.52% | - |
| HSV(B) | 348.15º | 0.75% | 0.82% | - |
| XYZ | 29.45 | 16.89 | 10.09 | - |
| YUV | 103.48 | 117.01 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 84 | 0 | 0.75 | 0.6 | 0.18 | 348.15 | 0.64 | 0.52 |
| Hex | D2 | 35 | 54 | 0 | 4B | 3C | 12 | 15C | 40 | 34 |
| Octal | 322 | 65 | 124 | 0 | 113 | 74 | 22 | 534 | 100 | 64 |
| Binary | 11010010 | 110101 | 1010100 | 0 | 1001011 | 111100 | 10010 | 101011100 | 1000000 | 110100 |
Color Harmonies of #D23554
Complementary color
Monochromatic Colors of #D23554
Black with #D23554
Text Example
Text Example
White with #D23554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23554; }
p { color: rgb(210,53,84); }
H1.HeaderClassName
{
color: #D23554;
}
.AnyTagClassName
{
color: #D23554;
}
</style>
background-color css
<style>
a { background-color: #D23554; }
a { background-color: rgb(210,53,84); }
div.DivClassName
{
background-color: #D23554;
}
.BgClassName
{
background-color: #D23554;
}
</style>
border-color css
<style>
span { border-color: #D23554; }
span { border-color: rgb(210,53,84); }
td.TdClassName
{
border-color: #D23554;
}
.TagClassName
{
border-color: #D23554;
}
</style>