Shades of Old Rose #D13251
Tints of Old Rose #D13251
RGB
CMYK
RGB Variations
Color information
#D13251 (or 0xD13251) is known color: Old Rose. HEX triplet: D1, 32 and 51. RGB value is (209,50,81). Sum of RGB (Red+Green+Blue) = 209+50+81=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D13251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13251 is #2ECDAE. Grayscale: #656565. Windows color (decimal): -3067311 or 5321425. OLE color: 5321425.
HSL color Cylindrical-coordinate representation of color #D13251: hue angle of 348.3º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D13251 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 50 | 81 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.18 |
| HSL | 348.3º | 0.63% | 0.51% | - |
| HSV(B) | 348.3º | 0.76% | 0.82% | - |
| XYZ | 28.92 | 16.43 | 9.43 | - |
| YUV | 101.08 | 116.68 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 50 | 81 | 0 | 0.76 | 0.61 | 0.18 | 348.3 | 0.63 | 0.51 |
| Hex | D1 | 32 | 51 | 0 | 4C | 3D | 12 | 15C | 3F | 33 |
| Octal | 321 | 62 | 121 | 0 | 114 | 75 | 22 | 534 | 77 | 63 |
| Binary | 11010001 | 110010 | 1010001 | 0 | 1001100 | 111101 | 10010 | 101011100 | 111111 | 110011 |
Color Harmonies of #D13251
Complementary color
Monochromatic Colors of #D13251
Black with #D13251
Text Example
Text Example
White with #D13251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13251; }
p { color: rgb(209,50,81); }
H1.HeaderClassName
{
color: #D13251;
}
.AnyTagClassName
{
color: #D13251;
}
</style>
background-color css
<style>
a { background-color: #D13251; }
a { background-color: rgb(209,50,81); }
div.DivClassName
{
background-color: #D13251;
}
.BgClassName
{
background-color: #D13251;
}
</style>
border-color css
<style>
span { border-color: #D13251; }
span { border-color: rgb(209,50,81); }
td.TdClassName
{
border-color: #D13251;
}
.TagClassName
{
border-color: #D13251;
}
</style>