Shades of Old Rose #D13953
Tints of Old Rose #D13953
RGB
CMYK
RGB Variations
Color information
#D13953 (or 0xD13953) is known color: Old Rose. HEX triplet: D1, 39 and 53. RGB value is (209,57,83). Sum of RGB (Red+Green+Blue) = 209+57+83=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 57 (22.66% from 255 or 16.33% from 349); Blue value is 83 (32.81% from 255 or 23.78% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D13953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13953 is #2EC6AC. Grayscale: #696969. Windows color (decimal): -3065517 or 5454289. OLE color: 5454289.
HSL color Cylindrical-coordinate representation of color #D13953: hue angle of 349.74º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D13953 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 57 | 83 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.18 |
| HSL | 349.74º | 0.62% | 0.52% | - |
| HSV(B) | 349.74º | 0.73% | 0.82% | - |
| XYZ | 29.32 | 17.11 | 9.94 | - |
| YUV | 105.41 | 115.36 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 57 | 83 | 0 | 0.73 | 0.60 | 0.18 | 349.74 | 0.62 | 0.52 |
| Hex | D1 | 39 | 53 | 0 | 49 | 3C | 12 | 15E | 3E | 34 |
| Octal | 321 | 71 | 123 | 0 | 111 | 74 | 22 | 536 | 76 | 64 |
| Binary | 11010001 | 111001 | 1010011 | 0 | 1001001 | 111100 | 10010 | 101011110 | 111110 | 110100 |
Color Harmonies of #D13953
Complementary color
Monochromatic Colors of #D13953
Black with #D13953
Text Example
Text Example
White with #D13953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13953; }
p { color: rgb(209,57,83); }
H1.HeaderClassName
{
color: #D13953;
}
.AnyTagClassName
{
color: #D13953;
}
</style>
background-color css
<style>
a { background-color: #D13953; }
a { background-color: rgb(209,57,83); }
div.DivClassName
{
background-color: #D13953;
}
.BgClassName
{
background-color: #D13953;
}
</style>
border-color css
<style>
span { border-color: #D13953; }
span { border-color: rgb(209,57,83); }
td.TdClassName
{
border-color: #D13953;
}
.TagClassName
{
border-color: #D13953;
}
</style>