Shades of Old Rose #D23750
Tints of Old Rose #D23750
RGB
CMYK
RGB Variations
Color information
#D23750 (or 0xD23750) is known color: Old Rose. HEX triplet: D2, 37 and 50. RGB value is (210,55,80). Sum of RGB (Red+Green+Blue) = 210+55+80=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D23750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23750 is #2DC8AF. Grayscale: #686868. Windows color (decimal): -3000496 or 5257170. OLE color: 5257170.
HSL color Cylindrical-coordinate representation of color #D23750: hue angle of 350.32º 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 #D23750 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 80 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.18 |
| HSL | 350.32º | 0.63% | 0.52% | - |
| HSV(B) | 350.32º | 0.74% | 0.82% | - |
| XYZ | 29.39 | 17.01 | 9.32 | - |
| YUV | 104.2 | 114.35 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 80 | 0 | 0.74 | 0.62 | 0.18 | 350.32 | 0.63 | 0.52 |
| Hex | D2 | 37 | 50 | 0 | 4A | 3E | 12 | 15E | 3F | 34 |
| Octal | 322 | 67 | 120 | 0 | 112 | 76 | 22 | 536 | 77 | 64 |
| Binary | 11010010 | 110111 | 1010000 | 0 | 1001010 | 111110 | 10010 | 101011110 | 111111 | 110100 |
Color Harmonies of #D23750
Complementary color
Monochromatic Colors of #D23750
Black with #D23750
Text Example
Text Example
White with #D23750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23750; }
p { color: rgb(210,55,80); }
H1.HeaderClassName
{
color: #D23750;
}
.AnyTagClassName
{
color: #D23750;
}
</style>
background-color css
<style>
a { background-color: #D23750; }
a { background-color: rgb(210,55,80); }
div.DivClassName
{
background-color: #D23750;
}
.BgClassName
{
background-color: #D23750;
}
</style>
border-color css
<style>
span { border-color: #D23750; }
span { border-color: rgb(210,55,80); }
td.TdClassName
{
border-color: #D23750;
}
.TagClassName
{
border-color: #D23750;
}
</style>