Shades of Old Rose #D13952
Tints of Old Rose #D13952
RGB
CMYK
RGB Variations
Color information
#D13952 (or 0xD13952) is known color: Old Rose. HEX triplet: D1, 39 and 52. RGB value is (209,57,82). Sum of RGB (Red+Green+Blue) = 209+57+82=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 57 (22.66% from 255 or 16.38% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D13952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13952 is #2EC6AD. Grayscale: #696969. Windows color (decimal): -3065518 or 5388753. OLE color: 5388753.
HSL color Cylindrical-coordinate representation of color #D13952: hue angle of 350.13º 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 #D13952 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 57 | 82 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.18 |
| HSL | 350.13º | 0.62% | 0.52% | - |
| HSV(B) | 350.13º | 0.73% | 0.82% | - |
| XYZ | 29.28 | 17.09 | 9.74 | - |
| YUV | 105.3 | 114.86 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 57 | 82 | 0 | 0.73 | 0.61 | 0.18 | 350.13 | 0.62 | 0.52 |
| Hex | D1 | 39 | 52 | 0 | 49 | 3D | 12 | 15E | 3E | 34 |
| Octal | 321 | 71 | 122 | 0 | 111 | 75 | 22 | 536 | 76 | 64 |
| Binary | 11010001 | 111001 | 1010010 | 0 | 1001001 | 111101 | 10010 | 101011110 | 111110 | 110100 |
Color Harmonies of #D13952
Complementary color
Monochromatic Colors of #D13952
Black with #D13952
Text Example
Text Example
White with #D13952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13952; }
p { color: rgb(209,57,82); }
H1.HeaderClassName
{
color: #D13952;
}
.AnyTagClassName
{
color: #D13952;
}
</style>
background-color css
<style>
a { background-color: #D13952; }
a { background-color: rgb(209,57,82); }
div.DivClassName
{
background-color: #D13952;
}
.BgClassName
{
background-color: #D13952;
}
</style>
border-color css
<style>
span { border-color: #D13952; }
span { border-color: rgb(209,57,82); }
td.TdClassName
{
border-color: #D13952;
}
.TagClassName
{
border-color: #D13952;
}
</style>